Unix Process Commands
Please find consolidated commands below: Command Syntax Description Example ps ps [options] Display information about running processes ps – Display information about the current shell and any child processes top top Display real-time information about running processes top – Display real-time information about running processes kill kill [signal] PID Send a signal to a process …