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 |
solaris Run level?
How do I use nslookup?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Is it inbetween or in between?
what is the functionality of kernel in unix architecture?
What is the use of awk command in unix?
What do know about tee command?
How can you create a symbolic link to a file or directory?
What does the command '$ls | wc –l > file1' do?
What command is used to replace the existing string with some other?
What does grep v do?
Give Command that will move a single file called "unix.txt"