| /l3/users/6-6-2017/NT-Ladm/debian1.net.nt/root :1 :2 :3 |
|
|
#man bash | wc -l
5465 |
|
#man bash | wc -l
5465 |
|
#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 |
|
#echo $[`man bash | wc -l`/60]
91 |
|
#echo $[$(man bash | wc -l)/60]
91 |
|
#ls
111 2352f346 24235 34634r d132 install |
|
#cp /etc/ssh/sshd_congig{,.old}
cp: не удалось выполнить stat для «/etc/ssh/sshd_congig»: Нет такого файла или каталога |
|
#cp /etc/ssh/sshd_config{,.old}
|
|
#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 |
|
#which vi
/usr/bin/vi |