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
What is the login shell?
Explain the types of installations in solaris
In solaris 10 root Disk is 98% full what steps to be taken?
Explain custom jumpstart procedure?
How to view shared memory statistics?
Explain the difference between swap -l & swap -s?
What are nis daemons?
How can a user login to solaris? What is the login shell?
Explain how to view shared memory statistics?
How can a user increase the number of pseudo-ttys? what is their use?
List out a few performance monitoring tools.
What kind of issues you get?
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
How do you remove a swap space?
How can a user login to solaris?