17 Mar
2004
17 Mar
'04
11:20 p.m.
CLIFFORD ILKAY wrote at 2004-3-16 00:21 -0500:
... ls -la
will show you hidden files, i.e. files beginning with a "." (dot). You might have some large hidden files. For the time being, you could create a symlink from /var/tmp to another place that has free space to alleviate your problem.
Temporary files on Unix are not hidden. They are created (and opened) and then deleted (from the directory). "ls -la" is unable to find them. Temporary files will automatically go away once they are closed. -- Dieter