Give the command to display space usage on the UNIX file system.
Answer Posted / rohan satpute
1. df -k
2. df -h
3. du -sk [Directory name]
4. du -sh [Directory name]
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which command should you use to find the remaining disk space in unix server?
What is the command to compare two files in unix?
What is the use of sed command in unix?
What does the md command do?
How can you see the command line history?
Can you enlist some commonly used network commands?
What is grep in bash?
How does shebang work?
Enlist some filename manipulation commands in unix.
Who invented grep?
What is the significance of the 'tee' command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Why is awk called awk?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Name the general commands in using unix os for a beginner?