Give the command to display space usage on the UNIX file system.
Answers were Sorted based on User's Feedback
Answer / satya
du---is the command which is used for checking the disk
usage in unix.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / chitra
df -mk or df -h will do
d stands for disk
f stands for free
Is This Answer Correct ? | 4 Yes | 3 No |
1. df -k
2. df -h
3. du -sk [Directory name]
4. du -sh [Directory name]
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jatanig
du -h /dev/filename (filename is the name of the file like
sda and hda)
d -disk
u -usage
-h -human-readable
Is This Answer Correct ? | 1 Yes | 0 No |
what are processor execution levels and priorities?
what is the difference between "cron" command and "at" command?
what is exact definition of operating system?
What do know about tee command?
what does a process mean?
what is the use of ls -l command & what is the information it gives about user ?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
Can you explain a little bit about command substitution?
What is the difference between grep and grep?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What is the use of pipes?