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 / bc
If you want to delete large files that resides on your home
directory you can sort out things using find command.
find . -size +10M ---> lists files having size greater than
10MB.
find . -size -10M --> lists files having size less than 10MB.
Similarly you can use "k" instead of "M" for kb's.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does wc command do in unix?
What is mkdir?
What is clang llvm?
What is grep command in linux with examples?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Explain about sh?
What is du -s * | sort -k1,1rn | head command used for?
What command should you use to check your file system?
How do I start ms dos?
How do you create a file in linux?
How do I check my disk space?
Which command is used to compare the files?
Is cmake a compiler?
What does comm do and how to use it?
Main configuration file and command used for NFS enabling exported directories and deamons?