Вторник (06/26/12)

/dev/pts/0
19:00:35
#ssh 192.168.7.254 -l clint
clint@192.168.7.254's password:
Linux sergey 2.6.32-5-xen-686 #1 SMP Wed Mar 9 01:27:54 UTC 2011 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Tue Jun 26 18:10:07 2012
clint:~$ ps aux | grep vpnc
root      2812  0.0  0.1   2788  1192 ?        S    14:44   0:00 /bin/bash /home/clint/bin/vpnc_checker
root      2993  0.0  0.0   3544   748 ?        Ss   14:44   0:00 vpnc
clint     9529  0.0  0.0   5148   880 pts/0    S+   20:01   0:00 grep --color=auto vpnc
clint:~$ kill -9 2812 2993
-bash: kill: (2812) - Операция не позволяется
-bash: kill: (2993) - Операция не позволяется
clint:~$ sudo kill -9 2812 2993
[sudo] password for clint:
clint:~$ pibg sim-sim
-bash: pibg: команда не найдена
clint:~$ ping sim-sim
^C
clint:~$ ping 10.1.50.204
PING 10.1.50.204 (10.1.50.204) 56(84) bytes of data.
^C
--- 10.1.50.204 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1016ms
clint:~$ ps aux | grep vpnc
clint     9540  0.0  0.0   5144   812 pts/0    S+   20:02   0:00 grep --color=auto vpnc
clint:~$
clint:~$
clint:~$
clint:~$
clint:~$ exit
logout
Connection to 192.168.7.254 closed.