/l3/users/devi/xen-for-zen/xen2.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 :23 :24 :25 :26 :27 :28 :29 :30 :31 :32 :33 :34 :35 :36 :37 |
|
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 15 (standard input) 685444 bytes |
#A=0
|
#while [ A-lt 100 ]
> do pdftops -duplex -paper A4 Microsoft_мероприятия.pdf - | lpr > [root@xen2:~]# lpq > xen2.unix.nt: sending to lpr2.unix.nt > Rank Owner Job Files Total Size > 1st root 15 (standard input) 685444 bytes bash: syntax error near unexpected token `(' |
#[root@xen2:~]# A=0
bash: [root@xen2:~]#: command not found |
#[root@xen2:~]# while [ A-lt 100 ]
bash: [root@xen2:~]#: command not found |
#A=0
|
#A=0
|
#while [ A-lt 100 ]
> do pdftops -duplex Microsoft_мероприятия.pdf - | lpr && A=$((A+1)) > done bash: [: A-lt: unary operator expected |
#while [ A -lt 100 ]; do pdftops -duplex Microsoft_мероприятия.pdf - | lpr && A=$((A+1)); done
bash: [: A: integer expression expected |
#while [ A -lt 100 ]
bash: [: A: integer expression expected |
#while ' [ A -lt 100 ]' ; do pdftops -duplex Microsoft_мероприятия.pdf - | lpr && A=$((A+1)); done
bash: [ A -lt 100 ]: command not found |
#vim .script
|
#sh .script
.script: line 1: [: missing `]' |
#vim .script
1c1 < while [ A -lt 100] ; --- > while [ A -lt 100 ] ; |
#sh .script
.script: line 1: [: A: integer expression expected |
#vim .script
1c1,2 < while [ A -lt 100 ] ; --- > A=0 > while [ $A -lt 100 ] ; |
#sh .script
|
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 18 (standard input) 685443 bytes 2nd root 20 (standard input) 685443 bytes 3rd root 21 (standard input) 685443 bytes 4th root 17 (standard input) 685443 bytes 5th root 19 (standard input) 685443 bytes 6th root 28 (standard input) 685443 bytes 7th root 26 (standard input) 685443 bytes 8th root 27 (standard input) 685443 bytes ... 90th root 104 (standard input) 685443 bytes 91st root 106 (standard input) 685443 bytes 92nd root 102 (standard input) 685443 bytes 93rd root 111 (standard input) 685443 bytes 94th root 113 (standard input) 685443 bytes 95th root 110 (standard input) 685443 bytes 96th root 112 (standard input) 685443 bytes 97th root 109 (standard input) 685443 bytes 98th root 115 (standard input) 685443 bytes 99th root 114 (standard input) 685443 bytes |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 18 (standard input) 685443 bytes 2nd root 20 (standard input) 685443 bytes 3rd root 21 (standard input) 685443 bytes 4th root 17 (standard input) 685443 bytes 5th root 19 (standard input) 685443 bytes 6th root 28 (standard input) 685443 bytes 7th root 26 (standard input) 685443 bytes 8th root 27 (standard input) 685443 bytes ... 90th root 104 (standard input) 685443 bytes 91st root 106 (standard input) 685443 bytes 92nd root 102 (standard input) 685443 bytes 93rd root 111 (standard input) 685443 bytes 94th root 113 (standard input) 685443 bytes 95th root 110 (standard input) 685443 bytes 96th root 112 (standard input) 685443 bytes 97th root 109 (standard input) 685443 bytes 98th root 115 (standard input) 685443 bytes 99th root 114 (standard input) 685443 bytes |
#lpq | less
|
#lpq | less
|
#lprm `seq 1 99`
lprm: lp: Too many requests |
#lprm 1
|
#ls -l /var/spool/lpd/remote/
-rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA068xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA069xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA070xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA071xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA072xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA073xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA074xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA075xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA076xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:03 cfA077xen2.unix.nt ... -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA108xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA109xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA110xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA111xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA112xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA113xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA114xen2.unix.nt -rw-rw---- 1 lp lp 685443 2007-01-29 20:03 dfA115xen2.unix.nt -rw-r----- 1 lp lp 25 2007-01-29 20:03 lock -rw-rw---- 1 lp lp 24 2007-01-29 20:03 status |
#rm /var/spool/lpd/remote/df*
|
#ls -l /var/spool/lpd/remote/
итого 8 -rw-r----- 1 lp lp 25 2007-01-29 20:07 lock -rw-rw---- 1 lp lp 24 2007-01-29 20:07 status |
#lprm `seq 1 99`
|
#vim .script
0a1 > #!/bin/bash 2c3 < while [ $A -lt 100 ] ; --- > while [ $A -lt 20 ] ; 4c5,6 < pdftops -duplex /root/Microsoft_мероприятия.pdf - | lpr && A=$((A+1)); done --- > pdftops -duplex /root/Microsoft_мероприятия.pdf - | lpr && A=$((A+1)) > done |
#vim .script
|
#apt-get install vim
Чтение списков пакетов... Готово Построение дерева зависимостей... Готово Будут установлены следующие дополнительные пакеты: vim-common vim-runtime vim-tiny Предлагаемые пакеты: ctags vim-doc vim-scripts НОВЫЕ пакеты, которые будут установлены: vim vim-runtime Пакеты, которые будут обновлены: vim-common vim-tiny обновлено 2, установлено 2 новых пакетов, для удаления отмечено 0 пакетов, и 143 пакетов не обновлено. Необходимо скачать 7924kБ архивов. После распаковки объем занятого дискового пространства возрастёт на 23,5MB. Хотите продолжить [Д/н]? y Получено:1 http://192.168.15.251 unstable/main vim-tiny 1:7.0-164+3 [541kB] Получено:2 http://192.168.15.251 unstable/main vim-common 1:7.0-164+3 [206kB] Получено:3 http://192.168.15.251 unstable/main vim-runtime 1:7.0-164+3 [6431kB] |
#vim .vimrc
|
#vim .script
5c5 < pdftops -duplex /root/Microsoft_мероприятия.pdf - | lpr && A=$((A+1)) --- > pdftops /root/Microsoft_мероприятия.pdf - | lpr && A=$((A+1)) |
#ls -l
итого 2232 -rw-r--r-- 1 root root 953629 2007-01-29 19:45 123 -rwxr-xr-x 1 root root 177986 2007-01-29 18:48 Microsoft_курсы.pdf -rw-r--r-- 1 root root 953629 2007-01-29 19:50 Microsoft_курсы.ps -rwxr-xr-x 1 root root 176824 2007-01-29 19:55 Microsoft_мероприятия.pdf |
#rm 123
|
#rm Microsoft_курсы.ps
|
#ls
Microsoft_курсы.pdf Microsoft_мероприятия.pdf |
#mv .script script
|
#chmod a+x script
|
#./script
|
#vi script
1d0 < #!/bin/bash |
#./script
|
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 120 (standard input) 685444 bytes 2nd root 117 (standard input) 685444 bytes 3rd root 118 (standard input) 685444 bytes 4th root 119 (standard input) 685444 bytes 5th root 125 (standard input) 685444 bytes 6th root 124 (standard input) 685444 bytes 7th root 122 (standard input) 685444 bytes 8th root 127 (standard input) 685444 bytes 9th root 123 (standard input) 685444 bytes 10th root 126 (standard input) 685444 bytes 11th root 121 (standard input) 685444 bytes 12th root 133 (standard input) 685444 bytes 13th root 129 (standard input) 685444 bytes 14th root 128 (standard input) 685444 bytes 15th root 130 (standard input) 685444 bytes 16th root 131 (standard input) 685444 bytes 17th root 132 (standard input) 685444 bytes 18th root 134 (standard input) 685444 bytes 19th root 135 (standard input) 685444 bytes |
#vim .vimrc
|
#vim /etc/printcap
|
#ls -l /var/spool/lpd/remote/
итого 12928 -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA117xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA118xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA119xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA120xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA121xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA122xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA123xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA124xen2.unix.nt -rw-rw---- 1 lp lp 84 2007-01-29 20:13 cfA125xen2.unix.nt ... -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA128xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA129xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA130xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA131xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA132xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA133xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA134xen2.unix.nt -rw-rw---- 1 lp lp 685444 2007-01-29 20:13 dfA135xen2.unix.nt -rw-r----- 1 lp lp 25 2007-01-29 20:13 lock -rw-rw---- 1 lp lp 24 2007-01-29 20:13 status |
#ls -ld /var/spool/lpd/remote/
drwxrwsr-x 2 lp lp 12288 2007-01-29 20:13 /var/spool/lpd/remote/ |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 118 (standard input) 685444 bytes 2nd root 119 (standard input) 685444 bytes 3rd root 125 (standard input) 685444 bytes 4th root 124 (standard input) 685444 bytes 5th root 122 (standard input) 685444 bytes 6th root 127 (standard input) 685444 bytes 7th root 123 (standard input) 685444 bytes 8th root 126 (standard input) 685444 bytes 9th root 121 (standard input) 685444 bytes 10th root 133 (standard input) 685444 bytes 11th root 129 (standard input) 685444 bytes 12th root 128 (standard input) 685444 bytes 13th root 130 (standard input) 685444 bytes 14th root 131 (standard input) 685444 bytes 15th root 132 (standard input) 685444 bytes 16th root 134 (standard input) 685444 bytes 17th root 135 (standard input) 685444 bytes |
#vim /etc/printcap
|
#vim /etc/printcap
17c17 < lp|Remote printer entry:\ --- > lp|Remote printer entry duplex:\ |
#pdftops -duplex Microsoft_курсы.pdf - | lpr
|
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 136 (standard input) 953629 bytes |
#lpq
|
#vim /etc/printcap
|
#pdftops Microsoft_курсы.pdf - | lpr
|
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 150 (standard input) 953630 bytes 2nd root 153 (standard input) 953630 bytes 3rd root 154 (standard input) 953630 bytes 4th root 151 (standard input) 953630 bytes 5th root 152 (standard input) 953630 bytes 6th root 158 (standard input) 953630 bytes 7th root 159 (standard input) 953630 bytes 8th root 155 (standard input) 953630 bytes ... 30th root 181 (standard input) 953630 bytes 31st root 178 (standard input) 953630 bytes 32nd root 180 (standard input) 953630 bytes 33rd root 185 (standard input) 953630 bytes 34th root 182 (standard input) 953630 bytes 35th root 184 (standard input) 953630 bytes 36th root 183 (standard input) 953630 bytes 37th root 186 (standard input) 953630 bytes 38th root 187 (standard input) 953630 bytes 39th root 188 (standard input) 953630 bytes |
#vim /etc/printcap
|
#sh .script
|
#pdf
pdffonts pdfimages pdfinfo pdftops pdftotext |
#pdf
pdffonts pdfimages pdfinfo pdftops pdftotext |
#pdfto
pdftops pdftotext |
#pdftops -duplex Microsoft_курсы.pdf
|
#pdftops -duplex Microsoft_курсы.pdf - | lpr
|
#A=0; wile [ $A -lt 50 ] ; do pdftops -duplex Microsoft_курсы.pdf
|
#A=0; wile [ $A -lt 50 ] ; do pdftops Microsoft_курсы.pdf && A=$(
A+1)); done bash: syntax error near unexpected token `do' |
#A=0; wile [ $A -lt 50 ] do pdftops Microsoft_курсы.pdf && A=$(
A+1)); done bash: syntax error near unexpected token `done' |
#A=0; while [ $A -lt 50 ] ; do pdftops Microsoft_курсы.pdf && A=
done bash: wile: command not found ((A+1)) ; done |
#lpq
|
#vim /etc/printcap
22d21 < :if=/usr/lib/ifhp/ifhp:\ |
#vim /etc/printcap
|
#lpq
|
#vim /etc/printcap
|
#vim /etc/printcap
17c17 < lp|Remote printer entry duplex:\ --- > lp|Remote printer entry:\ |
#/etc/init.d/lpd restart
Stopping printer spooler: lpd. Starting printer spooler: lpd. |
#A=0; lpq
|
#ls
Microsoft_курсы.pdf Microsoft_курсы.ps Microsoft_мероприятия.pdf script |
#/etc/init.d/lpd restart
Stopping printer spooler: lpd. Starting printer spooler: lpd. |
#ping lpr2
PING lpr2.unix.nt (192.168.15.246) 56(84) bytes of data. 64 bytes from lpr2.unix.nt (192.168.15.246): icmp_seq=1 ttl=255 time=0.243 ms 64 bytes from lpr2.unix.nt (192.168.15.246): icmp_seq=2 ttl=255 time=0.246 ms --- lpr2.unix.nt ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.243/0.244/0.246/0.015 ms |
#/etc/init.d/lpd restart
Stopping printer spooler: lpd. Starting printer spooler: lpd. |
#ping lpr2
PING lpr2.unix.nt (192.168.15.246) 56(84) bytes of data. 64 bytes from lpr2.unix.nt (192.168.15.246): icmp_seq=1 ttl=255 time=0.267 ms --- lpr2.unix.nt ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.267/0.267/0.267/0.000 ms |
#/etc/init.d/lpd restart
Stopping printer spooler: lpd. Starting printer spooler: lpd. |
#ping lpr2
PING lpr2.unix.nt (192.168.15.246) 56(84) bytes of data. 64 bytes from lpr2.unix.nt (192.168.15.246): icmp_seq=1 ttl=255 time=0.843 ms --- lpr2.unix.nt ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.843/0.843/0.843/0.000 ms |
#/etc/init.d/lpd restart
Stopping printer spooler: lpd. Starting printer spooler: lpd. |
#crontab -e
q!# m h dom mon dow command Сохранить измененный буфер (Ответ "Нет" УНИЧТОЖИТ все изменения) ? No modification made |
#EDITOR=vim cronttab -e
bash: cronttab: command not found |
#EDITOR=vim crontab -e
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ... ~ ~ ~ ~ ~ ~ ~ ~ "crontab.lz23oS/crontab" 2L, 65C записано crontab: installing new crontab |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 159 (standard input) 953630 bytes 2nd root 155 (standard input) 953630 bytes 3rd root 157 (standard input) 953630 bytes 4th root 156 (standard input) 953630 bytes 5th root 161 (standard input) 953630 bytes 6th root 162 (standard input) 953630 bytes 7th root 163 (standard input) 953630 bytes 8th root 160 (standard input) 953630 bytes ... 24th root 181 (standard input) 953630 bytes 25th root 178 (standard input) 953630 bytes 26th root 180 (standard input) 953630 bytes 27th root 185 (standard input) 953630 bytes 28th root 182 (standard input) 953630 bytes 29th root 184 (standard input) 953630 bytes 30th root 183 (standard input) 953630 bytes 31st root 186 (standard input) 953630 bytes 32nd root 187 (standard input) 953630 bytes 33rd root 188 (standard input) 953630 bytes |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 165 (standard input) 953630 bytes 2nd root 164 (standard input) 953630 bytes 3rd root 166 (standard input) 953630 bytes 4th root 167 (standard input) 953630 bytes 5th root 172 (standard input) 953630 bytes 6th root 168 (standard input) 953630 bytes 7th root 169 (standard input) 953630 bytes 8th root 170 (standard input) 953630 bytes ... 16th root 181 (standard input) 953630 bytes 17th root 178 (standard input) 953630 bytes 18th root 180 (standard input) 953630 bytes 19th root 185 (standard input) 953630 bytes 20th root 182 (standard input) 953630 bytes 21st root 184 (standard input) 953630 bytes 22nd root 183 (standard input) 953630 bytes 23rd root 186 (standard input) 953630 bytes 24th root 187 (standard input) 953630 bytes 25th root 188 (standard input) 953630 bytes |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 178 (standard input) 953630 bytes 2nd root 180 (standard input) 953630 bytes 3rd root 185 (standard input) 953630 bytes 4th root 182 (standard input) 953630 bytes 5th root 184 (standard input) 953630 bytes 6th root 183 (standard input) 953630 bytes 7th root 186 (standard input) 953630 bytes 8th root 187 (standard input) 953630 bytes 9th root 188 (standard input) 953630 bytes |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 183 (standard input) 953630 bytes 2nd root 186 (standard input) 953630 bytes 3rd root 187 (standard input) 953630 bytes 4th root 188 (standard input) 953630 bytes ^[[A^[[B |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 186 (standard input) 953630 bytes 2nd root 187 (standard input) 953630 bytes 3rd root 188 (standard input) 953630 bytes |
#ping lpr2
|
#ls
Microsoft_курсы.pdf Microsoft_курсы.ps Microsoft_мероприятия.pdf script |
#lpq
xen2.unix.nt: sending to lpr2.unix.nt Rank Owner Job Files Total Size 1st root 187 (standard input) 953630 bytes 2nd root 188 (standard input) 953630 bytes |
#A=0; while [ $A -lt 25 ] ; do pdftops Microsoft_мероприятия.pdf - | lpr && A=$((A+1)) ; done
|
#rm /var/spool/lpd/remote/*
rm: невозможно удалить `/var/spool/lpd/remote/*rm': No such file or directory |
#rm /var/spool/lpd/remote/*
|
#xm list
Name ID Mem(MiB) VCPUs State Time(s) 2003server1 18 512 1 -b---- 236.3 Domain-0 0 2759 2 r----- 1267.4 |
Время первой команды журнала | 19:56:52 2007- 1-29 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 00:37:49 2007- 1-30 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 13.86 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 3.96 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 2.59 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.65 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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