Linux CLI - Disk and Storage
What will be the output of the command
du -sh /tmp if the /tmp directory uses 512M of disk space?du -sh /tmp if the /tmp directory uses 512M of disk space?-s and -h options-s shows total size only, -h makes it human-readable.du -sh output = size + path [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions