2013年5月1日
摘要: # update-rc.d sshd defaults # Activate sshd with the default runlevels# update-rc.d sshd start 20 2 3 4 5 . stop 20 0 1 6 . # With explicit arguments# update-rc.d -f sshd remove # Disable sshd for all runlevels# shutdown -h now (or # poweroff) # Shutdown and halt the system 阅读全文
posted @ 2013-05-01 20:23 weaver_chen 阅读(818) 评论(0) 推荐(0) 编辑