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 are the 7 types of sentences?
Explain command grouping in linux?
How commands work in linux?
Explain about communication features in UNIX?
What is linux pwd (print working directory) command?
How do I run a script in linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How many cmd commands are there?
How do I find old commands in linux?
How do I check cpu usage?
What is cat command in linux?
Which command is used to compare the files?
What is umask 000?
What is netstat command in linux?
How do you save a file in linux?