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 / sushil
On critical systems, make some space by moving some large
not in use, non-critical files to another file system which
is having some enough free space. Once u get some space run
the logrotate manually, u will gain some free space if u
have enabled the compression in log-rotate . After this u
can archive the old logs to tape or some location on
different file system.
Aaaand then start investigation to check what is causing FS
to become ful.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between free and available memory in linux?
Why is it called bash?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is nslookup command?
Explain trap command; shift command, getopts command of linux?
What does cd – command do?
What is the symbol of linux?
How do I check cores in linux?
Explain difference between nfs soft and hard mouniting points?
How to recover /etc/passwd file and /etc/shadow file?
What make install does?
Enlist some linux to file content commands?
What are the linux commands used in devops?
How do I search bash history?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?