FILL BLANK -
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
The correct command to display the current disk space usage for all mounted file systems is 'df'. The 'df' command provides information about the disk space usage of file systems, including the total space, used space, and available space for each of the mounted file systems on a Unix-like operating system. It does not require any specific path or parameters to give a general overview.
Hello, the command is df instead du. not right?
du - Summarize disk usage of each FILE, recursively for directories df - displays the amount of disk space available on the file system containing each file
df - is the answer
(...)usage for all mounted file systems(...) Answer is: df
for me, answer is df df command – Shows the amount of disk space used and available on Linux file systems. du command – Display the amount of disk space used by the specified files and for each subdirectory. btrfs fi df /device/ – Show disk space usage information for a btrfs based mount point/file system.
old fashioned DF
du not df
I think that is DF
df for sure
df com certeza!
the answer should be df. Per man page, df is to report file system disk space usage while du is to estimate file space usage.
its df not du
Should be df, du list the file size of each file in current directory, df list the disk space usage of the file system
df for sure
The command that displays the current disk space usage for all mounted file systems is `df`.
The command that displays the current disk space usage for all mounted file systems is `df`.
The correct answer is df. The df command displays information about the disk space usage for all currently mounted file systems. It does not require any path or parameters. Says bard and gpt