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

how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed

1 Answers   Satyam, Wipro,


What can be a reason for the solaris system slowing down? How can it be rectified?

0 Answers  


what are the daemons running In NIS? how to do u create NIS users and update Maps?

5 Answers   Satyam, Wipro,


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

0 Answers  


They have user like aa with home dir /export/home/aa. They want to change home dir to /export/home/bb & username remains same. User files in /export/home/aa moved to bb? What do u do?

1 Answers   Satyam, Wipro,






what is multihomed system?

2 Answers   Satyam, Wipro,


How to create null files in solaris ?

5 Answers   Satyam, Wipro,


How to upgrade diskgroup? Vxdg upgrade

1 Answers   Satyam, Wipro,


What is the cmd used to print default values get by user? Useradd –D

2 Answers   Satyam, Wipro,


What can be a reason for the solaris system slowing down?

0 Answers  


How to mount the FLOPPY & CD-ROM?

6 Answers   Zensar,


How can abiword be compiled for solaris using gcc?

0 Answers  


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)