Red_Hat
RH302 · Question #187
RH302 Question #187: Real Exam Question with Answer & Explanation
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 write list=john browsable=yes 2. smbpasswd -a john 3. ser
Question
167: /data directory on linux server should make available on windows to only john with full access but read only to other users and make sure that /data can access only within example.com domain. Configure to make available.
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 write list=john browsable=yes
- smbpasswd -a john
- service smb start
- chkconfig smb on
Community Discussion
No community discussion yet for this question.