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

Содержание

Журнал

Среда (01/16/13)

/dev/pts/2
16:39:28
#[ -etext_simlink ] && echo ok
ok
16:39:28
#[ -etext_simlink ] && echo ok
ok
16:39:28
#[ -etext_simlink ] && echo ok
ok
16:39:57
#echo "favcol" ; read favcol; echo your col $favcol
favcol
red
your col red
16:39:57
#echo "favcol" ; read favcol; echo your col $favcol
favcol
red
your col red
16:39:57
#echo "favcol" ; read favcol; echo your col $favcol
favcol
red
your col red
16:39:57
#echo "favcol" ; read favcol; echo your col $favcol
favcol
red
your col red
16:43:08
#cp abra /tmp
cp: abra: No such file or directory
16:43:08
#cp abra /tmp
cp: abra: No such file or directory
16:43:08
#cp abra /tmp
cp: abra: No such file or directory
16:43:08
#cp abra /tmp
cp: abra: No such file or directory
16:44:26
#echo $?
1
16:44:26
#echo $?
1
16:44:26
#echo $?
1
16:44:26
#echo $?
1
16:44:30
#touch abra

16:44:30
#touch abra

16:44:39
#cp abra /tmp

16:44:39
#cp abra /tmp

16:44:39
#cp abra /tmp

16:44:39
#cp abra /tmp

16:44:48
#echo $?
0
16:44:48
#echo $?
0
16:44:48
#echo $?
0
16:44:48
#echo $?
0
16:44:51
#test 5 -t 1

16:44:51
#test 5 -t 1

16:45:04
#echo $?
0
16:45:11
#test 5 -lt 1

16:45:20
#echo $?
1
16:45:23
#test -z "$STRING"

16:45:51
#echo $?
0
16:45:51
#echo $?
0
16:45:51
#echo $?
0
16:45:51
#echo $?
0
16:45:57
#test -z $STRING

16:45:57
#test -z $STRING

16:45:57
#test -z $STRING

16:47:07
#echo $?
0
16:47:07
#echo $?
0
16:47:10
#test "$P" != print

16:47:10
#test "$P" != print

16:47:10
#test "$P" != print

16:47:10
#test "$P" != print

16:47:45
#echo $?
0
16:47:45
#echo $?
0
16:47:45
#echo $?
0
16:47:55
#test -e /etc/motd

16:48:10
#echo $?
0
16:48:10
#echo $?
0
16:48:10
#echo $?
0
16:48:12
#test -d /usr/local/bin

16:48:12
#test -d /usr/local/bin

16:48:12
#test -d /usr/local/bin

16:48:12
#test -d /usr/local/bin

16:48:27
#echo $?
0
16:48:27
#echo $?
0
16:48:27
#echo $?
0
16:48:27
#echo $?
0
16:48:28
#test -r /etc/master.passwd

16:48:28
#test -r /etc/master.passwd

16:48:28
#test -r /etc/master.passwd

16:48:28
#test -r /etc/master.passwd

16:48:53
#echo $?
0
16:48:53
#echo $?
0
16:48:53
#echo $?
0
16:48:56
#test -k /tmp

16:48:56
#test -k /tmp

16:49:14
#echo $?
0
16:49:14
#echo $?
0
16:49:14
#echo $?
0
16:49:14
#echo $?
0
16:49:16
#test -w/etc/master.passwd

16:49:16
#test -w/etc/master.passwd

16:49:16
#test -w/etc/master.passwd

16:49:16
#test -w/etc/master.passwd

16:49:25
#echo $?
0
16:49:25
#echo $?
0
16:49:28
#x=5;y=10;test x -gt y && echo ok
l3script: test: x: integer expression expected
16:49:28
#x=5;y=10;test x -gt y && echo ok
l3script: test: x: integer expression expected
16:49:28
#x=5;y=10;test x -gt y && echo ok
l3script: test: x: integer expression expected
16:49:28
#x=5;y=10;test x -gt y && echo ok
l3script: test: x: integer expression expected
16:50:31
#x=5;y=10;test $x -gt $&& echo ok

16:50:31
#x=5;y=10;test $x -gt $&& echo ok

16:50:31
#x=5;y=10;test $x -gt $&& echo ok

16:50:31
#x=5;y=10;test $x -gt $&& echo ok

16:50:47
#x=10;y=5st $x -gt $y && echo ok
ok
16:50:47
#x=10;y=5st $x -gt $y && echo ok
ok
16:50:47
#x=10;y=5st $x -gt $y && echo ok
ok
16:50:58
#echo $EUID
0
16:50:58
#echo $EUID
0
16:50:58
#echo $EUID
0
16:50:58
#echo $EUID
0
16:51:54
#test $EUID -ne 0 -a -r /etc/master.passwd && echo 'warning /etc/master.passwd is writable for user!'

16:51:54
#test $EUID -ne 0 -a -r /etc/master.passwd && echo 'warning /etc/master.passwd is writable for user!'

16:51:54
#test $EUID -ne 0 -a -r /etc/master.passwd && echo 'warning /etc/master.passwd is writable for user!'

16:51:54
#test $EUID -ne 0 -a -r /etc/master.passwd && echo 'warning /etc/master.passwd is writable for user!'

16:53:29