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
Apr 26, 20264 min read4
