回答編集履歴

1

コマンドの間違い訂正

2017/04/18 01:04

投稿

BlueMoon
BlueMoon

スコア1339

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- /etc/rc.d/init.d/samba
5
+ /etc/rc.d/init.d/samba stop
6
6
 
7
7
 
8
8
 
@@ -10,9 +10,9 @@
10
10
 
11
11
 
12
12
 
13
- systemctl start smb
13
+ systemctl stop smb
14
14
 
15
- systemctl start nmb
15
+ systemctl stop nmb
16
16
 
17
17
 
18
18