have you ever got warning message from unix admin that file
system running out of space or not enough disk space?what
will u do?
Answer Posted / susheel
1st to see which drive contain more space-
[root@susheel ~]# df -h
2nd step go on that drive -
[root@susheel ~]# du -sh *
3rd step -
Delete or move that file or directory which contain more
space to increase disk space
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which command is used to clear the screen?
How do I get to root in linux?
How do you do nslookup?
What is the root directory linux?
How do I clear terminal command history?
What is the command to delete a file linux?
How does grep work in linux?
Which command is used to terminate a process?
How do you insert comments in the command line prompt?
What is p in mkdir?
What is phony in makefile?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
How can we increase disk read performance in single command?
What does chmod 755 do?
How do you limit memory usage for commands?