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
How do you copy in terminal?
How many types of commands are there in linux?
Why ms dos is used?
How do I clear bash history in linux?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
How do you run a command for a limited time?
What is df command in unix?
What is in mkdir command?
Explain getopts command of linux?
How do I overclock my cpu?
How do I search bash history?
Which command will show you free/used memory? Does free memory exist on linux?
Which are the linux directory commands?
How do I stop a linux job?
How to root mirror in linux?