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 is the cmd to display the last exit status in UNIX?
How do I search a whole word in vim?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
What does awk stand for?
What is the behavioural difference between cmp and diff commands?
What is used to type command?
What is the comma to display different lines that are found when compare two files?
How do you create a directory in UNIX?
How to find and replace the below command?
Give two UNIX kernel parameters that effect an Oracle install
How do you find path of a directory? Give its syntax.
what is Online(STM) and offline diagnostics in HP-UX?