Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed Ubuntu Server 12.10 and during the install created a user for myself ben, I now wish to add a second user bill.

I have an external drive that I have mounted to /media/storage and created a shared folder called Share, the owner of the folder is ben:ben, how do I grant bill access to the folder? I don't want to put him in the group ben.

Once setup, I need to configure Samba & NFS, here is my Samba configuration

[Share]
   path = /media/storage/Share
   read only = no
   public = yes
   writeable = yes
   force user = ben

How do I give both bill and ben access to the share via Samba?

Thank you.

share|improve this question
Does Ubuntu Server use the users group? Could I add bill and ben to users then chown my share to ben:users? Would I also need to make users my primary group? – Ben Dec 4 '12 at 12:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.