Skip to content

Instantly share code, notes, and snippets.

@dstrctrng
Created March 28, 2013 23:00
Show Gist options
  • Save dstrctrng/5267533 to your computer and use it in GitHub Desktop.
Save dstrctrng/5267533 to your computer and use it in GitHub Desktop.
root@c4a6608aaff6:~# ps axf
PID TTY STAT TIME COMMAND
1 ? S 0:00 bash -c aptitude install -y openssh-server; mkdir -p /var/run/sshd; mkdir /root/.ssh; wget -O /root/.ssh/authorized_keys https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub ; /usr/sbin/sshd -d
511 ? S 0:00 sshd: root@pts/0
595 pts/0 Ss 0:00 \_ -bash
642 pts/0 R+ 0:00 \_ ps axf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment