101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 11


FILL BLANK -

Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)

Show Answer
Correct Answer:

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.

Discussion

17 comments
Sign in to comment
gonzaloco
Feb 3, 2020

Hello, the command is df instead du. not right?

lanc
May 26, 2020

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

serlan
Dec 23, 2021

df - is the answer

k3n_
Jan 15, 2022

(...)usage for all mounted file systems(...) Answer is: df

toni23
Feb 8, 2022

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.

Lazylinux
Apr 21, 2022

old fashioned DF

waynewastaken
Oct 9, 2023

du not df

MartiFC
Feb 1, 2022

I think that is DF

Temas84
Feb 17, 2022

df for sure

matheuskshn
Mar 8, 2022

df com certeza!

aries_jamie
Mar 31, 2022

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.

n42hira
Jun 18, 2022

its df not du

RoyRoyRoyRoy
Jul 11, 2022

Should be df, du list the file size of each file in current directory, df list the disk space usage of the file system

braiansieber
Oct 26, 2022

df for sure

ChrisHO
Jun 23, 2023

The command that displays the current disk space usage for all mounted file systems is `df`.

ChrisHO
Jun 25, 2023

The command that displays the current disk space usage for all mounted file systems is `df`.

slacked4222
Nov 27, 2023

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