aeproberts
IS-IT--Management
I am new to linux and SAMBA. I am using Linux as a file server and as a back up machine to interface with my 2 windows xp computers.
I created a shared directory, and am able to access and create new directories in it without any problems. The problem is that I am not able to do anything with the subdirectories that I have created. I can see them and read them, but I can not copy any files over to them or even create another directory inside of them.
For example.
The first directory is called aeproberts. I have created two folders in there called Music and Photos. I can't write to either the Music or the Photos folders.
I can access and write to aeproberts directory, but I am unable to write to any subdirectories that I create. It is killing me. Isn't there a command that will give me access to the aeproberts folder and every directory underneath it.
Here is my smb.conf code. PLEASE HELP A NEWBIE OUT!!!!!
[aeproberts]
comment = Backup Files
path = /home/aeproberts/
browseable = yes
write list = aeproberts
writeable = yes
valid users = aeproberts
public = yes
preserve permissions = yes
directory mode = 0770
create mode = 0660
Thanks to anyone who can help.
I created a shared directory, and am able to access and create new directories in it without any problems. The problem is that I am not able to do anything with the subdirectories that I have created. I can see them and read them, but I can not copy any files over to them or even create another directory inside of them.
For example.
The first directory is called aeproberts. I have created two folders in there called Music and Photos. I can't write to either the Music or the Photos folders.
I can access and write to aeproberts directory, but I am unable to write to any subdirectories that I create. It is killing me. Isn't there a command that will give me access to the aeproberts folder and every directory underneath it.
Here is my smb.conf code. PLEASE HELP A NEWBIE OUT!!!!!
[aeproberts]
comment = Backup Files
path = /home/aeproberts/
browseable = yes
write list = aeproberts
writeable = yes
valid users = aeproberts
public = yes
preserve permissions = yes
directory mode = 0770
create mode = 0660
Thanks to anyone who can help.