What are the commands?
- quota
All are allocated a certain amount of disk space on the file system for their personal files, usually about 100Mb. If you go over your quota, you are given 7 days to remove excess files.
To check your current quota and how much of it you have used, type
% quota -v
dfThe df command reports on the space left on the file system. For example, to find out how much space is left on the fileserver, type
% df .
duThe du command outputs the number of kilobyes used by each subdirectory. Useful if you have gone over quota and you want to find out which directory has the most files. In your home-directory, type
% du
- use prstat
- For CPU utilization "top" can be used.