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 boot in solaris as root if the password is non functional?
how to add your own run control script in server?
How do you break the root password?
Explain custom jumpstart procedure?
What do you understand by mail aliases?
Tell me how to set the path for core file?
What are nis daemons?
What can be a reason for the solaris system slowing down?
How many run levels are there and what are they?
How does a solaris cluster work?
Performace degradations in NFSv4 when upgraded from NFSv3? problems with NFS v4?
List out a few performance monitoring tools.
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
How can the output be redirected to some other action process in place showing it in the screen?
How can threads be created in a solaris environment?