# Show who is logged on and what they are doing.
w
# Tell how long the system has been running & CPU load average
uptime
# provides monitoring and management capabilities for each of NVIDIA's devices
nvidia-smi
# print name of current/working directory
pwd
# estimate file space usage
echo ~ # ~ == home 디렉토리
du --human-readable --max-depth=0 ~