: I get:
:
: [EMAIL PROTECTED] /]# du -sk
: du: `./proc/24591/fd/4': No such file or directory
: 12528370        .
:
: What does the message mean?

If you run it like this:

du -sk 2>/dev/null

or if you just run:

df -h

You won't see those errors.. The /proc filesystem is part of the kernel and doesn't 
respond to du the same way
the regular filesystem does.. Nothing to worry about..

Later,

Bob


____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to