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 awk command used for?
Give the command for finding the current date.
How do you move or rename a file or directory?
How do you change file permissions?
What is grep in bash?
How we will execute previous command in vi editor?
How do you find out all processes that are currently running in UNIX OS?
What is the use of the tee command?
Who wrote grep?
How will you know who are the users logged in to the system before 15 minutes?
What command is used to replace the existing string with some other?
what are wild cards?