Good advice. The X window system amd font server create its unix domain sockets as files under /tmp along with other programs, which will not show up doing "fuser -u /tmp/*". Also do a "netstat -pA" to get a list of all the unix domain sockets and look for files in /tmp. The -p will let you know which program you will break if you delete the socket, but just leave those files alone as they are not taking up any space on the file system, just an inode.
Gregory,
You'll want to do a "fuser -u /tmp/*" and see what files are currently in use. If it's currently not in use, it's probably safe to delete.
Tim.
-----Original Message----- From: Gregory Avedissian [mailto:avedis@rcn.com] Sent: Thursday, May 08, 2003 12:14 PM To: wlug@mail.wlug.org Subject: [Wlug] /tmp
Is it safe to delete the contents of the /tmp directory to make some space on the drive?
Thanks.
Greg
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (1)
-
twg3@attbi.com