I have a linux server and four (4) windows machines. I want to share some files on Linux server to use on the windows clients. The Linux server has two hard drives. One was initialized and used as the primary drive.
I created a (SAMBA) folder share successfully which I was able to view and open on the windows machine. I noticed that my share was created in the home directory which is just 4GB and not enough for the files.
I formatted and initialized the second drive and created a share on it following the same instructions I used for folders shared in Home directory. unfortunately, I can only view the folder but cant open the folder.
I suspect it to be a permission issue but as a newbie I'm stuck.
Pls can anybody help me out?
For some one to be able to open a folder, they need eXecute permissions.
a permission of:
drwxr--r-- will only allow the owner to open the folder
drwxr-xr-x will allow owner, group and everyone
Use chmod (http://linux.die.net/man/1/chmod) to update permissions