How do you delete tmp files if file system is full becoz of
/tmp dir ?
Answer Posted / deepak kumar
ls -l /tmp |grep *.tmp | awk {'print $9'} | xargs -i rm {}
or
find /tmp -name "*.tmp" -exec rm {}/?
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can a user access a dos-format disk in solaris?
What is the login shell?
What is difference between swap -l & swap -s?
How can a user increase the number of pseudo-ttys?
Explain the difference between swap -l & swap -s?
How to view shared memory statistics?
Tell me how to mount the floppy & cd-rom?
What do you understand by mail aliases?
How can abiword be compiled for solaris using gcc?
What kind of issues you get?
Explain the vmstat output?
How can the user in solaris check the status of processes?
What are nis daemons?
Tell me how to discover global zone name from local zone?
How can the output be redirected to some other action process in place showing it in the screen?