質問編集履歴
2
`guest account = nobody` 追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -47,6 +47,8 @@
|
|
47
47
|
read only = no
|
48
48
|
```
|
49
49
|
|
50
|
+
`guest account = nobody` 追記
|
51
|
+
|
50
52
|
## WindowsからのアクセスはOK
|
51
53
|
|
52
54
|
ネットワークの一覧にcentos7サーバが表示され、
|
1
パーミッション、設定ファイルの更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
Version 4.2.10
|
16
16
|
# getenforce
|
17
17
|
Disabled
|
18
|
+
# ls -lh /home
|
19
|
+
drwxrwxrwx 4 nobody nobody 33 4月 30 16:32 share
|
18
20
|
```
|
19
21
|
|
20
22
|
Windows7, Mac OS X EI Capitan(10.11.4), centOS7の3台のマシンは同一ネットワーク上にあります。
|
@@ -30,6 +32,7 @@
|
|
30
32
|
netbios name = centos7
|
31
33
|
security = user
|
32
34
|
map to guest = bad user
|
35
|
+
guest account = nobody
|
33
36
|
dns proxy = no
|
34
37
|
unix extensions = no
|
35
38
|
utmp = yes
|