The _________ command is used to display the disk usage of files and directories.
- df
- du
- space
- usage
The "du" (disk usage) command is used to display the disk usage of files and directories in Linux. It provides information about the space consumed by each file or directory, helping you manage disk space effectively.
Loading...
Related Quiz
- You've been given a task to find all occurrences of the word "error" in a directory containing numerous log files. Which command would you primarily use for this search?
- The _________ directory in Linux is typically used for transient or temporary data, often cleared during boot.
- You're debugging a script and notice that an operation splits a string incorrectly. You suspect it might be related to the field separator. Which built-in variable should you check?
- Which command can be used to query DNS records, including MX, NS, and SOA records?
- The command used to resize the filesystem on a partition in Linux is _________.