Using sudo
If a server needs to be administered by a number of people it is normally not a good idea for them all to use the root account.
We explain every GNU/Linux command by examples in this blog!!!!!!!!!!!!
touch filename-`date '+%Y-%m-%d'` creates a file: filename-2009-05-06 touch filename-`date +"%Y%m%d%H%M%S"` creates a file: filename-20090506142053 touch filename- `date +"%Y%m%d%H%M%S"` creates a file: filename-2009-05-06-152446 touch filename-`date +"%Y-%m-%d-%H:%M:%S"` creates a file: filename-2009-05-06-15:36:36
yum install sysstat
sar -A