/l3/users/29-05-2007/nt-lnet/linux1.net.nt/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 :16 :17 :18 :19 :20 :21 :22 :23 :24 :25 :26 :27 :28 :29 :30 :31 :32 :33 :34 :35 :36 :37 :38 :39 :40 |
|
#man sshd_config
|
#vim /etc/ssh/sshd_config
|
#ssh -v -v 192.168.16.2
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,zlib@openssh.com debug2: kex_parse_kexinit: none,zlib@openssh.com debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: mac_init: found hmac-md5 debug1: kex: server->client aes128-cbc hmac-md5 none ... debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug2: dh_gen_key: priv key bits set: 132/256 debug2: bits set: 522/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug2: no key of type 0 for host 192.168.16.2 debug2: no key of type 2 for host 192.168.16.2 The authenticity of host '192.168.16.2 (192.168.16.2)' can't be established. RSA key fingerprint is 9e:2d:a9:2d:1c:93:bd:a9:4e:1a:2b:31:c8:fa:a4:3c. Are you sure you want to continue connecting (yes/no)? |
#ssh -v 192.168.16.2
debug1: identity file /root/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2 Debian-2 debug1: match: OpenSSH_4.3p2 Debian-2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-9 debug1: Miscellaneous failure No credentials cache found debug1: Miscellaneous failure No credentials cache found debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY The authenticity of host '192.168.16.2 (192.168.16.2)' can't be established. RSA key fingerprint is 9e:2d:a9:2d:1c:93:bd:a9:4e:1a:2b:31:c8:fa:a4:3c. Are you sure you want to continue connecting (yes/no)? no Host key verification failed. |
#cat /etc/ssh/ssh
ssh_config ssh_host_dsa_key ssh_host_rsa_key sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub |
#cat /etc/ssh/ssh
ssh_config ssh_host_dsa_key ssh_host_rsa_key sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub |
#cat /etc/ssh/ssh_
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config ssh_config ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub |
#cat /etc/ssh/ssh_host_rsa_key.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvhALvZKSSK/uwaKBprL2euyVtVc8SFzEj7rIgk247s9E9Tn3+Xx2ANmncMUPjdvK5arWwWrKMiWW+SmCd+esYgxx47FTsqtlgVqeXgs3m7yicYwtluVraADE0c/w3Bz8MLHDm8jjR9t25anFRS4N7cIupHG8UbmIm48u2k/bevME+dUVap9QvJG7v+drcgJulnbnNtJBu9PBLwbRo0OWP4hJilQl8D4Mf8wfu8N75S1nh1t24v6JD81mxYeG1p/78DhHFJGyl3YCgSjkBSNbzhjS2EaX7lOmYCpGGhh4HmcVk5ADvT2qyBRlQZqt0WVZq01bzhf0HY31Q8IirNk9XQ== root@linux3 |
#ls -l /etc/ssh/
# Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ ... [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config итого 160 -rw-r--r-- 1 root root 132777 2007-03-05 18:38 moduli -rw-r--r-- 1 root root 1424 2007-03-05 18:38 ssh_config -rw-r--r-- 1 root root 1874 2007-05-25 19:15 sshd_config -rw------- 1 root root 668 2007-05-25 19:15 ssh_host_dsa_key -rw-r--r-- 1 root root 601 2007-05-25 19:15 ssh_host_dsa_key.pub -rw------- 1 root root 1675 2007-05-25 19:15 ssh_host_rsa_key -rw-r--r-- 1 root root 393 2007-05-25 19:15 ssh_host_rsa_key.pub |
#cat ssh_host_rsa.pub
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config cat: ssh_host_rsa.pub: No such file or directory |
#man ssh
|
#man ssh
|
#man ssh_config
|
#ssh -v 192.168.16.2
debug1: identity file /root/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2 Debian-2 debug1: match: OpenSSH_4.3p2 Debian-2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-9 debug1: Miscellaneous failure No credentials cache found debug1: Miscellaneous failure No credentials cache found debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY The authenticity of host '192.168.16.2 (192.168.16.2)' can't be established. RSA key fingerprint is 9e:2d:a9:2d:1c:93:bd:a9:4e:1a:2b:31:c8:fa:a4:3c. Are you sure you want to continue connecting (yes/no)? no Host key verification failed. |
#ps aux | grep ssh
user 2970 0.0 0.0 4140 696 ? Ss 09:27 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session x-session-manager root 6772 0.0 0.2 7720 2396 ? Ss 10:37 0:00 sshd: root@pts/12 root 8108 0.0 0.1 4936 1088 ? Ss 11:07 0:00 /usr/sbin/sshd root 9928 0.0 0.2 7716 2392 ? Ss 11:43 0:00 sshd: root@pts/10 root 10822 0.0 0.2 7716 2396 ? Ss 11:59 0:01 sshd: root@pts/18 root 11278 0.0 0.2 7720 2396 ? Ss 12:01 0:01 sshd: root@pts/16 root 11427 0.0 0.2 7716 2408 ? Ss 12:05 0:00 sshd: root@pts/14 root 11998 0.0 0.2 7716 2388 ? Ss 12:20 0:00 sshd: root@pts/20 root 14098 0.0 0.0 3744 764 pts/6 R+ 13:03 0:00 grep ssh |
#vim /etc/ssh/sshd_config
|
#grep ssh /etc/passwd
sshd:x:109:65534::/var/run/sshd:/usr/sbin/nologin |
#ps aux | grep sshd
root 6772 0.0 0.2 7720 2396 ? Ss 10:37 0:00 sshd: root@pts/12 root 8108 0.0 0.1 4936 1088 ? Ss 11:07 0:00 /usr/sbin/sshd root 9928 0.0 0.2 7716 2392 ? Ss 11:43 0:00 sshd: root@pts/10 root 10822 0.0 0.2 7716 2396 ? Ss 11:59 0:01 sshd: root@pts/18 root 11278 0.0 0.2 7720 2396 ? Ss 12:01 0:01 sshd: root@pts/16 root 11427 0.0 0.2 7716 2408 ? Ss 12:05 0:00 sshd: root@pts/14 root 11998 0.0 0.2 7716 2388 ? Ss 12:20 0:00 sshd: root@pts/20 root 14162 0.0 0.0 3740 764 pts/6 R+ 13:04 0:00 grep sshd |
#top -p 8180
Cpu(s): 99.3%us, 0.0%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.3%hi, 0.3%si, 0.0%st Mem: 1028536k total, 616680k used, 411856k free, 78404k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 1951888k total, 0k used, 1951888k free, 252344k cached |
#ps aux | grep sshd
Banner In some jurisdictions, sending a warning message before authentication may be relevant for getting legal pro‐ tection. The contents of the specified file are sent to the remote user before authentication is allowed. This option is only available for protocol version 2. By default, no banner is displayed. ChallengeResponseAuthentication Specifies whether challenge response authentication is allowed. All authentication styles from login.conf(5) are supported. The default is “yes”. Ciphers Specifies the ciphers allowed for protocol version 2. Multiple ciphers must be comma-separated. The sup‐ ported ciphers are “3des-cbc”, “aes128-cbc”, “aes192-cbc”, “aes256-cbc”, “aes128-ctr”, “aes192-ctr”, “aes256-ctr”, “arcfour128”, “arcfour256”, “arcfour”, “blowfish-cbc”, and “cast128-cbc”. The default is ‘‘aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, Manual page sshd_config(5) line 20 root 6772 0.0 0.2 7720 2396 ? Ss 10:37 0:00 sshd: root@pts/12 root 8108 0.0 0.1 4936 1088 ? Ss 11:07 0:00 /usr/sbin/sshd root 9928 0.0 0.2 7716 2392 ? Ss 11:43 0:00 sshd: root@pts/10 root 10822 0.0 0.2 7716 2396 ? Ss 11:59 0:01 sshd: root@pts/18 root 11278 0.0 0.2 7720 2396 ? Ss 12:01 0:01 sshd: root@pts/16 root 11427 0.0 0.2 7716 2408 ? Ss 12:05 0:00 sshd: root@pts/14 root 11998 0.0 0.2 7716 2388 ? Ss 12:20 0:00 sshd: root@pts/20 root 14193 0.0 0.0 3744 764 pts/6 R+ 13:05 0:00 grep sshd |
#top -p 8108
Cpu(s): 0.3%us, 0.7%sy, 0.0%ni, 99.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 1028536k total, 617812k used, 410724k free, 78652k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 1951888k total, 0k used, 1951888k free, 252560k cached 8108 root 18 0 4936 1088 752 S 0.0 0.1 0:00.00 sshd |
#ssh -v 192.168.16.2
No credentials cache found debug1: Miscellaneous failure No credentials cache found debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY The authenticity of host '192.168.16.2 (192.168.16.2)' can't be established. RSA key fingerprint is 9e:2d:a9:2d:1c:93:bd:a9:4e:1a:2b:31:c8:fa:a4:3c. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.2' (RSA) to the list of known hosts. debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent Connection closed by 192.168.16.2 |
#ssh -v 192.168.16.2
debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host '192.168.16.2' is known and matches the RSA host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_rsa_verify: signature correct ... debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/identity debug1: Trying private key: /root/.ssh/id_rsa debug1: Trying private key: /root/.ssh/id_dsa debug1: Next authentication method: password root@192.168.16.2's password: |
#> .ssh/known_hosts
|
#ssh -v 192.168.16.2
No credentials cache found debug1: Miscellaneous failure No credentials cache found debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY The authenticity of host '192.168.16.2 (192.168.16.2)' can't be established. RSA key fingerprint is 9e:2d:a9:2d:1c:93:bd:a9:4e:1a:2b:31:c8:fa:a4:3c. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.2' (RSA) to the list of known hosts. debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent Connection closed by 192.168.16.2 |
#cat .ssh/known_hosts
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config |1|NYcDD6IBokzLlZTC0p89iMib73w=|n2OjOLEPrm4hKg+jvvY4paN/G1s= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA14kGxTpUCEp7aOMtvkIMqRAT1u8HHpDguIdbnGHNcmR1jIddljvbyfap527tOjq13EBrS8W6vfmn3YFT5W5iCjs2XM5a5VAy/IlxNuN0u7bdVAtt2hYj7gTJvAh3qkMfTjIS4wBPlniufwN0MgRGRTuqyF3PcKAcQB39SN+RNZHbMCe2ZR1+ICTKiTYZEJxYjVjmiNKMxhMgEVOMfHAC3WanuwAKNX+wfpvugyU26zkj54cdOFitY2A5/NvWbkScSC4gMMXEOnmOET6y9JrUMxwE1BCl206TK2owi3qroI0OEY/ |
#ssh -v 192.168.16.2
debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host '192.168.16.2' is known and matches the RSA host key. debug1: Found key in /root/.ssh/known_hosts:1 debug1: ssh_rsa_verify: signature correct ... debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/identity debug1: Trying private key: /root/.ssh/id_rsa debug1: Trying private key: /root/.ssh/id_dsa debug1: Next authentication method: password root@192.168.16.2's password: |
#pwd
/root |
#ls -l /etc/ssh
# Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ ... [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config итого 160 -rw-r--r-- 1 root root 132777 2007-03-05 18:38 moduli -rw-r--r-- 1 root root 1424 2007-03-05 18:38 ssh_config -rw-r--r-- 1 root root 1874 2007-05-25 19:15 sshd_config -rw------- 1 root root 668 2007-05-25 19:15 ssh_host_dsa_key -rw-r--r-- 1 root root 601 2007-05-25 19:15 ssh_host_dsa_key.pub -rw------- 1 root root 1675 2007-05-25 19:15 ssh_host_rsa_key -rw-r--r-- 1 root root 393 2007-05-25 19:15 ssh_host_rsa_key.pub |
#ssh -v 192.168.16.2
debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/identity debug1: Trying private key: /root/.ssh/id_rsa debug1: Trying private key: /root/.ssh/id_dsa debug1: Next authentication method: password root@192.168.16.2's password: debug1: Authentication succeeded (password). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LANG = ru_UA.UTF-8 Last login: Thu May 31 12:05:35 2007 Linux linux2 2.6.21.2 #1 SMP Thu May 24 13:33:22 EEST 2007 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. l3-agent is already running: pid=2651; pidfile=/root/.lilalo/l3-agent.pid |
#./configure
|
#ssh -v -v 192.168.16.2
debug2: bits set: 482/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth ... debug2: key: /root/.ssh/id_rsa ((nil)) debug2: key: /root/.ssh/id_dsa ((nil)) debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/identity debug1: Trying private key: /root/.ssh/id_rsa debug1: Trying private key: /root/.ssh/id_dsa debug2: we did not send a packet, disable method debug1: Next authentication method: password root@192.168.16.2's password: |
#exit
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: free: client-session, nchannels 1 Connection to 192.168.16.2 closed. debug1: Transferred: stdin 0, stdout 0, stderr 36 bytes in 12.1 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 3.0 debug1: Exit status 0 |
#ssh 192.168.16.2 -l user
[root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config |
#ssh 192.168.16.2 -l root
|
#ssh 192.168.16.3 -l user
ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config The authenticity of host '192.168.16.3 (192.168.16.3)' can't be established. RSA key fingerprint is 32:96:02:ad:e2:cc:89:02:bd:a9:df:27:25:39:e7:43. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.16.3' (RSA) to the list of known hosts. user@192.168.16.3's password: Linux linux3 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 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: Thu May 31 10:35:44 2007 |
$mail
linux3 : May 25 19:19:42 : user : user NOT in sudoers ; TTY=pts/0 ; PWD=/home/user ; USER=root ; COMMAND=/sbin/route -n & 2 Message 2: From root@linux3.net.nt Wed May 30 09:46:58 2007 Envelope-to: root@linux3.net.nt Delivery-date: Wed, 30 May 2007 09:46:58 +0300 From: Anacron <root@linux3.net.nt> To: root@linux3.net.nt Subject: Anacron job 'cron.daily' on linux3 Date: Wed, 30 May 2007 09:46:58 +0300 /etc/cron.daily/sysklogd: gzip: /var/log//syslog.0: Input/output error mv: cannot stat `/var/log//syslog.0.gz': No such file or directory chown: cannot access `/var/log//syslog.1.gz': No such file or directory chgrp: cannot access `/var/log//syslog.1.gz': No such file or directory chmod: cannot access `/var/log//syslog.1.gz': No such file or directory & q Saved 2 messages in /home/user/mbox |
$exit
Connection to 192.168.16.3 closed. |
#ssh user@192.168.16.3
[root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: Linux linux3 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 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. No mail. Last login: Thu May 31 13:29:47 2007 from linux1.net.nt l3-agent is already running: pid=9280; pidfile=/home/user/.lilalo/l3-agent.pid |
$touch .hushlogin
|
$exit
Connection to 192.168.16.3 closed. |
#ssh user@192.168.16.3
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# ... ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: l3-agent is already running: pid=9280; pidfile=/home/user/.lilalo/l3-agent.pid |
$vim /etc/motd
|
$exit
Connection to 192.168.16.3 closed. |
#ssh user@192.168.16.3 hostname
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# ... ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: linux3 |
#ssh -f user@192.168.16.3 'find / -name a* -exec ls -li'
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: |
#find: отсутствует аргумент у `-exec'
|
#ssh -f user@192.168.16.3 'find / -name a* -exec ls -li {} \;'
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: |
#80524 -rw-r--r-- 1 root root 5 2007-05-31 09:51 /var/run/apache.pid
257545 -r--r--r-- 1 root root 19922 2007-05-24 18:41 liblocale-gettext-perl_1.05-1_i386.deb 257779 -rw-r--r-- 1 root root 14610 2006-01-10 08:32 liblockfile1_1.06.1_i386.deb 531281 -rw-r--r-- 1 root root 168790 2006-03-11 21:02 libltdl3_1.5.22-4_i386.deb 531268 -rw-r--r-- 1 root root 47968 2006-09-16 21:47 liblua50_5.0.3-2_i386.deb 531269 -rw-r--r-- 1 root root 35052 2006-09-16 21:47 liblualib50_5.0.3-2_i386.deb 257759 -rw-r--r-- 1 root root 109452 2007-01-29 15:47 liblwres9_1%3a9.3.4-2_i386.deb 257611 -r--r--r-- 1 root root 58868 2007-05-24 18:41 liblzo1_1.08-3_i386.deb 531213 -rw-r--r-- 1 root root 74814 2005-06-01 18:47 libmad0_0.15.1b-2.1_i386.deb 257955 -rw-r--r-- 1 root root 5700 2004-09-30 02:47 libmd5-perl_2.03-1_all.deb 531290 -rw-r--r-- 1 root root 58018 2007-03-22 20:47 libmdbtools_0.5.99.0.6pre1.0.20051109-3.1_i386.deb ... 531303 -rw-r--r-- 1 root root 491532 2006-02-01 16:47 libxt-java_0.20050823-2_all.deb 257697 -rw-r--r-- 1 root root 16576 2006-07-29 10:02 libxtrap6_1%3a1.0.0-4_i386.deb 257698 -rw-r--r-- 1 root root 11560 2006-07-24 18:32 libxtst6_1%3a1.0.1-5_i386.deb 499046 -rw-r--r-- 1 root root 5350410 2007-03-28 10:17 libxul0d_1.8.0.11-2_i386.deb 499045 -rw-r--r-- 1 root root 1042280 2007-03-28 10:17 libxul-common_1.8.0.11-2_all.deb 257699 -rw-r--r-- 1 root root 10188 2006-09-26 03:32 libxv1_1%3a1.0.2-1_i386.deb 531216 -rw-r--r-- 1 root root 17776 2007-04-11 19:02 libxvmc1_1%3a1.0.4-2_i386.deb 257700 -rw-r--r-- 1 root root 11000 2006-09-19 07:17 libxxf86dga1_2%3a1.0.1-2_i386.deb 257895 -rw-r--r-- 1 root root 7674 2006-09-09 03:17 libxxf86misc1_1%3a1.0.1-2_i386.deb 257690 -rw-r--r-- 1 root root 9778 2006-09-19 05:47 libxxf86vm1_1%3a1.0.1-2_i386.deb |
#/proc/2592/task/2592/fd: Permission denied
170852408 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 sockcreate find: /proc/2599/fd: Permission denied 170328075 -r-------- 1 root root 0 2007-05-31 13:34 /proc/2599/auxv итого 0 170328087 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 current 170328089 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 exec 170328090 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 fscreate 170328091 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 keycreate 170328088 -r--r--r-- 1 root root 0 2007-05-31 13:34 prev 170328092 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 sockcreate ... find: /proc/2731/task/2731/fd: Permission denied 178978855 -r-------- 1 root root 0 2007-05-31 13:34 /proc/2731/task/2731/auxv итого 0 178978867 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 current 178978869 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 exec 178978870 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 fscreate 178978871 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 keycreate 178978868 -r--r--r-- 1 root root 0 2007-05-31 13:34 prev 178978872 -rw-rw-rw- 1 root root 0 2007-05-31 13:34 sockcreate find: /proc/2731/fd: Permission denied |
#233635879 -r-------- 1 user user 0 2007-05-31 13:34 /proc/3565/task/3565/auxv
458583 -rw-r--r-- 1 root root 11362 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-8green.ott 458576 -rw-r--r-- 1 root root 11012 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-1simple.ott 458579 -rw-r--r-- 1 root root 11227 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-5blue.ott 458570 -rw-r--r-- 1 root root 11158 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-9colorful.ott 458572 -rw-r--r-- 1 root root 11377 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-7red.ott 458566 -rw-r--r-- 1 root root 11599 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-3modern.ott 458565 -rw-r--r-- 1 root root 11105 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-4classic.ott 458574 -rw-r--r-- 1 root root 11750 2007-04-03 12:17 /usr/lib/openoffice/share/template/bg/wizard/agenda/aw-6orange.ott итого 288 458035 -rw-r--r-- 1 root root 12347 2007-04-03 12:19 10grey.ott ... 458888 -rw-r--r-- 1 root root 2130 2007-03-31 17:52 /usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin итого 60 458897 -rw-r--r-- 1 root root 8111 2007-03-31 17:52 AmazonCoverArtSearch.py 458954 -rw-r--r-- 1 root root 7195 2007-05-24 20:34 AmazonCoverArtSearch.pyc 458901 -rw-r--r-- 1 root root 2373 2007-03-31 17:52 artdisplay.rb-plugin 458899 -rw-r--r-- 1 root root 4256 2007-03-31 17:52 CoverArtDatabase.py 458957 -rw-r--r-- 1 root root 4170 2007-05-24 20:34 CoverArtDatabase.pyc 458900 -rw-r--r-- 1 root root 5470 2007-03-31 17:52 __init__.py 458955 -rw-r--r-- 1 root root 5252 2007-05-24 20:34 __init__.pyc 458898 -rw-r--r-- 1 root root 2491 2007-03-31 17:52 LocalCoverArtSearch.py |
#pkill -9 fin689348 -rw-r--r-- 1 root root 3196 2006-10-01 20:33 /usr/share/mimelnk/all/all.desktop
719509 -rw-r--r-- 1 root root 3561 2007-03-31 17:52 rhythmbox-podcast.png 719506 -rw-r--r-- 1 root root 338 2007-03-31 17:52 rhythmbox-set-star.png 719505 -rw-r--r-- 1 root root 201 2007-03-31 17:52 rhythmbox-tray-icon.png 719507 -rw-r--r-- 1 root root 283 2007-03-31 17:52 rhythmbox-unset-star.png 719511 -rw-r--r-- 1 root root 103347 2007-03-31 17:52 /usr/share/rhythmbox/art/about-logo.png 559488 -rw-r--r-- 1 root root 25573 2007-03-31 17:52 /usr/share/rhythmbox/glade/audioscrobbler-prefs.glade итого 64 608918 drwxr-xr-x 2 root root 4096 2007-05-24 20:27 any 608931 drwxr-xr-x 2 root root 4096 2007-05-24 20:27 argcharset 608934 -rwxr-xr-x 1 root root 795 2006-04-11 02:34 charset-charset ... 531757 -rw-r--r-- 1 root root 2572 2007-04-15 22:25 /usr/share/locale/sr/LC_MESSAGES/alacarte.mo 531763 -rw-r--r-- 1 root root 2904 2007-04-15 22:25 /usr/share/locale/vi/LC_MESSAGES/alacarte.mo 525652 -rw-r--r-- 1 root root 38578 2007-02-26 23:21 /usr/share/locale/vi/LC_MESSAGES/apt.mo 525750 -rw-r--r-- 1 root root 135563 2007-03-14 16:11 /usr/share/locale/vi/LC_MESSAGES/aptitude.mo 1782977 -rw-r--r-- 1 root root 9691 2007-02-24 19:36 /usr/share/locale/ru/LC_MESSAGES/artsbuilder.mo 1782615 -rw-r--r-- 1 root root 1238 2007-02-24 19:35 /usr/share/locale/ru/LC_MESSAGES/ark_plugin.mo 1782616 -rw-r--r-- 1 root root 1695 2007-02-24 19:35 /usr/share/locale/ru/LC_MESSAGES/alsaplayerui.mo 1782468 -rw-r--r-- 1 root root 6062 2007-02-24 19:35 /usr/share/locale/ru/LC_MESSAGES/amor.mo 1782447 -rw-r--r-- 1 root root 12801 2007-02-24 19:35 /usr/share/locale/ru/LC_MESSAGES/atlantik.mo 1782857 -rw-r--r-- 1 root root 39032 2007-02-24 19:36 /usr/share/locale/ru/LC_MESSAGES/akregator.mo |
#pkill -9 find
|
#1782969 -rw-r--r-- 1 root root 8217 2007-02-24 19:36 /usr/share/locale/ru/LC_MESSAGES/audiocd_encoder_lame.mo
525779 -rw-r--r-- 1 root root 120243 2007-03-14 16:11 /usr/share/locale/da/LC_MESSAGES/aptitude.mo 531740 -rw-r--r-- 1 root root 1378 2007-04-15 22:25 /usr/share/locale/it/LC_MESSAGES/alacarte.mo 525522 -rw-r--r-- 1 root root 18813 2007-01-19 09:25 /usr/share/locale/it/LC_MESSAGES/adduser.mo 525604 -rw-r--r-- 1 root root 34752 2007-02-26 23:21 /usr/share/locale/it/LC_MESSAGES/apt.mo 525768 -rw-r--r-- 1 root root 126783 2007-03-14 16:11 /usr/share/locale/it/LC_MESSAGES/aptitude.mo итого 4 523480 drwxr-xr-x 2 root root 4096 2007-05-24 20:28 LC_MESSAGES 531720 -rw-r--r-- 1 root root 1684 2007-04-15 22:25 /usr/share/locale/ar/LC_MESSAGES/alacarte.mo 525783 -rw-r--r-- 1 root root 139283 2007-03-14 16:11 /usr/share/locale/ar/LC_MESSAGES/aptitude.mo 573774 -rw-r--r-- 1 root root 3064 2007-04-15 22:25 /usr/share/locale/ka/LC_MESSAGES/alacarte.mo ... 655429 -rw-r--r-- 1 root root 170 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-down.png 655439 -rw-r--r-- 1 root root 56 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-rit-sharp-end.gif 655440 -rw-r--r-- 1 root root 46 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-up.gif 655432 -rw-r--r-- 1 root root 47 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-lft-hov.gif 655442 -rw-r--r-- 1 root root 46 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-up-hov.gif 655428 -rw-r--r-- 1 root root 51 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-dn-sharp.gif 655443 -rw-r--r-- 1 root root 52 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow/arrow-up-sharp.gif 655389 -rw-r--r-- 1 root root 6833 2006-09-14 06:13 /usr/share/iceweasel/chrome/classic/skin/classic/global/autocomplete.css итого 4 655539 -rw-r--r-- 1 root root 3039 2007-01-04 21:17 alert.css |
#p655539 -rw-r--r-- 1 root root 3039 2007-01-04 21:17 /usr/share/iceweasel/chrome/classic/skin/classic/global/alerts/alert.css
655388 -rw-r--r-- 1 root root 1236 2004-06-18 02:00 /usr/share/iceweasel/chrome/classic/skin/classic/global/arrow.css 655002 -rw-r--r-- 1 root root 328 2007-03-21 21:49 /usr/share/iceweasel/chrome/en-US/locale/browser/aboutDialog.dtd 655034 -rw-r--r-- 1 root root 261 2006-06-12 21:14 /usr/share/iceweasel/chrome/en-US/locale/browser/feeds/addFeedReader.dtd 655043 -rw-r--r-- 1 root root 831 2005-08-10 11:40 /usr/share/iceweasel/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd 655042 -rw-r--r-- 1 root root 4044 2007-03-21 21:49 /usr/share/iceweasel/chrome/en-US/locale/browser/preferences/advanced.dtd 655026 -rw-r--r-- 1 root root 1393 2006-06-20 01:14 /usr/share/iceweasel/chrome/en-US/locale/browser/bookmarks/addBookmark.dtd 655071 -rw-r--r-- 1 root root 12528 2007-01-04 07:03 /usr/share/iceweasel/chrome/en-US/locale/browser/help/accessibility.xhtml итого 4 654971 -rw-r--r-- 1 root root 358 2005-03-14 20:58 autoconfig.properties 654971 -rw-r--r-- 1 root root 358 2005-03-14 20:58 /usr/share/iceweasel/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties 654943 -rw-r--r-- 1 root root 274 2006-05-03 06:42 /usr/share/iceweasel/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd 654995 -rw-r--r-- 1 root root 204 2005-04-07 18:21 /usr/share/iceweasel/chrome/en-US/locale/en-US/reporter/about.dtd 654919 -rw-r--r-- 1 root root 273 2005-03-08 19:21 /usr/share/iceweasel/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties 654923 -rw-r--r-- 1 root root 273 2005-03-08 19:21 /usr/share/iceweasel/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties 654915 -rw-r--r-- 1 root root 273 2005-03-08 19:21 /usr/share/iceweasel/chrome/en-US/locale/en-US/global-platform/win/accessible.properties 654859 -rw-r--r-- 1 root root 1804 2005-02-01 19:07 /usr/share/iceweasel/chrome/en-US/locale/en-US/global/accept2locale.properties 654839 -rw-r--r-- 1 root root 2276 2007-03-21 21:49 /usr/share/iceweasel/chrome/en-US/locale/en-US/global/appstrings.properties 655242 -rw-r--r-- 1 root root 4234 2006-07-24 21:37 /usr/share/iceweasel/chrome/toolkit/content/mozapps/extensions/about.js |
#pk655241 -rw-r--r-- 1 root root 1789 2006-07-24 21:37 /usr/share/iceweasel/chrome/toolkit/content/mozapps/extensions/about.xul
655274 -rw-r--r-- 1 root root 678 2006-02-03 16:41 /usr/share/iceweasel/chrome/toolkit/content/mozapps/preferences/actionsshared.js 655138 -rw-r--r-- 1 root root 4556 2007-03-21 21:49 /usr/share/iceweasel/chrome/toolkit/content/global/about.xhtml итого 12 655106 -rw-r--r-- 1 root root 7075 2007-01-04 21:17 alert.js 655105 -rw-r--r-- 1 root root 2985 2007-01-04 21:17 alert.xul 655105 -rw-r--r-- 1 root root 2985 2007-01-04 21:17 /usr/share/iceweasel/chrome/toolkit/content/global/alerts/alert.xul 655106 -rw-r--r-- 1 root root 7075 2007-01-04 21:17 /usr/share/iceweasel/chrome/toolkit/content/global/alerts/alert.js 655185 -rw-r--r-- 1 root root 1453 2003-07-06 04:08 /usr/share/iceweasel/chrome/toolkit/content/global/bindings/autoscroll_v.png 655184 -rw-r--r-- 1 root root 1413 2003-07-06 04:08 /usr/share/iceweasel/chrome/toolkit/content/global/bindings/autoscroll_h.png 655183 -rw-r--r-- 1 root root 1632 2003-07-06 04:08 /usr/share/iceweasel/chrome/toolkit/content/global/bindings/autoscroll_all.png 655150 -rw-r--r-- 1 root root 32676 2006-09-10 20:20 /usr/share/iceweasel/chrome/toolkit/content/global/bindings/autocomplete.xml 540202 -rw-r--r-- 1 root root 721 2007-02-07 10:31 /usr/share/nano/asm.nanorc 573300 -rw-r--r-- 1 root root 3315 2007-03-18 14:17 /usr/share/gtk-doc/html/bonobo-activation/api-reference.html 573303 -rw-r--r-- 1 root root 16954 2007-03-18 14:17 /usr/share/gtk-doc/html/bonobo-activation/attribute-tag.html 573302 -rw-r--r-- 1 root root 3493 2007-03-18 14:17 /usr/share/gtk-doc/html/bonobo-activation/async-activation.html 573301 -rw-r--r-- 1 root root 3618 2007-03-18 14:17 /usr/share/gtk-doc/html/bonobo-activation/architecture.html |
#pki572511 -rw-r--r-- 1 root root 47794 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/alsa.pp
572688 -rw-r--r-- 1 root root 69978 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/arpwatch.pp 572499 -rw-r--r-- 1 root root 73096 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/asterisk.pp 572619 -rw-r--r-- 1 root root 101045 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/amanda.pp 572639 -rw-r--r-- 1 root root 43296 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/aide.pp 572611 -rw-r--r-- 1 root root 91253 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/automount.pp 572594 -rw-r--r-- 1 root root 122366 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/apm.pp 572653 -rw-r--r-- 1 root root 309582 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/apache.pp 572595 -rw-r--r-- 1 root root 42120 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/authbind.pp 572640 -rw-r--r-- 1 root root 56056 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/audioentropy.pp 572528 -rw-r--r-- 1 root root 86532 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/amavis.pp 572673 -rw-r--r-- 1 root root 71982 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/avahi.pp 572665 -rw-r--r-- 1 root root 62864 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/acct.pp 572497 -rw-r--r-- 1 root root 121712 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/afs.pp 572658 -rw-r--r-- 1 root root 173096 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/authlogin.pp 572540 -rw-r--r-- 1 root root 53474 2007-04-19 22:32 /usr/share/selinux/refpolicy-targeted/ada.pp итого 0 573595 lrwxrwxrwx 1 root root 32 2007-05-24 20:23 defaults.list -> /etc/gnome-vfs-2.0/defaults.list 671397 -rw-r--r-- 1 root root 8322 2007-04-14 17:20 /usr/share/gnome/help/system-admin-guide/C/appendixa.xml |
#pkil671398 -rw-r--r-- 1 root root 1375 2007-04-14 17:20 /usr/share/gnome/help/system-admin-guide/C/appendixb.xml
итого 24 640807 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 bg 640792 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 C 640821 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 es 640835 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 fr 640849 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 it 640863 drwxr-xr-x 3 root root 4096 2007-05-24 20:26 uk 640836 -rw-r--r-- 1 root root 12790 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/accessx-status.xml 640844 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png 640838 -rw-r--r-- 1 root root 581 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png |
#pkill640847 -rw-r--r-- 1 root root 526 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png
640842 -rw-r--r-- 1 root root 1189 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png 640845 -rw-r--r-- 1 root root 1398 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png 640840 -rw-r--r-- 1 root root 668 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png 640848 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png 640841 -rw-r--r-- 1 root root 2161 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png 640843 -rw-r--r-- 1 root root 589 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png 640846 -rw-r--r-- 1 root root 373 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png 640839 -rw-r--r-- 1 root root 570 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png 640794 -rw-r--r-- 1 root root 9037 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/accessx-status.xml 640802 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png ... 640806 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png 640799 -rw-r--r-- 1 root root 2161 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx-status-applet.png 640801 -rw-r--r-- 1 root root 589 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png 640804 -rw-r--r-- 1 root root 373 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png 640797 -rw-r--r-- 1 root root 570 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png 640808 -rw-r--r-- 1 root root 16651 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/accessx-status.xml 640816 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png 640810 -rw-r--r-- 1 root root 581 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png 640819 -rw-r--r-- 1 root root 526 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png 640814 -rw-r--r-- 1 root root 1189 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png |
#pkill 640817 -rw-r--r-- 1 root root 1398 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png
640812 -rw-r--r-- 1 root root 668 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png 640820 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png 640813 -rw-r--r-- 1 root root 2161 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png 640815 -rw-r--r-- 1 root root 589 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png 640818 -rw-r--r-- 1 root root 373 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png 640811 -rw-r--r-- 1 root root 570 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png 640822 -rw-r--r-- 1 root root 12773 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/es/accessx-status.xml 640830 -rw-r--r-- 1 root root 439 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png 640824 -rw-r--r-- 1 root root 581 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png 640833 -rw-r--r-- 1 root root 526 2007-03-23 20:11 /usr/share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png ... 623811 -rw-r--r-- 1 root root 13741 2007-04-02 13:16 /usr/share/gnome/help/ekiga/de/figures/accounts_h323.png 623813 -rw-r--r-- 1 root root 44158 2007-04-02 13:16 /usr/share/gnome/help/ekiga/de/figures/audio_codecs.png 623810 -rw-r--r-- 1 root root 23784 2007-04-02 13:16 /usr/share/gnome/help/ekiga/de/figures/accounts_d1.png 623812 -rw-r--r-- 1 root root 12826 2007-04-02 13:16 /usr/share/gnome/help/ekiga/de/figures/accounts_sip.png 623790 -rw-r--r-- 1 root root 29232 2007-04-02 13:16 /usr/share/gnome/help/ekiga/bg/figures/accounts_h323.png 623792 -rw-r--r-- 1 root root 80733 2007-04-02 13:16 /usr/share/gnome/help/ekiga/bg/figures/audio_codecs.png 623789 -rw-r--r-- 1 root root 22401 2007-04-02 13:16 /usr/share/gnome/help/ekiga/bg/figures/accounts_d1.png 623791 -rw-r--r-- 1 root root 28050 2007-04-02 13:16 /usr/share/gnome/help/ekiga/bg/figures/accounts_sip.png 623832 -rw-r--r-- 1 root root 13741 2007-04-02 13:16 /usr/share/gnome/help/ekiga/es/figures/accounts_h323.png 623834 -rw-r--r-- 1 root root 44158 2007-04-02 13:16 /usr/share/gnome/help/ekiga/es/figures/audio_codecs.png |
#pkill -623831 -rw-r--r-- 1 root root 23784 2007-04-02 13:16 /usr/share/gnome/help/ekiga/es/figures/accounts_d1.png
623833 -rw-r--r-- 1 root root 12826 2007-04-02 13:16 /usr/share/gnome/help/ekiga/es/figures/accounts_sip.png 623874 -rw-r--r-- 1 root root 20550 2007-04-02 13:16 /usr/share/gnome/help/ekiga/uk/figures/accounts_h323.png 623876 -rw-r--r-- 1 root root 59595 2007-04-02 13:16 /usr/share/gnome/help/ekiga/uk/figures/audio_codecs.png 623873 -rw-r--r-- 1 root root 18726 2007-04-02 13:16 /usr/share/gnome/help/ekiga/uk/figures/accounts_d1.png 623875 -rw-r--r-- 1 root root 19595 2007-04-02 13:16 /usr/share/gnome/help/ekiga/uk/figures/accounts_sip.png 656596 -rw-r--r-- 1 root root 4411 2006-07-14 12:14 /usr/share/gnome/help/gnome-system-monitor/C/figures/addColumn.png 656613 -rw-r--r-- 1 root root 51784 2006-07-14 12:14 /usr/share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png 670683 -rw-r--r-- 1 root root 235 2007-04-14 17:20 /usr/share/gnome/help/user-guide/fr/figures/ask_pointer.png 658036 -rw-r--r-- 1 root root 235 2007-04-14 17:20 /usr/share/gnome/help/user-guide/C/figures/ask_pointer.png 670920 -rw-r--r-- 1 root root 235 2007-04-14 17:20 /usr/share/gnome/help/user-guide/pt_BR/figures/ask_pointer.png ... 670435 -rw-r--r-- 1 root root 39860 2007-04-14 17:20 gosbasic.xml 670436 -rw-r--r-- 1 root root 145345 2007-04-14 17:20 goscustdesk.xml 670437 -rw-r--r-- 1 root root 8085 2007-04-14 17:20 goseditmainmenu.xml 670443 -rw-r--r-- 1 root root 6579 2007-04-14 17:20 gosfeedback.xml 670438 -rw-r--r-- 1 root root 200388 2007-04-14 17:20 gosnautilus.xml 670439 -rw-r--r-- 1 root root 42979 2007-04-14 17:20 gosoverview.xml 670440 -rw-r--r-- 1 root root 86364 2007-04-14 17:20 gospanel.xml 670441 -rw-r--r-- 1 root root 14801 2007-04-14 17:20 gosstartsession.xml 670442 -rw-r--r-- 1 root root 36932 2007-04-14 17:20 gostools.xml 670434 -rw-r--r-- 1 root root 12391 2007-04-14 17:20 user-guide.xml |
#pkill -9670446 -rw-r--r-- 1 root root 235 2007-04-14 17:20 /usr/share/gnome/help/user-guide/ar/figures/ask_pointer.png
670841 -rw-r--r-- 1 root root 235 2007-04-14 17:20 /usr/share/gnome/help/user-guide/pa/figures/ask_pointer.png итого 8 658109 -rw-r--r-- 1 root root 2371 2006-09-14 08:59 gnome-power-manager.desktop 657376 -rw-r--r-- 1 root root 3170 2007-03-14 21:59 gnome-volume-manager.desktop итого 4 525463 -rw-r--r-- 1 root root 2803 2007-01-19 09:25 adduser.conf 525463 -rw-r--r-- 1 root root 2803 2007-01-19 09:25 /usr/share/adduser/adduser.conf 523817 -rw-r--r-- 1 root root 871 2006-05-17 02:29 /usr/share/dpkg/archtable 640103 -rw-r--r-- 1 root root 3319 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/alien-glow-bar.scm 640127 -rw-r--r-- 1 root root 5793 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/alien-glow-arrow.scm ... 640105 -rw-r--r-- 1 root root 3450 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/alien-glow-logo.scm 640101 -rw-r--r-- 1 root root 6171 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/addborder.scm 640154 -rw-r--r-- 1 root root 7088 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/add-bevel.scm 640144 -rw-r--r-- 1 root root 7024 2006-08-25 01:29 /usr/share/gimp/2.0/scripts/alien-neon-logo.scm 639886 -rw-r--r-- 1 root root 12321 2006-08-25 01:29 /usr/share/gimp/2.0/patterns/amethyst.pat 640282 -rw-r--r-- 1 root root 23160 2006-08-25 01:29 /usr/share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm 574006 -rw-r--r-- 1 root root 63444 2007-03-11 13:22 /usr/share/gconf/schemas/apps_evolution_addressbook-2.6.schemas 574008 -rw-r--r-- 1 root root 175773 2007-03-11 13:21 /usr/share/gconf/schemas/apps_evolution_shell-2.6.schemas 574007 -rw-r--r-- 1 root root 519923 2007-03-11 13:23 /usr/share/gconf/schemas/apps_evolution_calendar-2.6.schemas 573765 -rw-r--r-- 1 root root 229197 2007-02-26 12:09 /usr/share/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas |
#pkill -9 573764 -rw-r--r-- 1 root root 16638 2007-02-26 12:09 /usr/share/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas
574232 -rw-r--r-- 1 root root 1204582 2007-02-26 12:42 /usr/share/gconf/schemas/apps_nautilus_preferences.schemas 573766 -rw-r--r-- 1 root root 24272 2007-02-26 12:09 /usr/share/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas 574245 -rw-r--r-- 1 root root 91820 2007-01-28 18:52 /usr/share/gconf/schemas/aisleriot.schemas 574005 -rw-r--r-- 1 root root 13928 2007-03-11 13:25 /usr/share/gconf/schemas/apps-evolution-mail-prompts-checkdefault-2.6.schemas итого 16 605943 -rw-r--r-- 1 root root 638 2007-02-26 19:05 alsa.default 605944 -rwxr-xr-x 1 root root 110 2007-02-26 19:05 program-wrapper 605942 -rwxr-xr-x 1 root root 6729 2007-02-26 19:05 snddevices 605943 -rw-r--r-- 1 root root 638 2007-02-26 19:05 /usr/share/alsa-base/alsa.default итого 32 ... 622079 -rw-r--r-- 1 root root 193 2006-11-09 01:57 yahoo.png итого 20 624188 -rw-r--r-- 1 root root 1287 2007-02-26 12:40 epiphany-bookmarks.png 624185 -rw-r--r-- 1 root root 440 2007-02-26 12:40 epiphany-download.png 624184 -rw-r--r-- 1 root root 433 2007-02-26 12:40 epiphany-entry.png 624186 -rw-r--r-- 1 root root 1513 2007-02-26 12:40 epiphany-history.png 624187 -rw-r--r-- 1 root root 1365 2007-02-26 12:40 epiphany-popup-hidden.png 624194 -rw-r--r-- 1 root root 3179 2007-02-26 12:40 /usr/share/epiphany-browser/chrome/global/about.xhtml 590151 -rw-r--r-- 1 root root 2245 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png 590148 -rw-r--r-- 1 root root 3160 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png |
#pkill -9 f590149 -rw-r--r-- 1 root root 3200 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/accessibility-keyboard-slowkey.png
590152 -rw-r--r-- 1 root root 2879 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/at-startup.png 590153 -rw-r--r-- 1 root root 2991 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/at-support.png 590147 -rw-r--r-- 1 root root 3239 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/accessibility-keyboard-togglekey.png 590143 -rw-r--r-- 1 root root 4377 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/acme-brightness.png 590144 -rw-r--r-- 1 root root 1624 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/acme-eject.png 590150 -rw-r--r-- 1 root root 2364 2007-02-26 12:09 /usr/share/control-center-2.0/pixmaps/accessibility-keyboard-stickykey.png 590139 -rw-r--r-- 1 root root 8225 2007-02-26 12:09 /usr/share/control-center-2.0/interfaces/apply-font.glade 590122 -rw-r--r-- 1 root root 2256 2007-02-26 12:09 /usr/share/control-center-2.0/interfaces/acme.glade 590125 -rw-r--r-- 1 root root 16872 2007-02-26 12:09 /usr/share/control-center-2.0/interfaces/at-enable-dialog.glade итого 112 ... 689629 -rw-r--r-- 1 root root 7630 2005-09-10 11:27 bug.png итого 8 689643 -rw-r--r-- 1 root root 5091 2005-09-10 11:27 bug.png итого 12 689648 -rw-r--r-- 1 root root 1107 2005-09-10 11:27 bug.png 689647 -rw-r--r-- 1 root root 539 2006-01-19 19:06 images_display.png 689646 -rw-r--r-- 1 root root 781 2005-09-10 11:27 wallet_open.png итого 8 689640 -rw-r--r-- 1 root root 2994 2005-09-10 11:27 bug.png 689639 -rw-r--r-- 1 root root 2191 2006-01-19 19:06 images_display.png |
#pkill -9 fiитого 8
689633 -rw-r--r-- 1 root root 1914 2005-09-10 11:27 bug.png 689632 -rw-r--r-- 1 root root 1270 2006-01-19 19:06 images_display.png итого 16 689636 -rw-r--r-- 1 root root 13453 2005-09-10 11:27 bug.png 608906 -rw-r--r-- 1 root root 395 2005-09-10 12:23 /usr/share/apps/kturtle/examples/ru/arrow.logo итого 108 691392 -rw-r--r-- 1 root root 369 2005-09-10 11:27 bar-bottom-left.png 691393 -rw-r--r-- 1 root root 160 2005-09-10 11:27 bar-bottom-middle.png 691384 -rw-r--r-- 1 root root 346 2005-09-10 11:27 bar-bottom-right.png 691389 -rw-r--r-- 1 root root 126 2005-09-10 11:27 bar-middle-left.png ... 690120 -rw-r--r-- 1 root root 1011 2005-09-10 11:27 strings.entities 690104 -rw-r--r-- 1 root root 862 2005-09-10 11:27 user.entities 691320 -rw-r--r-- 1 root root 54835 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/common/ar.xml 691307 -rw-r--r-- 1 root root 4788 2005-11-09 00:39 /usr/share/apps/ksgmltools2/docbook/xsl/common/autoidx-ng.xsl 691302 -rw-r--r-- 1 root root 46030 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/common/af.xml 691119 -rw-r--r-- 1 root root 605 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/autotoc.label.separator.xml 691030 -rw-r--r-- 1 root root 617 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.xml 690826 -rw-r--r-- 1 root root 979 2005-11-09 00:39 /usr/share/apps/ksgmltools2/docbook/xsl/params/article.appendix.title.properties.xml 690978 -rw-r--r-- 1 root root 794 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admonition.title.properties.xml 690873 -rw-r--r-- 1 root root 648 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admon.style.xml |
#pkill -9 fin691089 -rw-r--r-- 1 root root 616 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.path.xml
691100 -rw-r--r-- 1 root root 770 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/axf.extensions.xml 690833 -rw-r--r-- 1 root root 567 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/appendix.autolabel.xml 690802 -rw-r--r-- 1 root root 492 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admonition.properties.xml 691002 -rw-r--r-- 1 root root 685 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/arbortext.extensions.xml 690846 -rw-r--r-- 1 root root 471 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/alignment.xml 690778 -rw-r--r-- 1 root root 629 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/annotate.toc.xml 691118 -rw-r--r-- 1 root root 736 2005-11-09 00:39 /usr/share/apps/ksgmltools2/docbook/xsl/params/admon.textlabel.xml 690927 -rw-r--r-- 1 root root 582 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.extension.xml 690765 -rw-r--r-- 1 root root 803 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/params/author.othername.in.middle.xml 691177 -rw-r--r-- 1 root root 20855 2005-09-10 11:27 /usr/share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl ... 703266 -rw-r--r-- 1 root root 1244 2005-09-10 11:27 kdeprint_printer_infos.png 703268 -rw-r--r-- 1 root root 1001 2006-01-19 19:07 kdeprint_printer.png 703275 -rw-r--r-- 1 root root 1029 2005-09-10 11:27 kdeprint_printstate.png 703278 -rw-r--r-- 1 root root 1339 2005-09-10 11:27 kdeprint_queuestate.png 703263 -rw-r--r-- 1 root root 818 2005-09-10 11:27 kdeprint_report.png 703273 -rw-r--r-- 1 root root 1455 2005-09-10 11:27 kdeprint_restartsrv.png 703261 -rw-r--r-- 1 root root 1330 2005-09-10 11:27 kdeprint_stopprinter.png 703272 -rw-r--r-- 1 root root 1021 2005-09-10 11:27 kdeprint_testprinter.png 703277 -rw-r--r-- 1 root root 1566 2005-09-10 11:27 kdeprint_uploadsmb.png 703270 -rw-r--r-- 1 root root 1430 2005-09-10 11:27 package_utilities.png |
#pkill -9 findитого 4
703259 -rw-r--r-- 1 root root 1001 2005-09-10 11:27 kdeprint_printer.png 703344 -rw-r--r-- 1 root root 2059 2005-09-10 11:27 /usr/share/apps/kdeprint/apsdriver1 703369 -rw-r--r-- 1 root root 1866 2005-09-10 11:27 /usr/share/apps/kdeprint/apsdriver2 итого 52 556375 -rw-r--r-- 1 root root 107 2006-06-17 18:54 postinst-defoma 556376 -rw-r--r-- 1 root root 149 2006-06-17 18:54 postinst-defoma-hints 559023 -rw-r--r-- 1 root root 76 2007-04-07 23:19 postinst-pycentral 559021 -rw-r--r-- 1 root root 122 2006-06-12 19:02 postinst-python-support 559085 -rw-r--r-- 1 root root 60 2007-04-16 20:46 postinst-xmlcatalog 556377 -rw-r--r-- 1 root root 68 2006-06-17 18:54 postrm-defoma ... 540649 -rw-r--r-- 1 root root 6003 2007-02-21 15:20 /usr/share/i18n/locales/ar_QA 540703 -rw-r--r-- 1 root root 7745 2007-02-21 15:20 /usr/share/i18n/locales/aa_DJ 540758 -rw-r--r-- 1 root root 7443 2007-02-21 15:20 /usr/share/i18n/locales/az_AZ 540746 -rw-r--r-- 1 root root 6883 2007-02-21 15:20 /usr/share/i18n/locales/ar_SY 540701 -rw-r--r-- 1 root root 6687 2007-02-21 15:20 /usr/share/i18n/locales/aa_ET 540651 -rw-r--r-- 1 root root 6054 2007-02-21 15:20 /usr/share/i18n/locales/ar_LY 540765 -rw-r--r-- 1 root root 6279 2007-02-21 15:20 /usr/share/i18n/locales/ar_EG 540790 -rw-r--r-- 1 root root 5357 2007-02-21 15:20 /usr/share/i18n/locales/ar_IN 540691 -rw-r--r-- 1 root root 6003 2007-02-21 15:20 /usr/share/i18n/locales/ar_YE 540804 -rw-r--r-- 1 root root 4889 2007-02-21 15:20 /usr/share/i18n/locales/ar_SA |
#540791 -rw-r--r-- 1 root root 20414 2007-02-21 15:20 /usr/share/i18n/locales/as_IN
755038 -rw-r--r-- 1 root root 1644 2007-04-09 08:00 /usr/share/webmin/filter/autoreply-file-lib.pl 755035 -rw-r--r-- 1 root root 7749 2007-04-09 08:00 /usr/share/webmin/filter/aliases-lib.pl 754987 -rwxr-xr-x 1 root root 2086 2007-04-09 08:02 /usr/share/webmin/cfengine/add.cgi 786803 -rw-r--r-- 1 root root 244 2007-04-09 08:00 /usr/share/webmin/custom/help/after.nl.html 786850 -rw-r--r-- 1 root root 386 2007-04-09 08:00 /usr/share/webmin/custom/help/after.de.html 786784 -rw-r--r-- 1 root root 217 2007-04-09 08:00 /usr/share/webmin/custom/help/after.ca.html 786823 -rw-r--r-- 1 root root 242 2007-04-09 08:00 /usr/share/webmin/custom/help/after.es.html 786758 -rw-r--r-- 1 root root 212 2007-04-09 08:00 /usr/share/webmin/custom/help/after.html 786765 -rw-r--r-- 1 root root 225 2007-04-09 08:00 /usr/share/webmin/custom/help/after.pl.html 786677 -rwxr-xr-x 1 root root 1580 2007-04-09 08:00 /usr/share/webmin/custom/acl_security.pl ... 801549 -rw-r--r-- 1 root root 7107 2007-04-09 08:00 /usr/share/webmin/lang/af 801561 -rw-r--r-- 1 root root 11643 2007-04-09 08:00 /usr/share/webmin/lang/ar 819828 -rwxr-xr-x 1 root root 187 2007-04-09 08:02 /usr/share/webmin/stunnel/apply.cgi 755006 -rwxr-xr-x 1 root root 1334 2007-04-09 08:02 /usr/share/webmin/fdisk/apply_hdparm.cgi 787708 -rw-r--r-- 1 root root 730 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.ca.html 787657 -rw-r--r-- 1 root root 394 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.zh_TW.Big5.html 787666 -rw-r--r-- 1 root root 620 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.sv.html 787649 -rw-r--r-- 1 root root 651 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.fr.html 787717 -rw-r--r-- 1 root root 792 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.es.html 787735 -rw-r--r-- 1 root root 555 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.zh_TW.UTF-8.html |
#p787695 -rw-r--r-- 1 root root 780 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.pl.html
787622 -rw-r--r-- 1 root root 634 2007-04-09 08:00 /usr/share/webmin/fdisk/help/a.html 755013 -rw-r--r-- 1 root root 1435 2007-04-09 08:00 /usr/share/webmin/fdisk/acl_security.pl 805725 -rw-r--r-- 1 root root 2404 2007-04-09 08:00 /usr/share/webmin/proc/acl_security.pl 789065 -rwxr-xr-x 1 root root 385 2007-04-09 08:02 /usr/share/webmin/firewall/apply.cgi 789034 -rw-r--r-- 1 root root 82 2007-04-09 08:00 /usr/share/webmin/firewall/images/after.gif 789075 -rw-r--r-- 1 root root 1447 2007-04-09 08:00 /usr/share/webmin/firewall/acl_security.pl 819930 -rw-r--r-- 1 root root 1523 2007-04-09 08:00 /usr/share/webmin/syslog/acl_security.pl итого 136 737558 -rw-r--r-- 1 root root 1834 2007-04-09 08:00 adsl-client-lib.pl 737622 -rw-r--r-- 1 root root 917 2007-04-09 08:00 backup_config.pl ... 819542 -rw-r--r-- 1 root root 800 2007-04-09 08:00 /usr/share/webmin/sshd/help/access.ca.html 819560 -rw-r--r-- 1 root root 911 2007-04-09 08:00 /usr/share/webmin/sshd/help/access.hu.html 819277 -rwxr-xr-x 1 root root 7817 2007-04-09 08:02 /usr/share/webmin/squid/acl_save.cgi 819226 -rwxr-xr-x 1 root root 12420 2007-04-09 08:02 /usr/share/webmin/squid/acl.cgi 819292 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/squid/images/acl.gif 819288 -rw-r--r-- 1 root root 200 2007-04-09 08:00 /usr/share/webmin/squid/images/admin.gif 819293 -rw-r--r-- 1 root root 390 2007-04-09 08:00 /usr/share/webmin/squid/images/auth.gif 819305 -rw-r--r-- 1 root root 355 2007-04-09 08:00 /usr/share/webmin/squid/images/authparam.gif 819461 -rwxr-xr-x 1 root root 1034 2007-04-09 08:02 /usr/share/webmin/squid/always_save.cgi 819444 -rwxr-xr-x 1 root root 1733 2007-04-09 08:00 /usr/share/webmin/squid/acl_security.pl |
#pp819464 -rwxr-xr-x 1 root root 2024 2007-04-09 08:02 /usr/share/webmin/squid/always.cgi
805292 -rwxr-xr-x 1 root root 1780 2007-04-09 08:02 /usr/share/webmin/postfix/address_rewriting.cgi 804458 -rw-r--r-- 1 root root 1924 2007-04-09 08:00 /usr/share/webmin/postfix/images/aliases.gif 804467 -rw-r--r-- 1 root root 2408 2007-04-09 08:00 /usr/share/webmin/postfix/images/address_rewriting.gif 804468 -rw-r--r-- 1 root root 77 2007-04-09 08:00 /usr/share/webmin/postfix/images/attach.gif 805301 -rwxr-xr-x 1 root root 7897 2007-04-09 08:02 /usr/share/webmin/postfix/autoreply.pl 805313 -rw-r--r-- 1 root root 7749 2007-04-09 08:00 /usr/share/webmin/postfix/aliases-lib.pl 804726 -rw-r--r-- 1 root root 1140 2007-04-09 08:00 /usr/share/webmin/postfix/help/aliases.sv.html 805243 -rw-r--r-- 1 root root 213 2007-04-09 08:00 /usr/share/webmin/postfix/help/alias_name.ca.html 805248 -rw-r--r-- 1 root root 213 2007-04-09 08:00 /usr/share/webmin/postfix/help/alias_name.ru_RU.html 805232 -rw-r--r-- 1 root root 207 2007-04-09 08:00 /usr/share/webmin/postfix/help/alias_cmt.html ... 821397 -rw-r--r-- 1 root root 858 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.pl.html 821415 -rw-r--r-- 1 root root 1858 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/anon.ca.html 821429 -rw-r--r-- 1 root root 732 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.zh_TW.UTF-8.html 821395 -rw-r--r-- 1 root root 1913 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.pl.html 821405 -rw-r--r-- 1 root root 1907 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/anon.ru_RU.html 821356 -rw-r--r-- 1 root root 1118 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.zh_TW.Big5.html 821368 -rw-r--r-- 1 root root 871 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.fr.html 821376 -rw-r--r-- 1 root root 2010 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.es.html 821366 -rw-r--r-- 1 root root 1743 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.ru_SU.html 821398 -rw-r--r-- 1 root root 1687 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/anon.pl.html |
#ppp821377 -rw-r--r-- 1 root root 577 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.zh_TW.Big5.html
821413 -rw-r--r-- 1 root root 1776 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.ca.html 821384 -rw-r--r-- 1 root root 812 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.sv.html 821408 -rw-r--r-- 1 root root 841 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.ru_RU.html 821351 -rw-r--r-- 1 root root 1965 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/anon.es.html 821412 -rw-r--r-- 1 root root 1743 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.ru_RU.html 821346 -rw-r--r-- 1 root root 891 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.es.html 821391 -rw-r--r-- 1 root root 1808 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.sv.html 821347 -rw-r--r-- 1 root root 1681 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/acl.html 821337 -rw-r--r-- 1 root root 841 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/alias.ru_SU.html 821372 -rw-r--r-- 1 root root 1954 2007-04-09 08:00 /usr/share/webmin/wuftpd/help/anon.fr.html ... 806207 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/pserver/images/access.gif 806238 -rw-r--r-- 1 root root 745 2007-04-09 08:00 /usr/share/webmin/pserver/acl_security.pl 804085 -rw-r--r-- 1 root root 9979 2007-04-09 08:00 /usr/share/webmin/nis/aix-lib.pl 786366 -rwxr-xr-x 1 root root 2144 2007-04-09 08:02 /usr/share/webmin/cluster-useradmin/add.cgi 820790 -rw-r--r-- 1 root root 1195 2007-04-09 08:00 /usr/share/webmin/useradmin/aix-lib.pl 820732 -rw-r--r-- 1 root root 649 2007-04-09 08:00 /usr/share/webmin/useradmin/help/ask.fa.html 820524 -rw-r--r-- 1 root root 181 2007-04-09 08:00 /usr/share/webmin/useradmin/help/ask.html 820686 -rw-r--r-- 1 root root 232 2007-04-09 08:00 /usr/share/webmin/useradmin/help/ask.es.html 820685 -rw-r--r-- 1 root root 215 2007-04-09 08:00 /usr/share/webmin/useradmin/help/ask.ca.html 820267 -rw-r--r-- 1 root root 13755 2007-04-09 08:00 /usr/share/webmin/useradmin/acl_security.pl |
#pppk821259 -rw-r--r-- 1 root root 2035 2007-04-09 08:00 /usr/share/webmin/webminlog/acl_security.pl
787388 -rwxr-xr-x 1 root root 199 2007-04-09 08:02 /usr/share/webmin/dovecot/apply.cgi 787220 -rw-r--r-- 1 root root 2979 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl.ja_JP.UTF-8.html 787210 -rw-r--r-- 1 root root 2253 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl_info.pl.html 787216 -rw-r--r-- 1 root root 2574 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl.es.html 787217 -rw-r--r-- 1 root root 2152 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl_info.es.html 787218 -rwxr-xr-x 1 root root 2461 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl.pt_BR.html 787213 -rw-r--r-- 1 root root 2470 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl.ca.html 787219 -rwxr-xr-x 1 root root 2380 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl.ja_JP.euc.html 787212 -rw-r--r-- 1 root root 1879 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl_info.html 787214 -rw-r--r-- 1 root root 2068 2007-04-09 08:00 /usr/share/webmin/dhcpd/help/acl_info.ca.html ... 820852 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/usermin/images/access.gif 820878 -rwxr-xr-x 1 root root 219 2007-04-09 08:00 /usr/share/webmin/usermin/images/advanced.gif 820874 -rw-r--r-- 1 root root 237 2007-04-09 08:00 /usr/share/webmin/usermin/images/anon.gif 820939 -rw-r--r-- 1 root root 2185 2007-04-09 08:00 /usr/share/webmin/usermin/acl_security.pl 771750 -rwxr-xr-x 1 root root 866 2007-04-09 08:02 /usr/share/webmin/majordomo/alias_setup.cgi 789868 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/majordomo/images/access.gif 771737 -rw-r--r-- 1 root root 1971 2007-04-09 08:00 /usr/share/webmin/majordomo/acl_security.pl 805415 -rw-r--r-- 1 root root 5582 2007-04-09 08:00 /usr/share/webmin/postgresql/acl_security.pl 801703 -rwxr-xr-x 1 root root 469 2007-04-09 08:02 /usr/share/webmin/lilo/apply.cgi 820248 -rw-r--r-- 1 root root 3279 2007-04-09 08:00 /usr/share/webmin/updown/acl_security.pl |
#pppkiитого 972
737702 -rwxr-xr-x 1 root root 992 2007-04-09 08:02 edit_htaccess.cgi 737637 -rwxr-xr-x 1 root root 1171 2007-04-09 08:02 edit_virt.cgi 737835 -rw-r--r-- 1 root root 125 2007-04-09 08:00 feedback_files.pl 737722 -rwxr-xr-x 1 root root 1761 2007-04-09 08:02 files_index.cgi 737726 -rwxr-xr-x 1 root root 1752 2007-04-09 08:02 find_htaccess.cgi 737794 -rwxr-xr-x 1 root root 1281 2007-04-09 08:02 htaccess.cgi 737690 -rwxr-xr-x 1 root root 2491 2007-04-09 08:02 htaccess_index.cgi 737735 drwxr-xr-x 2 root root 4096 2007-05-30 18:33 images 737709 -rwxr-xr-x 1 root root 14370 2007-04-09 08:02 index.cgi 737865 -rw-r--r-- 1 root root 450 2007-04-09 08:00 install_check.pl ... 819086 -rw-r--r-- 1 root root 595 2007-04-09 08:00 /usr/share/webmin/software/help/aix_verify.html 819084 -rw-r--r-- 1 root root 901 2007-04-09 08:00 /usr/share/webmin/software/help/aix_save.html 819116 -rw-r--r-- 1 root root 669 2007-04-09 08:00 /usr/share/webmin/software/help/aix_verify.es.html 819113 -rw-r--r-- 1 root root 523 2007-04-09 08:00 /usr/share/webmin/software/help/aix_process.es.html 819114 -rw-r--r-- 1 root root 977 2007-04-09 08:00 /usr/share/webmin/software/help/aix_save.es.html 819093 -rw-r--r-- 1 root root 1100 2007-04-09 08:00 /usr/share/webmin/software/help/aix_extend.ca.html 819111 -rw-r--r-- 1 root root 567 2007-04-09 08:00 /usr/share/webmin/software/help/aix_overwrite.es.html 819091 -rw-r--r-- 1 root root 156 2007-04-09 08:00 /usr/share/webmin/software/help/aix_detail.ca.html 819082 -rw-r--r-- 1 root root 833 2007-04-09 08:00 /usr/share/webmin/software/help/aix_preview.html 819074 -rw-r--r-- 1 root root 468 2007-04-09 08:00 /usr/share/webmin/software/help/aix_clean.html |
#pppkil819097 -rw-r--r-- 1 root root 916 2007-04-09 08:00 /usr/share/webmin/software/help/aix_preview.ca.html
819110 -rw-r--r-- 1 root root 373 2007-04-09 08:00 /usr/share/webmin/software/help/aix_license.es.html 819099 -rw-r--r-- 1 root root 907 2007-04-09 08:00 /usr/share/webmin/software/help/aix_save.ca.html 819085 -rw-r--r-- 1 root root 245 2007-04-09 08:00 /usr/share/webmin/software/help/aix_software.html 819096 -rw-r--r-- 1 root root 550 2007-04-09 08:00 /usr/share/webmin/software/help/aix_overwrite.ca.html 819106 -rw-r--r-- 1 root root 145 2007-04-09 08:00 /usr/share/webmin/software/help/aix_detail.es.html 819087 -rw-r--r-- 1 root root 216 2007-04-09 08:00 /usr/share/webmin/software/help/aix_accept.ca.html 819072 -rw-r--r-- 1 root root 196 2007-04-09 08:00 /usr/share/webmin/software/help/aix_accept.html 819108 -rw-r--r-- 1 root root 1181 2007-04-09 08:00 /usr/share/webmin/software/help/aix_extend.es.html 819073 -rw-r--r-- 1 root root 1167 2007-04-09 08:00 /usr/share/webmin/software/help/aix_auto.html 786086 -rw-r--r-- 1 root root 19556 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/aix-lib.pl ... 786019 -rw-r--r-- 1 root root 221 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_accept.es.html 785993 -rw-r--r-- 1 root root 157 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_detail.html 785998 -rw-r--r-- 1 root root 508 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_overwrite.html 785996 -rw-r--r-- 1 root root 451 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_include.html 785994 -rw-r--r-- 1 root root 245 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_device.html 786012 -rw-r--r-- 1 root root 386 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_license.ca.html 786022 -rw-r--r-- 1 root root 3316 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_commit.es.html 786020 -rw-r--r-- 1 root root 1285 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_auto.es.html 786000 -rw-r--r-- 1 root root 488 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_process.html 786011 -rw-r--r-- 1 root root 489 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_include.ca.html |
#pppkill786018 -rw-r--r-- 1 root root 643 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_verify.ca.html
786015 -rw-r--r-- 1 root root 505 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_process.ca.html 785997 -rw-r--r-- 1 root root 315 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_license.html 785995 -rw-r--r-- 1 root root 1035 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_extend.html 786032 -rw-r--r-- 1 root root 262 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_software.es.html 785992 -rw-r--r-- 1 root root 3004 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_commit.html 786024 -rw-r--r-- 1 root root 298 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_device.es.html 786021 -rw-r--r-- 1 root root 553 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_clean.es.html 786017 -rw-r--r-- 1 root root 268 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_software.ca.html 786029 -rw-r--r-- 1 root root 922 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_preview.es.html 786026 -rw-r--r-- 1 root root 484 2007-04-09 08:00 /usr/share/webmin/cluster-software/software/help/aix_include.es.html ... 785495 drwxr-xr-x 2 root root 4096 2007-05-30 18:33 images 806021 -rw-r--r-- 1 root root 82 2007-04-09 08:00 /usr/share/webmin/procmail/images/after.gif 801879 -rw-r--r-- 1 root root 9689 2007-04-09 08:00 /usr/share/webmin/lpadmin/aix-lib.pl 801886 -rw-r--r-- 1 root root 4291 2007-04-09 08:00 /usr/share/webmin/lpadmin/ascii.txt 801803 -rw-r--r-- 1 root root 4491 2007-04-09 08:00 /usr/share/webmin/lpadmin/acl_security.pl 804437 -rw-r--r-- 1 root root 872 2007-04-09 08:00 /usr/share/webmin/phpini/acl_security.pl 737536 -rw-r--r-- 1 root root 6276 2007-04-09 08:00 /usr/share/webmin/acl_security.pl 789405 -rwxr-xr-x 1 root root 219 2007-04-09 08:02 /usr/share/webmin/heartbeat/apply.cgi 789392 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/heartbeat/images/auth.gif 789114 -rwxr-xr-x 1 root root 200 2007-04-09 08:02 /usr/share/webmin/frox/apply.cgi |
#pppkill 789092 -rw-r--r-- 1 root root 275 2007-04-09 08:00 /usr/share/webmin/frox/images/acl.gif
итого 568 737441 -rw-r--r-- 1 root root 17976 2007-04-09 08:00 acl-lib.pl 737421 -rw-r--r-- 1 root root 8361 2007-04-09 08:00 acl_security.pl 737484 drwxr-xr-x 3 root root 4096 2007-05-30 18:33 Authen-SolarisRBAC-0.1 737518 -rw-r--r-- 1 root root 22769 2007-04-09 08:00 Authen-SolarisRBAC-0.1.tar.gz 737475 -rw-r--r-- 1 root root 2510 2007-04-09 08:00 backup_config.pl 737383 -rwxr-xr-x 1 root root 10667 2007-04-09 08:02 cert_form.cgi 737438 -rwxr-xr-x 1 root root 1577 2007-04-09 08:02 cert_issue.cgi 737522 -rwxr-xr-x 1 root root 3103 2007-04-09 08:02 cert_issue_ie.cgi 737445 -rwxr-xr-x 1 root root 212 2007-04-09 08:02 cert_output.cgi ... 788915 -rw-r--r-- 1 root root 155 2007-04-09 08:00 /usr/share/webmin/file/images/all.gif 788908 -rw-r--r-- 1 root root 180 2007-04-09 08:00 /usr/share/webmin/file/images/attr.gif 788907 -rw-r--r-- 1 root root 118 2007-04-09 08:00 /usr/share/webmin/file/images/add.gif 787833 -rw-r--r-- 1 root root 5986 2007-04-09 08:00 /usr/share/webmin/file/acl_security.pl 771253 -r--r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-svn/images/.svn/text-base/access.gif.svn-base 771259 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-svn/images/.svn/prop-base/access.gif.svn-base 771265 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-svn/images/.svn/props/access.gif.svn-work 771271 -r--r--r-- 1 root root 129 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-svn/images/.svn/wcprops/access.gif.svn-work 771286 -rw-r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-svn/images/access.gif 753864 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/mon/images/.svn/text-base/auth.gif.svn-base |
#pppkill -753876 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/mon/images/.svn/prop-base/auth.gif.svn-base
753888 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/mon/images/.svn/props/auth.gif.svn-work 753900 -r--r--r-- 1 root root 116 2007-04-09 08:00 /usr/share/webmin/blue-theme/mon/images/.svn/wcprops/auth.gif.svn-work 753921 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/mon/images/auth.gif 771172 -r--r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-mailman/images/.svn/text-base/access.gif.svn-base 771184 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-mailman/images/.svn/prop-base/access.gif.svn-base 771196 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-mailman/images/.svn/props/access.gif.svn-work 771208 -r--r--r-- 1 root root 133 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-mailman/images/.svn/wcprops/access.gif.svn-work 771228 -rw-r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtualmin-mailman/images/access.gif 770039 -r--r--r-- 1 root root 5593 2007-04-09 08:00 /usr/share/webmin/blue-theme/ssh/images/.svn/text-base/auths.gif.svn-base 770037 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/ssh/images/.svn/text-base/access.gif.svn-base ... 739436 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/.svn/prop-base/acls.gif.svn-base 739487 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/.svn/props/acl.gif.svn-work 739479 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/.svn/props/acls.gif.svn-work 739530 -r--r--r-- 1 root root 117 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/.svn/wcprops/acl.gif.svn-work 739522 -r--r--r-- 1 root root 118 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/.svn/wcprops/acls.gif.svn-work 739575 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/bind8/images/acls.gif итого 4 739070 drwxr-xr-x 3 root root 4096 2007-05-30 18:33 images 770122 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/sshd/images/.svn/text-base/access.gif.svn-base 770132 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/sshd/images/.svn/prop-base/access.gif.svn-base |
#pppkill -9770142 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/sshd/images/.svn/props/access.gif.svn-work
770152 -r--r--r-- 1 root root 119 2007-04-09 08:00 /usr/share/webmin/blue-theme/sshd/images/.svn/wcprops/access.gif.svn-work 770171 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/sshd/images/access.gif 769857 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/acl.gif 769756 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/text-base/acl.gif.svn-base 769757 -r--r--r-- 1 root root 5453 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/text-base/auth.gif.svn-base 769745 -r--r--r-- 1 root root 2407 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/text-base/authparam.gif.svn-base 769748 -r--r--r-- 1 root root 2528 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/text-base/admin.gif.svn-base 769779 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/prop-base/acl.gif.svn-base 769780 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/prop-base/auth.gif.svn-base 769768 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/prop-base/authparam.gif.svn-base ... 769791 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/props/authparam.gif.svn-work 769817 -r--r--r-- 1 root root 119 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/wcprops/admin.gif.svn-work 769826 -r--r--r-- 1 root root 118 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/wcprops/auth.gif.svn-work 769825 -r--r--r-- 1 root root 117 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/wcprops/acl.gif.svn-work 769814 -r--r--r-- 1 root root 123 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/.svn/wcprops/authparam.gif.svn-work 769850 -rw-r--r-- 1 root root 2528 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/admin.gif 769858 -rw-r--r-- 1 root root 5453 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/auth.gif 769847 -rw-r--r-- 1 root root 2407 2007-04-09 08:00 /usr/share/webmin/blue-theme/squid/images/authparam.gif 754583 -rw-r--r-- 1 root root 5019 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/aliases.gif 754473 -r--r--r-- 1 root root 2903 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/text-base/address_rewriting.gif.svn-base |
#pppkill -9 754477 -r--r--r-- 1 root root 5019 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/text-base/aliases.gif.svn-base
754493 -r--r--r-- 1 root root 2333 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/text-base/attach.gif.svn-base 754497 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/prop-base/address_rewriting.gif.svn-base 754501 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/prop-base/aliases.gif.svn-base 754517 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/prop-base/attach.gif.svn-base 754521 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/props/address_rewriting.gif.svn-work 754541 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/props/attach.gif.svn-work 754525 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/props/aliases.gif.svn-work 754545 -r--r--r-- 1 root root 133 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/wcprops/address_rewriting.gif.svn-work 754565 -r--r--r-- 1 root root 122 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/wcprops/attach.gif.svn-work 754549 -r--r--r-- 1 root root 123 2007-04-09 08:00 /usr/share/webmin/blue-theme/postfix/images/.svn/wcprops/aliases.gif.svn-work ... 784984 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/props/aliases.gif.svn-work 784991 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/props/alias.gif.svn-work 784983 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/props/acl.gif.svn-work 784981 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/props/anon.gif.svn-work 784996 -r--r--r-- 1 root root 122 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/wcprops/aliases.gif.svn-work 785003 -r--r--r-- 1 root root 120 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/wcprops/alias.gif.svn-work 784995 -r--r--r-- 1 root root 118 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/wcprops/acl.gif.svn-work 784993 -r--r--r-- 1 root root 119 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/.svn/wcprops/anon.gif.svn-work 785024 -rw-r--r-- 1 root root 2545 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/alias.gif 785015 -rw-r--r-- 1 root root 2798 2007-04-09 08:00 /usr/share/webmin/blue-theme/wuftpd/images/anon.gif |
#pppkill -9 f768732 -r--r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/pserver/images/.svn/text-base/access.gif.svn-base
768738 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/pserver/images/.svn/prop-base/access.gif.svn-base 768744 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/pserver/images/.svn/props/access.gif.svn-work 768750 -r--r--r-- 1 root root 122 2007-04-09 08:00 /usr/share/webmin/blue-theme/pserver/images/.svn/wcprops/access.gif.svn-work 768765 -rw-r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/pserver/images/access.gif 770917 -rw-r--r-- 1 root root 2271 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/acl.gif 770923 -rw-r--r-- 1 root root 3660 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/assignment.gif 770804 -r--r--r-- 1 root root 2271 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/text-base/acl.gif.svn-base 770802 -r--r--r-- 1 root root 2863 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/text-base/anon.gif.svn-base 770814 -r--r--r-- 1 root root 2729 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/text-base/advanced.gif.svn-base 770805 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/text-base/access.gif.svn-base ... 770866 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/props/advanced.gif.svn-work 770857 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/props/access.gif.svn-work 770882 -r--r--r-- 1 root root 119 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/wcprops/acl.gif.svn-work 770880 -r--r--r-- 1 root root 120 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/wcprops/anon.gif.svn-work 770888 -r--r--r-- 1 root root 126 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/wcprops/assignment.gif.svn-work 770892 -r--r--r-- 1 root root 125 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/wcprops/advanced.gif.svn-work 770883 -r--r--r-- 1 root root 122 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/.svn/wcprops/access.gif.svn-work 770918 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/access.gif 770927 -rw-r--r-- 1 root root 2729 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/advanced.gif 770915 -rwxr-xr-x 1 root root 2863 2007-04-09 08:00 /usr/share/webmin/blue-theme/usermin/images/anon.gif |
#pppkill -9 fi753741 -r--r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/majordomo/images/.svn/text-base/access.gif.svn-base
753753 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/majordomo/images/.svn/prop-base/access.gif.svn-base 753765 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/majordomo/images/.svn/props/access.gif.svn-work 753777 -r--r--r-- 1 root root 124 2007-04-09 08:00 /usr/share/webmin/blue-theme/majordomo/images/.svn/wcprops/access.gif.svn-work 753797 -rw-r--r-- 1 root root 3185 2007-04-09 08:00 /usr/share/webmin/blue-theme/majordomo/images/access.gif итого 4 739107 drwxr-xr-x 3 root root 4096 2007-05-30 18:33 images 771123 -rw-r--r-- 1 root root 5019 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtual-server/images/aliases.gif 771006 -r--r--r-- 1 root root 5019 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtual-server/images/.svn/text-base/aliases.gif.svn-base 771033 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtual-server/images/.svn/prop-base/aliases.gif.svn-base 771060 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/virtual-server/images/.svn/props/aliases.gif.svn-work ... 771400 -r--r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/text-base/access.gif.svn-base 771404 -r--r--r-- 1 root root 3578 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/text-base/assignment.gif.svn-base 771422 -r--r--r-- 1 root root 79 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/prop-base/anon.gif.svn-base 771427 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/prop-base/advanced.gif.svn-base 771424 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/prop-base/access.gif.svn-base 771428 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/prop-base/assignment.gif.svn-base 771446 -r--r--r-- 1 root root 79 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/props/anon.gif.svn-work 771452 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/props/assignment.gif.svn-work 771451 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/props/advanced.gif.svn-work 771448 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/props/access.gif.svn-work |
#pppkill -9 fin771470 -r--r--r-- 1 root root 119 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/wcprops/anon.gif.svn-work
771476 -r--r--r-- 1 root root 125 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/wcprops/assignment.gif.svn-work 771475 -r--r--r-- 1 root root 123 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/wcprops/advanced.gif.svn-work 771472 -r--r--r-- 1 root root 121 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/.svn/wcprops/access.gif.svn-work 771505 -rw-r--r-- 1 root root 3200 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/access.gif 771508 -rw-r--r-- 1 root root 2729 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/advanced.gif 771503 -rwxr-xr-x 1 root root 2863 2007-04-09 08:00 /usr/share/webmin/blue-theme/webmin/images/anon.gif 752781 -r--r--r-- 1 root root 2407 2007-04-09 08:00 /usr/share/webmin/blue-theme/heartbeat/images/.svn/text-base/auth.gif.svn-base 752786 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/heartbeat/images/.svn/prop-base/auth.gif.svn-base 752791 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/heartbeat/images/.svn/props/auth.gif.svn-work 752796 -r--r--r-- 1 root root 122 2007-04-09 08:00 /usr/share/webmin/blue-theme/heartbeat/images/.svn/wcprops/auth.gif.svn-work ... 752424 -r--r--r-- 1 root root 116 2007-04-09 08:00 /usr/share/webmin/blue-theme/file/images/.svn/wcprops/add.gif.svn-work 740750 -rw-r--r-- 1 root root 784 2007-04-09 08:00 /usr/share/webmin/blue-theme/file/images/attr.gif 740760 -rw-r--r-- 1 root root 1792 2007-04-09 08:00 /usr/share/webmin/blue-theme/file/images/add.gif 753680 -r--r--r-- 1 root root 598 2007-04-09 08:00 /usr/share/webmin/blue-theme/mailboxes/images/.svn/text-base/attach.gif.svn-base 753686 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/mailboxes/images/.svn/prop-base/attach.gif.svn-base 753692 -r--r--r-- 1 root root 53 2007-04-09 08:00 /usr/share/webmin/blue-theme/mailboxes/images/.svn/props/attach.gif.svn-work 753698 -r--r--r-- 1 root root 124 2007-04-09 08:00 /usr/share/webmin/blue-theme/mailboxes/images/.svn/wcprops/attach.gif.svn-work 753713 -rw-r--r-- 1 root root 598 2007-04-09 08:00 /usr/share/webmin/blue-theme/mailboxes/images/attach.gif итого 4 739274 drwxr-xr-x 3 root root 4096 2007-05-30 18:33 images |
#pppkill -9 find755072 -rwxr-xr-x 1 root root 6340 2007-04-09 08:02 /usr/share/webmin/init/atboot.pl
528799 -rw-r--r-- 1 root root 1117 2006-10-19 14:02 att505 528774 -rw-r--r-- 1 root root 1081 2006-10-19 14:02 att505-24 528946 -rw-r--r-- 1 root root 1182 2006-10-19 14:02 att510a 528829 -rw-r--r-- 1 root root 1327 2006-10-19 14:02 att510d 529693 lrwxrwxrwx 1 root root 6 2007-05-24 20:23 att513 -> att500 528830 -rw-r--r-- 1 root root 1865 2006-10-19 14:02 att5310 529688 lrwxrwxrwx 1 root root 7 2007-05-24 20:23 att5320 -> att5310 529749 lrwxrwxrwx 1 root root 7 2007-05-24 20:23 att5410 -> att4410 528918 -rw-r--r-- 1 root root 1129 2006-10-19 14:02 att5410v1 529724 lrwxrwxrwx 1 root root 11 2007-05-24 20:23 att5410v1-w -> att4410v1-w ... 528845 -rw-r--r-- 1 root root 806 2006-10-19 14:02 /usr/share/terminfo/a/att4426 529743 lrwxrwxrwx 1 root root 3 2007-05-24 20:23 /usr/share/terminfo/a/ambas -> aaa 528914 -rw-r--r-- 1 root root 1313 2006-10-19 14:02 /usr/share/terminfo/a/att605-w 529771 lrwxrwxrwx 1 root root 6 2007-05-24 20:23 /usr/share/terminfo/a/alt2 -> altos2 529744 lrwxrwxrwx 1 root root 10 2007-05-24 20:23 /usr/share/terminfo/a/ap-vm80 -> apple-vm80 528787 -rw-r--r-- 1 root root 207 2006-10-19 14:02 /usr/share/terminfo/a/apple-80 528823 -rw-r--r-- 1 root root 314 2006-10-19 14:02 /usr/share/terminfo/a/ansi+inittabs 529732 lrwxrwxrwx 1 root root 13 2007-05-24 20:23 /usr/share/terminfo/a/ansi80x43-mono -> ../c/cons43-m 528852 -rw-r--r-- 1 root root 626 2006-10-19 14:02 /usr/share/terminfo/a/att5620 528847 -rw-r--r-- 1 root root 1319 2006-10-19 14:02 /usr/share/terminfo/a/aaa-30-rv |
#pkill -9 find
|
#pkill -9 find
|
#pkill -9 find
|
#pkill -9 find
|
/tmp/find
local_session_id=23040619231213379-1180607532
pid=15129
prompt=#
pwd=/root
raw_end=1153750
raw_file=/root/.lilalo/23040619231213379-1180607532.script
raw_output_start=1153645
raw_start=1153486
tab_seq=0
time=1180607733
uid=0' class='prompt'>#ssh -f user@192.168.16.3 'find / -name a* -exec ls -li {} \; 1>/tmp/find 2>/dev/null'
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# ... [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: |
#tail -f /tmp/find
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# ... ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config tail: невозможно открыть `/tmp/find' для чтения: No such file or directory tail: больше нет файлов |
#fg
bash: fg: current: no such job |
#ssh user@192.168.16.3
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# ... ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config user@192.168.16.3's password: l3-agent is already running: pid=9280; pidfile=/home/user/.lilalo/l3-agent.pid |
$tail -f /tmp/find
4959 crw-rw---- 1 root audio 14, 12 2007-05-31 09:51 /dev/adsp 4569 crw-rw---- 1 root video 10, 175 2007-05-31 09:51 /dev/agpgart 2784 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part8 -> ../../hdd8 2778 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part7 -> ../../hdd7 2772 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part6 -> ../../hdd6 2766 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part5 -> ../../hdd5 2761 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part3 -> ../../hdd3 2756 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part2 -> ../../hdd2 2739 lrwxrwxrwx 1 root root 10 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903-part1 -> ../../hdd1 2701 lrwxrwxrwx 1 root root 9 2007-05-31 09:51 /dev/disk/by-id/ata-WDC_WD400JB-00ENA0_WD-WMAD15026903 -> ../../hdd |
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config |1|NYcDD6IBokzLlZTC0p89iMib73w=|n2OjOLEPrm4hKg+jvvY4paN/G1s= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA14kGxTpUCEp7aOMtvkIMqRAT1u8HHpDguIdbnGHNcmR1jIddljvbyfap527tOjq13EBrS8W6vfmn3YFT5W5iCjs2XM5a5VAy/IlxNuN0u7bdVAtt2hYj7gTJvAh3qkMfTjIS4wBPlniufwN0MgRGRTuqyF3PcKAcQB39SN+RNZHbMCe2ZR1+ICTKiTYZEJxYjVjmiNKMxhMgEVOMfHAC3WanuwAKNX+wfpvugyU26zkj54cdOFitY2A5/NvWbkScSC4gMMXEOnmOET6y9JrUMxwE1BCl206TK2owi3qroI0OEY/
ssh_config ssh_host_dsa_key ssh_host_rsa_key sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# #^ FORWARD cat /proc/sys/net/ipv4/ip_forward [root@linux1:~]# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.default.forwarding=1 [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# ssh 192.168.16.3 [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ss ssh/ ssl/ [root@linux1:~]# ls /etc/ssh/ moduli sshd_config ssh_host_dsa_key.pub ssh_host_rsa_key.pub ssh_config ssh_host_dsa_key ssh_host_rsa_key [root@linux1:~]# ls /etc/ssh/sshd_config /etc/ssh/sshd_config ssh_config ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvhALvZKSSK/uwaKBprL2euyVtVc8SFzEj7rIgk247s9E9Tn3+Xx2ANmncMUPjdvK5arWwWrKMiWW+SmCd+esYgxx47FTsqtlgVqeXgs3m7yicYwtluVraADE0c/w3Bz8MLHDm8jjR9t25anFRS4N7cIupHG8UbmIm48u2k/bevME+dUVap9QvJG7v+drcgJulnbnNtJBu9PBLwbRo0OWP4hJilQl8D4Mf8wfu8N75S1nh1t24v6JD81mxYeG1p/78DhHFJGyl3YCgSjkBSNbzhjS2EaX7lOmYCpGGhh4HmcVk5ADvT2qyBRlQZqt0WVZq01bzhf0HY31Q8IirNk9XQ== root@linux3
Время первой команды журнала | 12:36:32 2007- 5-31 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 13:37:19 2007- 5-31 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 48.51 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 0.99 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 1.01 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.66 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.
Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
$ l s-l bash: l: command not found |
Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
$ test 5 -lt 4 |
Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
$ find / -name abc find: /home/devi-orig/.gnome2: Keine Berechtigung find: /home/devi-orig/.gnome2_private: Keine Berechtigung find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung find: /home/devi-orig/.metacity: Keine Berechtigung find: /home/devi-orig/.inkscape: Keine Berechtigung ^C |
Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
# id uid=0(root) gid=0(root) Gruppen=0(root) |
Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
$ vi ~/.bashrc
|
Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
$ patch ~/.bashrc |
Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.
Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.
Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.
Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора
Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.
Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.
Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:
$ whoami
user
$ #^ Интересно, кто я?в журнале это будет выглядеть так:
$ whoami
user
Интересно, кто я? |
Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:
$ whoami
user
$ cat > /dev/null #^ Интересно, кто я?
Программа whoami выводит имя пользователя, под которым мы зарегистрировались в системе. - Она не может ответить на вопрос о нашем назначении в этом мире.В журнале это будет выглядеть так:
$ whoami user
|
Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=
1 2 3 4Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.
LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008