Give the command to display space usage on the UNIX file system.
Answer Posted / vivek nagarajan
You can use
df or
dfspace or
du
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which unix command to make a new directory?
Explain the steps that a shell follows while processing a command.
What do chown command do?
What is the difference between cat command and more command?
What does #!/ Bin sh do?
Write a command that will display files in the current directory, in a colored, long format.
Describe the usage and functionality of the command rm –r * in unix?
How do I run a bash script?
What is the pipe command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How does pipe () work?
What is the unix command to confirm a remote host is alive or not?
What is the use of the command 'ls -x chapter[1-5]' ?
What does find command return in unix?
What is the use of egrep command in unix?