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 is the use of cp p command?
What is command grouping and how does it work?
What is the makefile in c?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
Explain trap command of linux?
why context switching time should be minimum? How it depends on hardware support?
What is env command in linux?
How use more command in linux?
What does chmod do in linux?
What is the use of mv command in linux?
What is the difference between diff and cmp command in unix?
How do I permanently delete linux history?
What is the difference between clang and llvm?
How can I delete a file in linux?
What is df -h command?