Red_Hat
RH302 · Question #154
23: /storage directory on linux server should make available on windows system that jeff user should able to access on read only mode within example.com domain.
Answers: 1. vi /etc/samba/smb.conf [global] netbios name=station? workgroup=station? security=user smb passwd file=/etc/samba/smbpasswd encrypt passwords=yes hosts allow=.example.com [data] path=/data public=no writable=no
Service management
Question
23: /storage directory on linux server should make available on windows system that jeff user should able to access on read only mode within example.com domain.
Explanation
Answers:
- vi /etc/samba/smb.conf [global] netbios name=station? workgroup=station? security=user smb passwd file=/etc/samba/smbpasswd encrypt passwords=yes hosts allow=.example.com [data] path=/data public=no writable=no
Topics
#Samba#read-only share#Windows integration#domain restriction
Community Discussion
No community discussion yet for this question.