Linux CLI - Process Management
What will be the output of the command
ps -e | grep sshd if the sshd process is running?ps -e | grep sshd if the sshd process is running?ps -e and pipe to grepps -e lists all processes; piping to grep sshd filters lines containing 'sshd'.ps -e | grep sshd shows sshd if running [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions