Scythe Posted January 28, 2008 Share Posted January 28, 2008 Hello all, Ive got my Samba server set up with multiple users and of course multiple permissions. My question now is how do I make it so that certain users cant see folders they cant access. For example: I have a folder named "320" that I want only myself to be able to see when the server is accessed. As it is other users can see the folder even if they cant access it. How would I make it so that the folder is not visible to the others but still visible when I log on? Link to comment Share on other sites More sharing options...
{BBI}Nexus{BBI} Posted January 29, 2008 Share Posted January 29, 2008 Using veto might do the trick. Read more about it here: http://www.oreilly.com/catalog/samba/chapt...ok/ch05_02.html Link to comment Share on other sites More sharing options...
Scythe Posted January 29, 2008 Author Share Posted January 29, 2008 (edited) I found a different method. The page you posted helped a little in giving me the idea: I made a new folder called "private" and put hardlinks to the folders I wanted within the private folder and set that to restricted access. Not exactly what I was looking for but itll work fine for my purposes. #cd /media/storage1 #mkdir private #cd private #ln -s /media/storage1/Music Music Edited January 29, 2008 by Scythe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now