How do you delete tmp files if file system is full becoz of
/tmp dir ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ole tange
The xargs solution is dangerous if names contain spaces. See
http://en.wikipedia.org/wiki/Xargs#The_separator_problem
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we know the creation time of user.
What do you understand by irq assignments?
Solaris booting process, run leverls?
1 Answers Galaxy, Satyam, Wipro,
What does ssh?
How to check version VXVM? Pkginfo –l | grep VRTS
Explain how to view shared memory statistics?
in solaris 10 nfs4 version is using ..in that any new daemons are available or not
If / (root) file system is full,How to increase root file system under Solaris volume manager (SVM)?
What is the login shell?
what is the main usage of maintaining the system logs in solaris
Tell me how to set the path for core file?
How can a user boot in solaris as root if the password is non functional?