/l3/users/clint/nt-lnet-2006-06-26/linux2.unix.nt/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 :16 :17 :18 :19 :20 :21 :22 |
|
#telnet 127.0.0.1 daytime
Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 2+2 (standard_in) 1: illegal character: ^M 2+2 # 4 ^] telnet> q Connection closed. |
#vi /etc/hosts.deny
19c19 < ALL:ALL --- > ALL : ALL |
#vi /etc/hosts.allow
14c14 < daytime :127.0.0.1 --- > daytime :192.168.15.3 |
#telnet 192.168.15.3 daytime
Trying 192.168.15.3... telnet: Unable to connect to remote host: No route to host |
#vi /etc/hosts.allow
14c14 < daytime :192.168.15.3 --- > daytime : 127.0.0.1 |
#apt-get install bootsplash
Reading package lists... Done Building dependency tree... Done Package bootsplash is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package bootsplash has no installation candidate |
#apt-get cashe bootsplash
E: Invalid operation cashe |
#apt-
apt-cache apt-extracttemplates apt-key apt-cdrom apt-ftparchive apt-sortpkgs apt-config apt-get |
#apt-cache bootsplash
E: Invalid operation bootsplash |
#find /usr/ports -name xinetd
find: /usr/ports: No such file or directory |
#killall inetd
|
#inetd_enable="NO"
|
#ls /usr/local/etc/rc.d/xinetd.sh
ls: /usr/local/etc/rc.d/xinetd.sh: No such file or directory |
#apt-get install xinetd
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed xinetd 0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded. Need to get 137kB of archives. After unpacking 369kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! xinetd Install these packages without verification [y/N]? n Get: 1 http://debian.org.ua testing/main xinetd 1:2.3.14-1 [137kB] Fetched 137kB in 0s (159kB/s) Selecting previously deselected package xinetd. (Reading database ... 66538 files and directories currently installed.) Unpacking xinetd (from .../xinetd_1%3a2.3.14-1_i386.deb) ... Setting up xinetd (2.3.14-1) ... Stopping internet superserver: xinetd. Adding `diversion of /etc/init.d/inetd to /etc/init.d/inetd.real by xinetd' Starting internet superserver: xinetd. |
#xinetd
|
#netstat -lnp -A
netstat: option requires an argument -- A usage: netstat [-veenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vnNcaeol] [<Socket> ...] netstat { [-veenNac] -i | [-cnNe] -M | -s } -r, --route display routing table -i, --interfaces display interface table -g, --groups display multicast group memberships -s, --statistics display networking statistics (like SNMP) -M, --masquerade display masqueraded connections -v, --verbose be verbose ... -a, --all, --listening display all sockets (default: connected) -o, --timers display timers -F, --fib display Forwarding Information Base (default) -C, --cache display routing cache instead of FIB <Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom <AF>=Use '-6|-4' or '-A <af>' or '--<af>'; default: inet List of possible address families (which support routing): inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25) netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP) x25 (CCITT X.25) |
#netstat -lnp
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN 3218/rpc.statd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3155/exim4 tcp6 0 0 :::22 :::* LISTEN 3193/sshd udp 0 0 0.0.0.0:32768 0.0.0.0:* 3218/rpc.statd udp 0 0 0.0.0.0:850 0.0.0.0:* 3218/rpc.statd Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 5396 3017/dirmngr /var/run/dirmngr/socket unix 2 [ ACC ] STREAM LISTENING 5919 3266/kdm /var/run/xdmctl/dmctl/socket unix 2 [ ACC ] STREAM LISTENING 5577 3169/lpd /dev/printer unix 2 [ ACC ] STREAM LISTENING 5714 3160/gpm /dev/gpmctl |
#iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -L -t nat
Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -P INPUT DROP
|
#iptables -L
Chain INPUT (policy DROP) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#ping 192.168.15.1
PING 192.168.15.1 (192.168.15.1) 56(84) bytes of data. --- 192.168.15.1 ping statistics --- 78 packets transmitted, 0 received, 100% packet loss, time 76994ms |
#tcpdump -n
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 13:01:29.388634 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 21, length 64 13:01:30.388701 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 22, length 64 13:01:31.081198 802.1d config 8001.00:12:01:11:e5:80.8003 root 8001.00:12:01:11:e5:80 pathcost 0 age 0 max 20 hello 2 fdelay 15 13:01:31.388785 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 23, length 64 13:01:32.388869 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 24, length 64 13:01:33.081906 802.1d config 8001.00:12:01:11:e5:80.8003 root 8001.00:12:01:11:e5:80 pathcost 0 age 0 max 20 hello 2 fdelay 15 13:01:33.388946 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 25, length 64 13:01:34.389029 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 26, length 64 13:01:35.081394 802.1d config 8001.00:12:01:11:e5:80.8003 root 8001.00:12:01:11:e5:80 pathcost 0 age 0 max 20 hello 2 fdelay 15 13:01:35.389124 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 27, length 64 13:01:35.516657 13:01:36.389210 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 28, length 64 13:01:37.081325 802.1d config 8001.00:12:01:11:e5:80.8003 root 8001.00:12:01:11:e5:80 pathcost 0 age 0 max 20 hello 2 fdelay 15 13:01:37.389293 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 29, length 64 13:01:38.389368 IP 192.168.15.254 > 192.168.15.2: ICMP echo request, id 26635, seq 30, length 64 15 packets captured 30 packets received by filter 0 packets dropped by kernel |
#ping 192.168.15.1
PING 192.168.15.1 (192.168.15.1) 56(84) bytes of data. --- 192.168.15.1 ping statistics --- 16 packets transmitted, 0 received, 100% packet loss, time 14999ms |
#iptables -L
Chain INPUT (policy DROP) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -A INPUT p icmp -j ACCEPT
Bad argument `p' Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -p icmp -j ACCEPT
|
#iptables -L -V
iptables v1.3.3 |
#iptables -L -v
Chain INPUT (policy DROP 163 packets, 12600 bytes) pkts bytes target prot opt in out source destination 2 168 ACCEPT icmp -- any any anywhere anywhere Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 140 packets, 13850 bytes) pkts bytes target prot opt in out source destination |
#display iptables -L -v
bash: display: command not found |
#iptables -A INPUT -s 192.168.15.254 -J ACCEPT
iptables v1.3.3: Unknown arg `-J' Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -s 192.168.15.254 -j ACCEPT
|
#apt-get install display
Reading package lists... Done Building dependency tree... Done E: Couldn't find package display |
#apt-get install watch
Reading package lists... Done Building dependency tree... Done Note, selecting procps for regex ‘watch’ procps is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded. |
#watch iptables -L -v
|
#iptables -F INPUP
iptables: No chain/target/match by that name |
#iptables -F
|
#iptables -P
iptables v1.3.3: Unknown arg `-P' Try `iptables -h' or 'iptables --help' for more information. |
#iptables -L
Chain INPUT (policy DROP) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -P INPUT ACCEPT
|
#iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#vi /etc/host.allow
|
#vi /etc/hosts.allow
|
#vi /etc/inetd.conf
|
#telnet 127.0.0.1 echo
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#vi /etc/hosts.allow
13a14 > echo : ALL |
#exi
# /etc/hosts.allow: list of hosts that are allowed to access the system. # See the manual pages hosts_access(5), hosts_options(5) # and /usr/doc/netbase/portmapper.txt.gz # # Example: ALL: LOCAL @some_netgroup # ALL: .foobar.edu EXCEPT terminalserver.foobar.edu # # If you're going to protect the portmapper use the name "portmap" for the # daemon name. Remember that you can only use the keyword "ALL" and IP # addresses (NOT host or domain names) for the portmapper, as well as for ... ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |
#vi /etc/hosts.allow
12a13 > ALL:ALL |
#telnet 127.0.0.1 9
# /etc/hosts.allow: list of hosts that are allowed to access the system. # See the manual pages hosts_access(5), hosts_options(5) # and /usr/doc/netbase/portmapper.txt.gz # # Example: ALL: LOCAL @some_netgroup # ALL: .foobar.edu EXCEPT terminalserver.foobar.edu # # If you're going to protect the portmapper use the name "portmap" for the # daemon name. Remember that you can only use the keyword "ALL" and IP # addresses (NOT host or domain names) for the portmapper, as well as for ... echo : ALL telnet: Unable to connect to remote host: Connection refused ~ ~ ~ ~ ~ ~ ~ ~ |
#telnet 127.0.0.1 7
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#telnet 127.0.0.1 9
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#telnet 127.0.0.1 7
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#telnet 127.0.0.1 7
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#telnet 127.0.0.1 7
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#/etc/init.d/inetd
inetd inetd.real |
#/etc/init.d/inetd restart
|
#iptables -P tcp --dport 7
iptables v1.3.3: -P requires a chain and a policy Try `iptables -h' or 'iptables --help' for more information. |
#/etc/init.d/inetd.real restart
Restarting internet superserver: inetd. |
#telnet 127.0.0.1 7
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused |
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:79:67:96:71 inet addr:192.168.15.2 Bcast:192.168.15.255 Mask:255.255.255.0 inet6 addr: fe80::204:79ff:fe67:9671/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:11391 errors:0 dropped:0 overruns:0 frame:0 TX packets:5935 errors:0 dropped:0 overruns:0 carrier:665 collisions:0 txqueuelen:1000 RX bytes:4640161 (4.4 MiB) TX bytes:648105 (632.9 KiB) Interrupt:209 Base address:0xdc00 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:636 errors:0 dropped:0 overruns:0 frame:0 TX packets:636 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:51781 (50.5 KiB) TX bytes:51781 (50.5 KiB) |
#ls
dbootstrap_settings install-report.template log.eci log.ecp |
#xconv.pl < /etc/inetd.conf > /etc/xinetd.
xinetd.conf xinetd.d/ |
#xconv.pl < /etc/inetd.conf > /etc/xinetd.conf
|
#/etc/init.d/xinetd restart
Stopping internet superserver: xinetd. Starting internet superserver: xinetd. |
#telnet 127.0.0.1 7
Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. ^] telnet> q Connection closed. |
#iptables -P TCP --dport 7
iptables v1.3.3: -P requires a chain and a policy Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -P tcp --dport -j DROP
iptables v1.3.3: Can't use -P with -A Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -P TCP --dport -j DROP
iptables v1.3.3: Can't use -P with -A Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -P tcp --dport 7 -j DROP
iptables v1.3.3: Can't use -P with -A Try `iptables -h' or 'iptables --help' for more information. |
#startx
xauth: creating new authority file /root/.serverauth.6186 xauth: creating new authority file /root/.Xauthority xauth: creating new authority file /root/.Xauthority X: warning; process set to priority -1 instead of requested priority 0 X Window System Version 7.0.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 7.0 Build Operating System:Linux 2.6.12-1-686 i686 Current Operating System: Linux linux2.unix.nt 2.6.8-2-686-smp #1 SMP Mon Jan 24 02:32:52 EST 2005 i686 Build Date: 16 March 2006 ... (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 27 13:36:19 2006 (==) Using config file: "/etc/X11/xorg.conf" (EE) R128(0): No DFP detected error opening security policy file /etc/X11/xserver/SecurityPolicy Could not init font path element /usr/share/fonts/X11/TTF/, removing from list! Could not init font path element /usr/share/fonts/X11/OTF, removing from list! Could not init font path element /usr/share/fonts/X11/CID/, removing from list! waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. xinit: unexpected signal 2. |
#apt-get install ethereal
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: ethereal-common libadns1 Recommended packages: gksu libadns1-bin The following NEW packages will be installed ethereal ethereal-common libadns1 0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded. Need to get 7470kB of archives. ... Selecting previously deselected package libadns1. (Reading database ... 66566 files and directories currently installed.) Unpacking libadns1 (from .../libadns1_1.1-4_i386.deb) ... Selecting previously deselected package ethereal-common. Unpacking ethereal-common (from .../ethereal-common_0.99.0-1_i386.deb) ... Selecting previously deselected package ethereal. Unpacking ethereal (from .../ethereal_0.99.0-1_i386.deb) ... Setting up libadns1 (1.1-4) ... Setting up ethereal-common (0.99.0-1) ... Setting up ethereal (0.99.0-1) ... |
#ethereal
(ethereal:6614): Gtk-WARNING **: cannot open display: |
#ethereal
(ethereal:6620): Gtk-WARNING **: cannot open display: |
#ethereal start
(ethereal:6626): Gtk-WARNING **: cannot open display: |
#start ethereal
bash: start: command not found |
#iptables -A INPUT --REJECT-with tcp REJECT
iptables v1.3.3: Unknown arg `--REJECT-with' Try `iptables -h' or 'iptables --help' for more information. |
#iptables -A INPUT -p tcp --dport 7 -j REJECT --reject-with tcp
reset |
#iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination DROP tcp -- anywhere anywhere tcp dpt:echo REJECT tcp -- anywhere anywhere tcp dpt:echo reject-with tcp-reset Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -d 0
iptables v1.3.3: no command specified Try `iptables -h' or 'iptables --help' for more information. |
#iptables -d 1
iptables v1.3.3: no command specified Try `iptables -h' or 'iptables --help' for more information. |
#iptables -d 1
iptables v1.3.3: no command specified Try `iptables -h' or 'iptables --help' for more information. |
#iptables -D INPUT 1
|
#iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination REJECT tcp -- anywhere anywhere tcp dpt:echo reject-with tcp-reset Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#iptables -L
|
#netstat -lnp -A inet
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN 3218/rpc.statd tcp 0 0 0.0.0.0:7 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3155/exim4 udp 0 0 0.0.0.0:32768 0.0.0.0:* 3218/rpc.statd udp 0 0 0.0.0.0:850 0.0.0.0:* 3218/rpc.statd |
#exit
exit Connection to 192.168.15.1 closed. |
#netstat -lnp
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN 3218/rpc.statd tcp 0 0 0.0.0.0:7 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3155/exim4 tcp6 0 0 :::22 :::* LISTEN 3193/sshd udp 0 0 0.0.0.0:32768 0.0.0.0:* 3218/rpc.statd udp 0 0 0.0.0.0:850 0.0.0.0:* 3218/rpc.statd Active UNIX domain sockets (only servers) ... unix 2 [ ACC ] STREAM LISTENING 16052 6693/ssh-agent /tmp/ssh-ypjvKk6667/agent.6667 unix 2 [ ACC ] STREAM LISTENING 5577 3169/lpd /dev/printer unix 2 [ ACC ] STREAM LISTENING 16100 6720/kdeinit Runnin /tmp/ksocket-root/kdeinit__0 unix 2 [ ACC ] STREAM LISTENING 16102 6720/kdeinit Runnin /tmp/ksocket-root/kdeinit-:0 unix 2 [ ACC ] STREAM LISTENING 16133 6725/kdeinit: klaun /tmp/ksocket-root/klauncher1YXvnc.slave-socket unix 2 [ ACC ] STREAM LISTENING 16309 6744/artsd /tmp/ksocket-root/linux2.unix.nt-1a58-44a10b94 unix 2 [ ACC ] STREAM LISTENING 5714 3160/gpm /dev/gpmctl unix 2 [ ACC ] STREAM LISTENING 16010 6655/X /tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 16109 6723/kdeinit: dcops /tmp/.ICE-unix/dcop6723-1151404940 unix 2 [ ACC ] STREAM LISTENING 16205 6734/kdeinit: ksmse /tmp/.ICE-unix/6734 |
#netstat -lnp -A inet
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN 3218/rpc.statd tcp 0 0 0.0.0.0:7 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 6055/xinetd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3155/exim4 udp 0 0 0.0.0.0:32768 0.0.0.0:* 3218/rpc.statd udp 0 0 0.0.0.0:850 0.0.0.0:* 3218/rpc.statd |
#cd /etc/ssh
|
#ls
moduli ssh_config sshd_config ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub |
#ls -l
total 142 -rw-r--r-- 1 root root 132839 2006-03-31 12:40 moduli -rw-r--r-- 1 root root 1361 2006-03-31 12:40 ssh_config -rw-r--r-- 1 root root 1871 2006-06-25 22:26 sshd_config -rw------- 1 root root 1192 2006-06-25 22:26 ssh_host_dsa_key -rw-r--r-- 1 root root 1121 2006-06-25 22:26 ssh_host_dsa_key.pub -rw------- 1 root root 1675 2006-06-25 22:26 ssh_host_rsa_key -rw-r--r-- 1 root root 401 2006-06-25 22:26 ssh_host_rsa_key.pub |
#vi ssh_config
|
Время первой команды журнала | 12:01:20 2006- 6-27 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 14:56:56 2006- 6-27 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 36.63 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 2.97 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 2.15 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.78 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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