Created
June 16, 2014 17:45
-
-
Save miah/147e97688a0e1c7b4897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[miah@host ~]$ ps auxww|grep 'sshd: miah' | |
root 32416 0.0 0.1 82460 3952 ? Ss 16:35 0:00 sshd: miah [priv] | |
miah 32418 0.0 0.1 83136 2344 ? S 16:35 0:00 sshd: miah@pts/0 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome, thanks!