回答編集履歴

1

コマンドのスペルミス修正

2016/11/11 01:04

投稿

moonphase
moonphase

スコア6621

test CHANGED
@@ -20,9 +20,13 @@
20
20
 
21
21
 
22
22
 
23
+ 修正(10:03) `shutdown`が`shuwdown`になっていたので修正しました。恥ずかしい。。。
24
+
25
+
26
+
23
27
  ```
24
28
 
25
- user ALL = NOPASSWD: /sbin/shuwdown -h now
29
+ user ALL = NOPASSWD: /sbin/shutdown -h now
26
30
 
27
31
  ```
28
32
 
@@ -34,7 +38,7 @@
34
38
 
35
39
  ```
36
40
 
37
- 40 19 * * * /sbin/shuwdown -h now
41
+ 40 19 * * * /sbin/shutdown -h now
38
42
 
39
43
  ```
40
44