![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the cause of USR filesystem full | paulexis | AIX | 4 | 07-06-2009 06:19 AM |
| filesystem is full | karthikosu | UNIX for Dummies Questions & Answers | 3 | 04-29-2009 09:22 AM |
| / filesystem getting full | itik | Red Hat | 5 | 04-02-2009 11:15 AM |
| filesystem full | seyiisq | UNIX for Dummies Questions & Answers | 1 | 12-08-2008 05:39 AM |
| /tmp filesystem full | szodiac | UNIX for Dummies Questions & Answers | 11 | 07-18-2005 10:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
The directory "/var/tmp" is called this way for a reason. Check before with "lsof", "w" or a similar tool to find out if a process accesses the file. If not delete them.
Without knowing which temp files you are talking about it is difficult to know if you need root access or not. Generally speaking, you can delete every file you have write access to, either via direct ownership or group membership or because the file is "world"-writeable. If neither is the case oyu need root. So judge for yourself. I hope this helps. bakunin |
|
||||
|
Your should however exercise judgment before removing files in /var/tmp, especially those you don't know the origin.
Unlike /tmp which contains files that can be removed abruptly, for example after a reboot, /var/tmp is a persistent storage and only the applications that created files there are supposed to clean up them. Applications might loose some data if you remove files that belongs to them. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|