/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 |
|
#lynx 87.250.251.8
|
#iptables -A OUTPUT -p tcp -d 87.250.251.8 -j REJECT --reject-with tcp-rese
|
#lynx 87.250.251.8
|
#lynx 87.250.251.8
|
#lynx 87.250.251.8
|
#ping ya.ru
PING ya.ru (87.250.251.8) 56(84) bytes of data. 64 bytes from ya.ru (87.250.251.8): icmp_seq=1 ttl=53 time=108 ms 64 bytes from ya.ru (87.250.251.8): icmp_seq=2 ttl=53 time=111 ms 64 bytes from ya.ru (87.250.251.8): icmp_seq=3 ttl=53 time=112 ms --- ya.ru ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2004ms rtt min/avg/max/mdev = 108.595/110.733/112.426/1.595 ms |
#iptables -L -vv
1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 114.465/114.465/114.465/0.000 ms [root@linux1:~]# ping ya.ru PING ya.ru (213.180.204.8) 56(84) bytes of data. 64 bytes from ya.ru (213.180.204.8): icmp_seq=1 ttl=53 time=119 ms --- ya.ru ping statistics --- Chain INPUT (policy ACCEPT 33730 packets, 2298K bytes) pkts bytes target prot opt in out source destination 0 0 REJECT tcp -- any any anywhere ya.ru reject-with tcp-reset Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 32026 packets, 7541K bytes) pkts bytes target prot opt in out source destination 4 240 REJECT tcp -- any any anywhere ya.ru reject-with tcp-reset |
#lynx ya.ru
|
#lynx 87.250.251.8
|
#lynx svl.kiev.ua
|
#iptables -F OUTPUT
|
#iptables -A OUTPUT -p tcp -d 87.250.251.8
|
#iptables -A OUTPUT -p tcp -j REJECT --reject-with tcp-reset
|
#iptables -F OUTPUT
|
#ping xgu.ru
PING xgu.ru (194.150.93.78) 56(84) bytes of data. 64 bytes from chub.in (194.150.93.78): icmp_seq=1 ttl=55 time=14.3 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=2 ttl=55 time=58.5 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=3 ttl=55 time=147 ms ^C64 bytes from chub.in (194.150.93.78): icmp_seq=4 ttl=55 time=15.6 ms --- xgu.ru ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 14.355/58.950/147.311/54.027 ms |
#iptables -A OUTPUT -p tcp -d 194.150.93.78
|
#iptables -F OUTPUT
|
#w3m xgu.ru
w3m: Can't load xgu.ru. |
#ping xgu.ru
PING xgu.ru (194.150.93.78) 56(84) bytes of data. 64 bytes from chub.in (194.150.93.78): icmp_seq=1 ttl=55 time=8.00 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=2 ttl=55 time=8.11 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=3 ttl=55 time=7.39 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=4 ttl=55 time=7.49 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=5 ttl=55 time=7.68 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=6 ttl=55 time=8.26 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=7 ttl=55 time=8.01 ms 64 bytes from chub.in (194.150.93.78): icmp_seq=8 ttl=55 time=8.23 ms --- xgu.ru ping statistics --- 8 packets transmitted, 8 received, 0% packet loss, time 7017ms rtt min/avg/max/mdev = 7.399/7.899/8.261/0.319 ms |
#man iptables
|
#ping xgu.ru
|
#iptables -A OUTPUT -p tcp -d 194.150.93.78 -j REJECT --reject-with tcp-res-
|
#iptables -A OUTPUT -p tcp -d 194.150.93.78 -j REJECT --
|
#iptables -A OUTPUT -p tcp -d 194.150.93.78 -j ACCEPT --state ESTABLISHED
iptables v1.3.6: Unknown arg `--state' Try `iptables -h' or 'iptables --help' for more information. |
#man iptables
|
#iptables -F INPUT
|
#iptables -A OUTPUT -p tcp -d 194.150.93.78 -j ACCEPT --state ESTABLISH
|
#iptables -F OUTPUT
|
#iptables -A OUTPUT -p tcp -d 194.150.93.78 --syn -j REJECT
|
#w3m xgu.ru
w3m: Can't load xgu.ru. |
#iptables -F OUTPUT
|
#w3m xgu.ru
[ ] 1,02/3,31kb 31% ||||||||||||||| |
#iptables -A OUTPUT -p tcp -d 194.150.93.78 --syn -j REJECT
|
#man iptables
|
#man iptables
|
#iptables --help
iptables v1.3.6 Usage: iptables -[AD] chain rule-specification [options] iptables -[RI] chain rulenum rule-specification [options] iptables -D chain rulenum [options] iptables -[LFZ] [chain] [options] iptables -[NX] chain iptables -E old-chain-name new-chain-name iptables -P chain target [options] iptables -h (print this help information) Commands: ... --out-interface -o [!] output name[+] network interface name ([+] for wildcard) --table -t table table to manipulate (default: `filter') --verbose -v verbose mode --line-numbers print line numbers when listing --exact -x expand numbers (display exact values) [!] --fragment -f match second or further fragments only --modprobe=<command> try to insert modules using this command --set-counters PKTS BYTES set the counter during insert/append [!] --version -V print package version. |
#iptables --help | less
|
#man iptables
|
#iptables -A INPUT -s 192.168.16.3 -p tcp --dport 22 --state ESTABLIS
[root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# [root@linux1:~]# |
#iptables -A INPUT -s 192.168.16.3 -p tcp --dport 22 -j DROP
|
#pkill -9 screen
|
#pkill -9 screen
|
#pkill -9 screen
|
#iptables -t nat -L
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 -t nat -L
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 |
#apt-get install xserver-xorg
Настраивается пакет xserver-xorg-video-vesa (1.3.0-1) ... Настраивается пакет xserver-xorg-video-vga (4.1.0-3) ... Настраивается пакет xserver-xorg-video-via (0.2.1-6) ... Настраивается пакет xserver-xorg-video-voodoo (1.1.0-4) ... Настраивается пакет xserver-xorg-video-vmware (10.13.0-3) ... Настраивается пакет xserver-xorg-video-v4l (0.1.1-3) ... Настраивается пакет xserver-xorg-video-all (7.1.0-18) ... Настраивается пакет xserver-xorg-input-evdev (1.1.2-6) ... Настраивается пакет xserver-xorg-input-kbd (1.1.0-4) ... Настраивается пакет xserver-xorg-input-mouse (1.1.1-3) ... Настраивается пакет xserver-xorg-input-synaptics (0.14.6-1) ... Настраивается пакет xserver-xorg-input-all (7.1.0-18) ... Настраивается пакет xserver-xorg (7.1.0-18) ... xserver-xorg postinst warning: failed to infer keyboard layout from layout/lang 'ru--ru_UA' [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#pkill -9 xorg
libglibmm-2.4-1c2a-dbg - C++ wrapper for the GLib toolkit (debug symbols) libglibmm-2.4-dev - C++ wrapper for the GLib toolkit (development files) libgnetwork1.0-0 - networking wrapper library using Glib/GObject libgnetwork1.0-dev - networking wrapper library using Glib/GObject (development files) libgnome-cil - CLI binding for GNOME libgnome-desktop-2 - Utility library for loading .desktop files - runtime files libgnome-desktop-dev - Utility library for loading .desktop files - development files libgnome-dev - The GNOME libraries -- development package libgnome-keyring-dev - Development files for GNOME keyring service libgnome-keyring0 - GNOME keyring services library ... libgnome-mag2 - screen magnification library for the GNOME desktop (shared library) libgnome-media-dev - development libraries for the GNOME media utilities libgnome-media0 - runtime libraries for the GNOME media utilities libgnome-menu-dev - an implementation of the freedesktop menu specification for GNOME [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#vim /etc/X11/xorg.conf
|
#apt-get install xfots-base
libgnetwork1.0-dev - networking wrapper library using Glib/GObject (development files) libgnome-cil - CLI binding for GNOME libgnome-desktop-2 - Utility library for loading .desktop files - runtime files libgnome-desktop-dev - Utility library for loading .desktop files - development files libgnome-dev - The GNOME libraries -- development package libgnome-keyring-dev - Development files for GNOME keyring service libgnome-keyring0 - GNOME keyring services library libgnome-mag-dev - screen magnification library for the GNOME desktop (development headers ) libgnome-mag2 - screen magnification library for the GNOME desktop (shared library) ... libgnome-menu-dev - an implementation of the freedesktop menu specification for GNOME Чтение списков пакетов... Готово Построение дерева зависимостей... Готово E: Не могу найти пакет xfots-base [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#apt-get install xfonts-base
Получено:2 http://debian.org.ua lenny/main xfonts-utils 1:1.0.1-1 [64,8kB] Получено:3 http://debian.org.ua lenny/main xfonts-base 1:1.0.0-4 [6131kB] Получено 6781kB за 34s (198kB/c) Выбор ранее не выбранного пакета xfonts-encodings. (Чтение базы данных... на данный момент установлено 60025 файлов и каталогов.) Распаковывается пакет xfonts-encodings (из файла .../xfonts-encodings_1%3a1.0.0-6_all.deb)... Выбор ранее не выбранного пакета xfonts-utils. Распаковывается пакет xfonts-utils (из файла .../xfonts-utils_1%3a1.0.1-1_i386.deb)... Выбор ранее не выбранного пакета xfonts-base. Распаковывается пакет xfonts-base (из файла .../xfonts-base_1%3a1.0.0-4_all.deb)... Настраивается пакет xfonts-encodings (1.0.0-6) ... Настраивается пакет xfonts-utils (1.0.1-1) ... Настраивается пакет xfonts-base (1.0.0-4) ... warning: /usr/lib/X11/fonts/misc does not exist or is not a directory warning: /usr/lib/X11/fonts/misc does not exist or is not a directory [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#init 1 ; init 2
libglibmm-2.4-1c2a-dbg - C++ wrapper for the GLib toolkit (debug symbols) libglibmm-2.4-dev - C++ wrapper for the GLib toolkit (development files) libgnetwork1.0-0 - networking wrapper library using Glib/GObject libgnetwork1.0-dev - networking wrapper library using Glib/GObject (development files) libgnome-cil - CLI binding for GNOME libgnome-desktop-2 - Utility library for loading .desktop files - runtime files libgnome-desktop-dev - Utility library for loading .desktop files - development files libgnome-dev - The GNOME libraries -- development package libgnome-keyring-dev - Development files for GNOME keyring service libgnome-keyring0 - GNOME keyring services library ... libgnome-mag2 - screen magnification library for the GNOME desktop (shared library) libgnome-media-dev - development libraries for the GNOME media utilities libgnome-media0 - runtime libraries for the GNOME media utilities libgnome-menu-dev - an implementation of the freedesktop menu specification for GNOME [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#/etc/init.d/gdm restart
Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. |
#/etc/init.d/gdm restart
libgnetwork1.0-0 - networking wrapper library using Glib/GObject libgnetwork1.0-dev - networking wrapper library using Glib/GObject (development files) libgnome-cil - CLI binding for GNOME libgnome-desktop-2 - Utility library for loading .desktop files - runtime files libgnome-desktop-dev - Utility library for loading .desktop files - development files libgnome-dev - The GNOME libraries -- development package libgnome-keyring-dev - Development files for GNOME keyring service libgnome-keyring0 - GNOME keyring services library libgnome-mag-dev - screen magnification library for the GNOME desktop (development headers ) ... libgnome-media0 - runtime libraries for the GNOME media utilities libgnome-menu-dev - an implementation of the freedesktop menu specification for GNOME Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#/etc/init.d/gdm restart
Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. |
#vim /etc/X11/xorg.conf
|
#/etc/init.d/gdm restart
Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. |
#vim /etc/X11/xorg.conf
|
#/etc/init.d/gdm restart
Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. |
#vim /etc/X11/xorg.conf
|
#iptables -t nat -L
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 -t mangle
iptables v1.3.6: no command specified Try `iptables -h' or 'iptables --help' for more information. |
#iptables -t mangle -L
Chain PREROUTING (policy ACCEPT) target prot opt source destination 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 Chain POSTROUTING (policy ACCEPT) target prot opt source destination |
#/etc/init.d/gdm restart
libgnetwork1.0-0 - networking wrapper library using Glib/GObject libgnetwork1.0-dev - networking wrapper library using Glib/GObject (development files) libgnome-cil - CLI binding for GNOME libgnome-desktop-2 - Utility library for loading .desktop files - runtime files libgnome-desktop-dev - Utility library for loading .desktop files - development files libgnome-dev - The GNOME libraries -- development package libgnome-keyring-dev - Development files for GNOME keyring service libgnome-keyring0 - GNOME keyring services library libgnome-mag-dev - screen magnification library for the GNOME desktop (development headers ) ... libgnome-media0 - runtime libraries for the GNOME media utilities libgnome-menu-dev - an implementation of the freedesktop menu specification for GNOME Stopping GNOME Display Manager: gdm. Starting GNOME Display Manager: gdm. [root@linux1:~]# [root@linux1:~]# ping 192.168.16.4 PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data. From 192.168.16.1 icmp_seq=2 Destination Host Unreachable From 192.168.16.1 icmp_seq=3 Destination Host Unreachable From 192.168.16.1 icmp_seq=4 Destination Host Unreachable |
#less /var/log/Xorg.0.log
|
#iptables -t forward -L
iptables v1.3.6: can't initialize iptables table `forward': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. |
#iptables
iptables v1.3.6: no command specified Try `iptables -h' or 'iptables --help' for more information. |
#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 -t filter -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 |
#reboot
Broadcast message from root@linux4 (pts/3) (Wed May 30 16:48:44 2007): The system is going down for reboot NOW! |
#iptables -t nat -L
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 -t nat -L
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 -A PREROUTING -p tcp
|
#iptables -t nat -L
|
#iptables -t nat
iptables: No chain/target/match by that name |
#iptables -t nat -A PREROUTING -p tcp --dport 22000 -j DNAT --to 192.168.16.15:22
|
#ssh 192.168.16.1 -p 22000
ssh: connect to host 192.168.16.1 port 22000: Connection refused |
#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 -t nat -L
Chain PREROUTING (policy ACCEPT) target prot opt source destination DNAT tcp -- anywhere anywhere tcp dpt:22000 to:192.168.16.15:22 Chain POSTROUTING (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination |
#ssh 192.168.16.1 -p 22000
ssh: connect to host 192.168.16.1 port 22000: Connection refused |
#ssh 127.0.0.1 -p 22000
ssh: connect to host 127.0.0.1 port 22000: Connection refused |
#ssh 192.168.16.2
root@192.168.16.2's password: Last login: Wed May 30 17:01:58 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=2803; pidfile=/root/.lilalo/l3-agent.pid |
#ssh 192.168.16.1 -p 22000
c |
Время первой команды журнала | 16:09:09 2007- 5-30 | |||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 17:02:43 2007- 5-30 | |||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 28.71 | |||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 0.00 | |||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 0.89 | |||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.89 | |||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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