問題一覧
1
''
2
""
3
\
4
alias
5
alias myls='ls -F'
6
unalias
7
function
8
set
9
unset
10
env
11
declare
12
unset
13
env -u
14
HOME
15
PWD
16
PATH
17
PS1
18
LANG
19
set -o
20
set +o
21
/etc/profile
22
#! /bin/bash
23
./myscript
24
bash, source
25
echo $$
26
echo $?
27
test
28
-e
29
-f
30
-d
31
read
32
if, case
33
esac
34
fi
35
for, while
36
seq 1 5
37
/etc/X11/xorg.conf
38
Section, EndSection
39
xhost
40
DISPLAY
41
xlsclients
42
ディスプレイマネージャ
43
XDM, GDM, KDM
44
スクリーンリーダ
45
ハイコントラスト
46
点字ディスプレイ
47
スクリーン拡大鏡
48
0
49
1, 99
50
100, 60000
51
newgrp
52
id
53
エイジング
54
/etc/passwd
55
/etc/shadow
56
/etc/group
57
/etc/gshadow
58
x
59
useradd
60
usermod
61
userdel
62
groupadd
63
groupmod
64
groupdel
65
groupadd -g
66
groupadd -o
67
groupmod -g
68
groupmod -o
69
groupmod -n
70
useradd -u
71
useradd -m
72
/etc/skel
73
userdel -r
74
passwd
75
/etc/default/useradd
76
chage
77
chsh
78
crontab
79
at
80
anacron
81
/etc/crontab
82
/var/spool/cron
83
crontab
84
atq, at -l
85
lpq
86
mailq
87
/etc/cron.deny
88
/etc/cron.allow
89
/etc/at.deny
90
/etc/at.allow
91
/etc/anacrontab
92
LC
93
LC_TIME
94
LC_MESSAGES
95
LC_ALL
96
locale
97
iconv
98
/usr/share/zoneinfo
99
/etc/localtime
100
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
問題一覧
1
''
2
""
3
\
4
alias
5
alias myls='ls -F'
6
unalias
7
function
8
set
9
unset
10
env
11
declare
12
unset
13
env -u
14
HOME
15
PWD
16
PATH
17
PS1
18
LANG
19
set -o
20
set +o
21
/etc/profile
22
#! /bin/bash
23
./myscript
24
bash, source
25
echo $$
26
echo $?
27
test
28
-e
29
-f
30
-d
31
read
32
if, case
33
esac
34
fi
35
for, while
36
seq 1 5
37
/etc/X11/xorg.conf
38
Section, EndSection
39
xhost
40
DISPLAY
41
xlsclients
42
ディスプレイマネージャ
43
XDM, GDM, KDM
44
スクリーンリーダ
45
ハイコントラスト
46
点字ディスプレイ
47
スクリーン拡大鏡
48
0
49
1, 99
50
100, 60000
51
newgrp
52
id
53
エイジング
54
/etc/passwd
55
/etc/shadow
56
/etc/group
57
/etc/gshadow
58
x
59
useradd
60
usermod
61
userdel
62
groupadd
63
groupmod
64
groupdel
65
groupadd -g
66
groupadd -o
67
groupmod -g
68
groupmod -o
69
groupmod -n
70
useradd -u
71
useradd -m
72
/etc/skel
73
userdel -r
74
passwd
75
/etc/default/useradd
76
chage
77
chsh
78
crontab
79
at
80
anacron
81
/etc/crontab
82
/var/spool/cron
83
crontab
84
atq, at -l
85
lpq
86
mailq
87
/etc/cron.deny
88
/etc/cron.allow
89
/etc/at.deny
90
/etc/at.allow
91
/etc/anacrontab
92
LC
93
LC_TIME
94
LC_MESSAGES
95
LC_ALL
96
locale
97
iconv
98
/usr/share/zoneinfo
99
/etc/localtime
100
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime