Linux Interview questions beginner to expert ❤️
How do you check disk space usage in Linux?
df -h
du -sh * // To check size in particular directory only top lvl
du -ah . // Show size of file recursively
Where are system logs stored?
Most Linux log
devopscommands.hashnode.dev4 min read