Advertisement
Guest User

Untitled

a guest
Sep 8th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. root@TTS-ubuntu:/var# /etc/init.d/ssh start
  2. Rather than invoking init scripts through /etc/init.d, use the service(8)
  3. utility, e.g. service ssh start
  4.  
  5. Since the script you are attempting to invoke has been converted to an
  6. Upstart job, you may also use the start(8) utility, e.g. start ssh
  7. ssh start/running, process 30752
  8. root@TTS-ubuntu:/var# ps -aux | grep ssh
  9. Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
  10. ttsadmin 20397 0.0 0.0 0 0 ? Zs Sep03 0:02 [ssh-agent] <defunct>
  11. root 30784 0.0 0.0 8960 868 pts/1 S+ 13:43 0:00 grep --color=auto ssh
  12. root@TTS-ubuntu:/var#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement