Linux小テストまとめ
問題一覧
1
サーバ
2
クライアント
3
ホストオンリー接続
4
SSH
5
systemctl status hoge.service
6
abc111def abc222def
7
diff hoge.txt foo.txt
8
shutdown -r now
9
FTP
10
yum -y install vsftp
11
firewall-cmd --list-all
12
Apache
13
リクエスト
14
スキーム
15
yum list installed | grep hoge
16
サービス httpd を再起動する
17
su-
18
chmod 777 /var/www/html/
19
NFS
20
mount -t nfs 192.168.26.111:/export/nfs/ /mnt
21
Samba
22
smb nmb
23
Nginx
24
mysql_secure_installation
25
su - postgres
26
SQLインジェクション
27
mysqldump -u root form -p > form.sql
28
DNS
29
キャッシュサーバ
30
コンテンツサーバ
31
トップレベルドメイン
32
/etc/hosts
33
yum -y install bind
34
nslookup example.com
35
ゾーンファイル
36
正引き
37
逆引き
38
FQDN
39
systemctl restart named.service
40
SMTP
41
POP
42
SMTP
43
POP
44
/etc/postfix/main.cf
45
Firefox
問題一覧
1
サーバ
2
クライアント
3
ホストオンリー接続
4
SSH
5
systemctl status hoge.service
6
abc111def abc222def
7
diff hoge.txt foo.txt
8
shutdown -r now
9
FTP
10
yum -y install vsftp
11
firewall-cmd --list-all
12
Apache
13
リクエスト
14
スキーム
15
yum list installed | grep hoge
16
サービス httpd を再起動する
17
su-
18
chmod 777 /var/www/html/
19
NFS
20
mount -t nfs 192.168.26.111:/export/nfs/ /mnt
21
Samba
22
smb nmb
23
Nginx
24
mysql_secure_installation
25
su - postgres
26
SQLインジェクション
27
mysqldump -u root form -p > form.sql
28
DNS
29
キャッシュサーバ
30
コンテンツサーバ
31
トップレベルドメイン
32
/etc/hosts
33
yum -y install bind
34
nslookup example.com
35
ゾーンファイル
36
正引き
37
逆引き
38
FQDN
39
systemctl restart named.service
40
SMTP
41
POP
42
SMTP
43
POP
44
/etc/postfix/main.cf
45
Firefox