/l3/users/19-08-2019/NT-Ladm/debian2.net.nt/root :1 :2 :3 :4 :5 :6 |
|
#whoami
root |
#ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_req=1 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=2 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=3 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=4 ttl=56 time=14.2 ms 64 bytes from 8.8.8.8: icmp_req=5 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=6 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=7 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=8 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=9 ttl=56 time=14.3 ms ... 64 bytes from 8.8.8.8: icmp_req=47 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=48 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=49 ttl=56 time=14.3 ms ^[^[64 bytes from 8.8.8.8: icmp_req=50 ttl=56 time=14.3 ms ^[^[^[^[^[^[^[^[^[^[^[^[^[^[64 bytes from 8.8.8.8: icmp_req=51 ttl=56 time=14.3 ms 64 bytes from 8.8.8.8: icmp_req=52 ttl=56 time=14.2 ms ^C --- 8.8.8.8 ping statistics --- 52 packets transmitted, 52 received, 0% packet loss, time 51082ms rtt min/avg/max/mdev = 14.235/14.347/14.428/0.062 ms |
#nslookup
> nslookuo google.com Server: 192.168.13.253 Address: 192.168.13.253#53 ** server can't find nslookuo: SERVFAIL > |
#vi /etc/resolc.config
--- /dev/null 2019-08-16 16:08:37.715999998 +0300 +++ /etc/resolc.config 2019-08-19 11:01:20.241552700 +0300 @@ -0,0 +1,3 @@ +search net.nt +nameserver 8.8.8.8 +nameserver 192.168.13.253 |
#vi /etc/resolc.config
|
#vi /etc/resolv.conf
--- /tmp/l3-saved-3574.7851.1865 2019-08-19 11:03:22.301564865 +0300 +++ /etc/resolv.conf 2019-08-19 11:03:41.849557673 +0300 @@ -1,2 +1,3 @@ search net.nt +nameserver 8.8.8.8 nameserver 192.168.13.253 |
#useradd ivan
|
#echo $?
0 |
#useradd ivan
useradd: пользователь «ivan» уже существует |
#echo $?
9 |
#man useradd
|
#echo "$?"
0 |
#echo '$?'
$? |
#passwd ivan
Введите новый пароль UNIX: Повторите ввод нового пароля UNIX: passwd: пароль успешно обновлён |
#LANG=''
|
#userdel ivan
|
#user --help
l3script: user: command not found |
#useradd --help
Usage: useradd [options] LOGIN useradd -D useradd -D [options] Options: -b, --base-dir BASE_DIR base directory for the home directory of the new account -c, --comment COMMENT GECOS field of the new account -d, --home-dir HOME_DIR home directory of the new account -D, --defaults print or change default useradd configuration -e, --expiredate EXPIRE_DATE expiration date of the new account ... the user -o, --non-unique allow to create users with duplicate (non-unique) UID -p, --password PASSWORD encrypted password of the new account -r, --system create a system account -R, --root CHROOT_DIR directory to chroot into -s, --shell SHELL login shell of the new account -u, --uid UID user ID of the new account -U, --user-group create a group with the same name as the user -Z, --selinux-user SEUSER use a specific SEUSER for the SELinux user mapping |
#useradd -m -s /bin/bash ivan
|
#passwd ivan
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully |
#useradd -m -s /bin/bash petr
|
#passwd petr
Enter new UNIX password: Retype new UNIX password: Sorry, passwords do not match passwd: Authentication token manipulation error passwd: password unchanged |
#passwd petr
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully |
#who
ivan pts/0 Aug 19 11:34 (192.168.11.172) root pts/2 Aug 19 10:54 (192.168.11.172) petr pts/1 Aug 19 11:37 (192.168.11.172) |
#pwd
/root |
#cd /
|
#cd home/ivan
|
#echo $PS1
|
#echo $ps1
|
#cd ~
|
#cd /
|
#cd home/ivan
|
#cd
|
#cd --help
l3script: cd: --: invalid option cd: usage: cd [-L|[-P [-e]]] [dir] |
#help cd
cd: cd [-L|[-P [-e]]] [dir] Change the shell working directory. Change the current directory to DIR. The default DIR is the value of the HOME shell variable. The variable CDPATH defines the search path for the directory containing DIR. Alternative directory names in CDPATH are separated by a colon (:). A null directory name is the same as the current directory. If DIR begins with a slash (/), then CDPATH is not used. If the directory is not found, and the shell option `cdable_vars' is set, the word is assumed to be a variable name. If that variable has a value, its value is used for DIR. Options: -L force symbolic links to be followed -P use the physical directory structure without following symbolic links -e if the -P option is supplied, and the current working directory cannot be determined successfully, exit with a non-zero status The default is to follow symbolic links, as if `-L' were specified. Exit Status: Returns 0 if the directory is changed, and if $PWD is set successfully when -P is used; non-zero otherwise. |
#halp
l3script: halp: command not found |
#help
GNU bash, version 4.2.37(1)-release (x86_64-pc-linux-gnu) These shell commands are defined internally. Type `help' to see this list. Type `help name' to find out more about the function `name'. Use `info bash' to find out more about the shell in general. Use `man -k' or `info' to find out more about commands not in this list. A star (*) next to a name means that the command is disabled. job_spec [&] history [-c] [-d offset] [n] or history -anrw > (( expression )) if COMMANDS; then COMMANDS; [ elif COMMANDS; t> . filename [arguments] jobs [-lnprs] [jobspec ...] or jobs -x command> : kill [-s sigspec | -n signum | -sigspec] pid |> ... export [-fn] [name[=value] ...] or export -p typeset [-aAfFgilrtux] [-p] name[=value] ... false ulimit [-SHacdefilmnpqrstuvx] [limit] fc [-e ename] [-lnr] [first] [last] or fc -s [p> umask [-p] [-S] [mode] fg [job_spec] unalias [-a] name [name ...] for NAME [in WORDS ... ] ; do COMMANDS; done unset [-f] [-v] [name ...] for (( exp1; exp2; exp3 )); do COMMANDS; done until COMMANDS; do COMMANDS; done function name { COMMANDS ; } or name () { COMMA> variables - Names and meanings of some shell v> getopts optstring name [arg] wait [id] hash [-lr] [-p pathname] [-dt] [name ...] while COMMANDS; do COMMANDS; done help [-dms] [pattern ...] { COMMANDS ; } |
#cd /home/ivan
|
#cd
|
#/home/
l3script: /home/: Is a directory |
#cd /home
|
#cd ivan
|
#cd..
l3script: cd..: command not found |
#cd ..
|
#ls
ivan petr user |
#cd
|
#ls
install |
#ls -a
. .aptitude .bash_profile .l3rc .profile .viminfo .. .bash_history .bashrc .lilalo .vim install |
#ls -al
total 56 drwx------ 5 root root 4096 Aug 19 11:03 . drwxr-xr-x 24 root root 4096 Oct 15 2014 .. drwx------ 2 root root 4096 Jun 27 2014 .aptitude -rw------- 1 root root 1960 Aug 19 11:01 .bash_history -rw-r--r-- 1 root root 10 Jun 27 2014 .bash_profile -rw-r--r-- 1 root root 630 Jun 27 2014 .bashrc -rw-r--r-- 1 root root 51 Aug 16 16:07 .l3rc drwxr-xr-x 2 root root 4096 Aug 19 12:27 .lilalo -rw-r--r-- 1 root root 140 Nov 19 2007 .profile drwxr-xr-x 2 root root 4096 Jun 27 2014 .vim -rw------- 1 root root 5569 Aug 19 11:03 .viminfo -rw-r--r-- 1 root root 5268 Oct 13 2014 install |
#ls /bin/*sh
/bin/bash /bin/dash /bin/rbash /bin/sh |
#ls -l /bin/*sh
-rwxr-xr-x 1 root root 975488 Sep 25 2014 /bin/bash -rwxr-xr-x 1 root root 106920 Mar 1 2012 /bin/dash lrwxrwxrwx 1 root root 4 Sep 25 2014 /bin/rbash -> bash lrwxrwxrwx 1 root root 4 Mar 1 2012 /bin/sh -> dash |
#which vi
/usr/bin/vi |
#ls -l /usr/bin/vi
lrwxrwxrwx 1 root root 20 Jun 27 2014 /usr/bin/vi -> /etc/alternatives/vi |
#ls -l /etc/alternatives/vi
lrwxrwxrwx 1 root root 18 Jun 27 2014 /etc/alternatives/vi -> /usr/bin/vim.basic |
#ls -l /usr/bin/vim.basic
-rwxr-xr-x 1 root root 1876072 Feb 10 2013 /usr/bin/vim.basic |
#fdisk -l
Disk /dev/xvda: 17.2 GB, 17179869184 bytes 255 heads, 63 sectors/track, 2088 cylinders, total 33554432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000e4875 Device Boot Start End Blocks Id System /dev/xvda1 2048 32088063 16043008 83 Linux Disk /dev/xvdb: 5368 MB, 5368709120 bytes 255 heads, 63 sectors/track, 652 cylinders, total 10485760 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/xvdb doesn't contain a valid partition table |
#ls -l /dev/xvda
brw-rw---T 1 root disk 202, 0 Aug 16 16:08 /dev/xvda |
#ls -l /dev/xvdb
brw-rw---T 1 root disk 202, 16 Aug 16 16:08 /dev/xvdb |
#ls
install |
#cd /tmp
|
#mkfifo pipe
|
#echo privet > pipe
|
#ls -l pipe
prw-r--r-- 1 root root 0 Aug 19 13:38 pipe |
#cd
|
#ls -al --color
total 56 drwx------ 5 root root 4096 Aug 19 11:03 . drwxr-xr-x 24 root root 4096 Oct 15 2014 .. drwx------ 2 root root 4096 Jun 27 2014 .aptitude -rw------- 1 root root 1960 Aug 19 11:01 .bash_history -rw-r--r-- 1 root root 10 Jun 27 2014 .bash_profile -rw-r--r-- 1 root root 630 Jun 27 2014 .bashrc -rw-r--r-- 1 root root 51 Aug 16 16:07 .l3rc drwxr-xr-x 2 root root 4096 Aug 19 13:40 .lilalo -rw-r--r-- 1 root root 140 Nov 19 2007 .profile drwxr-xr-x 2 root root 4096 Jun 27 2014 .vim -rw------- 1 root root 5569 Aug 19 11:03 .viminfo -rw-r--r-- 1 root root 5268 Oct 13 2014 install |
#ls --color /bin/bash
/bin/bash |
#ls ls -alf
ls: cannot access ls: No such file or directory |
#ls ls -alF
ls: cannot access ls: No such file or directory |
#ls -alF
total 56 drwx------ 5 root root 4096 Aug 19 11:03 ./ drwxr-xr-x 24 root root 4096 Oct 15 2014 ../ drwx------ 2 root root 4096 Jun 27 2014 .aptitude/ -rw------- 1 root root 1960 Aug 19 11:01 .bash_history -rw-r--r-- 1 root root 10 Jun 27 2014 .bash_profile -rw-r--r-- 1 root root 630 Jun 27 2014 .bashrc -rw-r--r-- 1 root root 51 Aug 16 16:07 .l3rc drwxr-xr-x 2 root root 4096 Aug 19 13:43 .lilalo/ -rw-r--r-- 1 root root 140 Nov 19 2007 .profile drwxr-xr-x 2 root root 4096 Jun 27 2014 .vim/ -rw------- 1 root root 5569 Aug 19 11:03 .viminfo -rw-r--r-- 1 root root 5268 Oct 13 2014 install |
#alias
|
#ls='ls --color=auto'
|
#alias
|
#ls /bin
bash dmesg gzip ls nc.traditional rmdir tar zegrep busybox dnsdomainname hostname lsblk netcat rnano tempfile zfgrep cat domainname ip lsmod netstat run-parts touch zforce chgrp dumpkeys kbd_mode mkdir nisdomainname sed true zgrep chmod echo kill mknod open setfont umount zless chown egrep kmod mktemp openvt setupcon uname zmore chvt false less more pidof sh uncompress znew cp fgconsole lessecho mount ping sh.distrib unicode_start cpio fgrep lessfile mountpoint ping6 sleep vdir dash findmnt lesskey mt ps ss which date fuser lesspipe mt-gnu pwd stty ypdomainname dd grep ln mv rbash su zcat df gunzip loadkeys nano readlink sync zcmp dir gzexe login nc rm tailf zdiff |
#mkdir d1
|
#mkdir d2
|
#ls
d1 d2 install |
#alias ls='ls --color=auto'
|
#ls /bin
bash dmesg gzip ls nc.traditional rmdir tar zegrep busybox dnsdomainname hostname lsblk netcat rnano tempfile zfgrep cat domainname ip lsmod netstat run-parts touch zforce chgrp dumpkeys kbd_mode mkdir nisdomainname sed true zgrep chmod echo kill mknod open setfont umount zless chown egrep kmod mktemp openvt setupcon uname zmore chvt false less more pidof sh uncompress znew cp fgconsole lessecho mount ping sh.distrib unicode_start cpio fgrep lessfile mountpoint ping6 sleep vdir dash findmnt lesskey mt ps ss which date fuser lesspipe mt-gnu pwd stty ypdomainname dd grep ln mv rbash su zcat df gunzip loadkeys nano readlink sync zcmp dir gzexe login nc rm tailf zdiff |
#ls
d1 d2 install |
#touch f1
|
#touch f2
|
#ls
d1 d2 f1 f2 install |
#ls -l
total 16 drwxr-xr-x 2 root root 4096 Aug 19 13:48 d1 drwxr-xr-x 2 root root 4096 Aug 19 13:49 d2 -rw-r--r-- 1 root root 0 Aug 19 13:52 f1 -rw-r--r-- 1 root root 0 Aug 19 13:52 f2 -rw-r--r-- 1 root root 5268 Oct 13 2014 install |
#touch d2/f2
|
#ls /d2
ls: cannot access /d2: No such file or directory |
#/d2
l3script: /d2: No such file or directory |
#ls
d1 d2 f1 f2 install |
#cd d2
|
#ls
f2 |
#cd
|
#ls d2
f2 |
#tree
l3script: tree: command not found |
#apt-get install tree
Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: tree 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 43.3 kB of archives. After this operation, 112 kB of additional disk space will be used. Err http://ftp.ua.debian.org/debian/ wheezy/main tree amd64 1.6.0-1 404 Not Found [IP: 194.71.11.165 80] Failed to fetch http://ftp.ua.debian.org/debian/pool/main/t/tree/tree_1.6.0-1_amd64.deb 404 Not Found [IP: 194.71.11.165 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |
#tree
l3script: tree: command not found |
#apt-get apdate tree
E: Invalid operation apdate |
#apt-get apdat tree
E: Invalid operation apdat |
#apt-get update tree
E: The update command takes no arguments |
#apt-get update tree
E: The update command takes no arguments |
#apt-get update
Ign http://ftp.ua.debian.org wheezy Release.gpg Ign http://ftp.ua.debian.org wheezy-updates Release.gpg Ign http://ftp.ua.debian.org wheezy Release Ign http://ftp.ua.debian.org wheezy-updates Release Ign http://ftp.ua.debian.org wheezy/main Sources/DiffIndex Ign http://security.debian.org wheezy/updates Release.gpg Ign http://ftp.ua.debian.org wheezy/non-free Sources/DiffIndex Ign http://ftp.ua.debian.org wheezy/contrib Sources/DiffIndex Ign http://ftp.ua.debian.org wheezy/main amd64 Packages/DiffIndex Ign http://ftp.ua.debian.org wheezy/non-free amd64 Packages/DiffIndex ... W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/source/Sources 404 Not Found [IP: 151.101.84.204 80] W: Failed to fetch http://ftp.ua.debian.org/debian/dists/wheezy-updates/contrib/source/Sources 404 Not Found [IP: 194.71.11.173 80] W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.84.204 80] W: Failed to fetch http://ftp.ua.debian.org/debian/dists/wheezy-updates/non-free/source/Sources 404 Not Found [IP: 194.71.11.173 80] W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/binary-amd64/Packages 404 Not Found [IP: 151.101.84.204 80] W: Failed to fetch http://ftp.ua.debian.org/debian/dists/wheezy-updates/main/binary-amd64/Packages 404 Not Found [IP: 194.71.11.173 80] W: Failed to fetch http://ftp.ua.debian.org/debian/dists/wheezy-updates/contrib/binary-amd64/Packages 404 Not Found [IP: 194.71.11.173 80] W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/binary-amd64/Packages 404 Not Found [IP: 151.101.84.204 80] W: Failed to fetch http://ftp.ua.debian.org/debian/dists/wheezy-updates/non-free/binary-amd64/Packages 404 Not Found [IP: 194.71.11.173 80] E: Some index files failed to download. They have been ignored, or old ones used instead. |
Время первой команды журнала | 09:40:21 2019- 8-19 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 12:59:43 2019- 8-19 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 100 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 15.00 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 7.00 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 2.67 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.62 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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