linux_wiki:smb_provide_network_shares_suitable_for_group_collaboration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:smb_provide_network_shares_suitable_for_group_collaboration [2018/04/17 23:11]
billdozor [Group Shares: Client]
linux_wiki:smb_provide_network_shares_suitable_for_group_collaboration [2018/05/19 15:07]
billdozor [Group Shares: Client]
Line 63: Line 63:
  comment = My Groups Samba Share  comment = My Groups Samba Share
  path = /sambashare_group  path = /sambashare_group
- browsable = yes 
- public = no 
  valid users = @smbgrp  valid users = @smbgrp
  write list = @smbgrp  write list = @smbgrp
Line 70: Line 68:
  force group = +smbgrp  force group = +smbgrp
  create mask = 0770  create mask = 0770
 +
 + # Defaults, but listing in case something in [global] over rides
 + browsable = yes
 + public = no
 </code> </code>
   * +smbgrp  -> The "+" means that only users already in the group (smbgrp) will use that as their primary group when accessing the share.   * +smbgrp  -> The "+" means that only users already in the group (smbgrp) will use that as their primary group when accessing the share.
Line 96: Line 98:
 <code bash> <code bash>
 mkdir /collaborate mkdir /collaborate
-</code> 
- 
-\\ 
-Mount temporarily 
-<code bash> 
-mount //192.168.1.200/smbgroupshare /collaborate -t cifs -o username=user1 
 </code> </code>
  
  • linux_wiki/smb_provide_network_shares_suitable_for_group_collaboration.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)