Журнал лабораторных работ

Содержание

Журнал

Среда (06/07/17)

/dev/pts/0
10:01:09
#httpd
l3script: httpd: команда не найдена
10:01:13
#man bash | wc -l
5465
10:05:59
#man bash | wc -l
5465
10:06:37
#stty -a
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
10:07:49
#echo $[`man bash | wc -l`/60]
91
10:09:25
#echo $[$(man bash | wc -l)/60]
91
10:10:33
#ls
111  2352f346  24235  34634r  d132  install
10:19:39
#cp /etc/ssh/sshd_congig{,.old}
cp: не удалось выполнить stat для «/etc/ssh/sshd_congig»: Нет такого файла или каталога
10:21:09
#cp /etc/ssh/sshd_config{,.old}

10:21:33
#ls /etc/ssh
moduli       sshd_config.old       ssh_host_ecdsa_key      ssh_host_rsa_key.pub
ssh_config   ssh_host_dsa_key      ssh_host_ecdsa_key.pub
sshd_config  ssh_host_dsa_key.pub  ssh_host_rsa_key
10:21:46
#which vi
/usr/bin/vi