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 happens to hard link when file is deleted?
Explain about communication features in UNIX?
Is makefile a shell script?
What are whois tools?
What is mask and umask in linux?
What command would you use to check how much memory is being used by linux?
What does uname command do?
What is env command in linux?
What does free command do in linux?
What is unix finger command?
What is git command?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is cmake in linux?
What is difference between free and available memory in linux?
Is a command a full sentence?