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
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
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
3 matches
Mail list logo