How do you delete tmp files if file system is full becoz of
/tmp dir ?

Answers were Sorted based on User's Feedback



How do you delete tmp files if file system is full becoz of /tmp dir ?..

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

How do you delete tmp files if file system is full becoz of /tmp dir ?..

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

Post New Answer

More Solaris General Interview Questions

If / (root) file system is full,How to increase root file system under Solaris volume manager (SVM)?

3 Answers   Banking,


what are the ALOM commands are used to troubleshooting sunv440 server on ALOM console mode?

1 Answers   Accel, Accel Frontline, Bhel, CSC,


After adding LUNs disk is not showing in the format command. How to resolve that?

3 Answers   IBM,


Root mirroring in SVM, in Veritas ?

4 Answers   HP, IBM, Satyam, Wipro,


What do you understand by mail aliases?

0 Answers  


How to create null files in solaris ?

5 Answers   Satyam, Wipro,


how to create zoneusers

2 Answers   Fujitsu,


How to solve the system hang issue.

0 Answers  


How can a user login to solaris? What is the login shell?

0 Answers  


How can a user increase the number of pseudo-ttys? what is their use?

0 Answers  


How to reset root password if root password is gone?

1 Answers   Satyam, Wipro,


Diffrence between Paging & swap?

4 Answers   Satyam, Wipro,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)