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 does chmod 755 do?
What is $$ in shell script?
List the three main parts of an operating system command?
What are the basic command in linux?
How do I do a whois search?
Which command will show you free/used memory?
What is a make target?
What is ulimit in linux?
What is ls command and what it does?
What is the purpose output of cd command?
What is Data Command?
How do I check cores in linux?
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?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is DISM command?