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
Explain the ‘ls’ command in linux
How do I find previous commands in linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What is the command to check cpu speed in linux?
Is cmake a compiler?
What is the ipconfig command for linux?
What language is clang written in?
Find command can search for files by
How do you clear the screen in linux?
What are linux commands?
What is #!/ Bin sh?
What is $$ in shell script?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What does curl command do in linux?
What is parallel ssh?