Process Status
    PID TTY          TIME CMD
 322057 pts/0    00:00:04 zsh
 378929 pts/0    00:00:00 ps
TTY - terminal type
TIME - amount of CPU in minutes and seconds that process has been running
CMD - name of the command that launched the process
// view all the running process
ps -a