Close
jGuru Forums
Posted By: Giuseppe_Diomede Posted On: Friday, June 20, 2003 02:24 AM
In which way I get disk free space on a machine (I don't know the o.s.)?
Re: Disk free space
Posted By: Nick_Maiorano Posted On: Monday, June 23, 2003 06:42 AM
The command is df -k (for disk space in kilobytes). The other useful command is du -k (for disk usage in kilobytes).
Here's a useful list of commands.