Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 about sh?

1050


Is python faster than bash?

1047


What does umask 022 mean?

1216


How to know linux os is 32 bit or 64 bit?

1052


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

1141


Explain about document formatting?

1113


What is c++ makefile?

991


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

1040


Why ms dos is used?

1065


How use linux command line?

1144


How do I use nslookup in linux?

1093


Write about an internal command.

1069


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

1459


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

1073


What is ulimit command?

1133