Hello,
My answer for the 1st question doesn’t seem to work. Am I missing something?
Commands:
ps auxZ | grep sshd | tail -1 | cut -d' ' -f1 > sshd
cat sshd
Hello,
My answer for the 1st question doesn’t seem to work. Am I missing something?
Commands:
ps auxZ | grep sshd | tail -1 | cut -d' ' -f1 > sshd
cat sshd
I think I’m using the context of the grep command (pipping), instead of the first which is the actual sshd command? Right?
Hi @meletiop,
While doing the lab, you can always check the hint and solutions tab in case you are unable to resolve it.
Happy learning,
Trung.
Hello,
I am aware I can use the solution tab. I’ve figured out the issue. Thank you.