When using CTRL-X CTRL-O after a name without any "." or "->" it is completed
from the tags file directly. This works for any identifier, also function
names. If you want to complete a local variable name, which does not appear
in the tags file, use CTRL-P instead.
When using CTRL-X CTRL-O after something that has "." or "->" Vim will attempt
ssh를 공부하는 도중 무었을 실수하였는지
[root@love ~]# /etc/rc.d/init.d/sshd stop 엔터하면
계속 빨간글씨로 "실패"라고 나오고 sshd가 stop되지않습니다.
물론 부팅화면에서도 "sshd stopping 실패"라고 나옵니다.
어떻게 해야 sshd를 stop시킬 수 있나요? 도와주세요!