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


Please Help Members By Posting Answers For Below Questions

What is the use of cp p command?

784


What is command grouping and how does it work?

862


What is the makefile in c?

757


You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?

762


Explain trap command of linux?

783


why context switching time should be minimum? How it depends on hardware support?

1497


What is env command in linux?

738


How use more command in linux?

770


What does chmod do in linux?

733


What is the use of mv command in linux?

753


What is the difference between diff and cmp command in unix?

687


How do I permanently delete linux history?

707


What is the difference between clang and llvm?

763


How can I delete a file in linux?

750


What is df -h command?

905