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 |
How to use grep command to list find the records of a file containing 10 different strings?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How to delete a directory containing files and folders?
what is the function of grep command?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
What is the basic difference between unix and windows operating systems?
43 Answers Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,
What is shrinking file system in AIX where it actually resides?
what is the command to get help on a UNIX terminal?
what is the difference between pipe(|) and tee command..
Which RAID Levels supported by LVM?
What is the command to find hidden files in the current directory?
describe the escaping sequence characteres in unix