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 mount the FLOPPY & CD-ROM?

6 Answers   Zensar,


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

1 Answers   Satyam, Wipro,


solaris booting process.

4 Answers   HCL, Satyam, Wipro,


What are nfs daemons?

0 Answers  


How to check whether top command is installed ?

5 Answers   Satyam, Wipro,






How to configure Veritas Kernel? Daemons in Veritas VM?

2 Answers   Satyam, Wipro,


What are the kinds of servers do u have? What is environment? Is it heterogeneous (mix of linux, solaris, other UNIX)?

1 Answers   Satyam, Wipro,


How can a user login to solaris?

0 Answers  


how would we know a file system exists on a slice when it is unmounted from its mount point. please anyone help me out.

6 Answers  


How to check whether a particular port is open or not?

2 Answers   Satyam, Wipro,


How can threads be created in a solaris environment? Write an example

0 Answers  


Explain the run levels that are used in solaris10?

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)