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
List out a few performance monitoring tools.
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
How can the output be redirected to some other action process in place showing it in the screen?
How can a user login to solaris?
How can the user in solaris check the status of processes?
What is the login shell?
How many run levels are there and what are they?
Explain the vmstat output?
How can a user boot in solaris as root if the password is non functional?
Explain what is multi homed system?
What can be a reason for the solaris system slowing down?
Discuss the two modes of the vi editor in solaris.
How can threads be created in a solaris environment? Write an example
How do you remove a swap space?