> top
# see all process
> ps -fp p_id
> df -k
# free space of disks
> du- h
# files/directories size.
# the last number is te total of the current directory
> cp -p
# copy file
# -p : copy owner/group and some attr of file (such as created_at)