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 |
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
how to delete entire records in unix ?
What is the unix command to confirm a remote host is alive or not?
boot process?
distinguish between interrupts and exceptions?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
How do you find path of a directory? Give its syntax.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What Command will remove a Directory in UNIX?
What are the dos commands?
What is the use of finger command?
Which command can you use to find the currently running process in unix server?