Re: partition memory

1998-07-27 Thread Geoff Brimhall
For disk partition stuff, use 'df' To know the size of a directory, use 'du -s /path/to/directory' To know memory stuff, there is a command line command (which I don't know), but I have found it the easiest to look at, with a shell text editor such as pico or joe, /proc/memory. Actually, a *lo

Re: partition memory

1998-07-27 Thread Daniel Martin at cush
Yanick MICHOU <[EMAIL PROTECTED]> writes: > Hello, > I would like to know what is the shell command to know what is the > available, used and free memory on the current partition ? You mean the available used and free disk space? The command is df - I believe it stands for something like "disk f

Re: partition memory

1998-07-27 Thread Joel Keating
I think you mean disk space not memory, but the format or df commands could possibly help you. Yanick MICHOU wrote: > > Hello, > I would like to know what is the shell command to know what is the > available, used and free memory on the current partition ? > > Thanks, > yanick. > > -- > Unsub