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

Explain getopts command of linux?

583


What are commands in grammar?

518


What is the ipconfig command for linux?

508


What the command used for search file or files for specific text?

490


You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?

553






What is an os command?

555


What is tail command in linux?

533


How do I navigate in cmd?

533


Why echo is used in linux?

558


Does cp overwrite?

553


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

539


Where can I find bash in linux?

531


What are vim commands?

514


Explain about lprm job number?

634


What is the syntax of mkdir?

510