LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba cannot shared /home/username/download dir (https://www.linuxquestions.org/questions/linux-newbie-8/samba-cannot-shared-home-username-download-dir-845627/)

trever 11-21-2010 09:07 AM

Samba cannot shared /home/username/download dir
 
I used Samba to share some files. But when I try to share /home/username/download, it is not accessible by WindowsXP. But when I modified the dir to /opt/*. It is OK. Please help to know why.

saagar 11-21-2010 10:27 AM

Please check the permissions for the /home/<username> directory:

ls -ld /home/<username>

drwx------ means it is not possible to access from windows. If it is for educational purpose, then feel free to change these permissions, else dont change it.

trever 02-11-2011 04:05 AM

Quote:

Originally Posted by saagar (Post 4166162)
Please check the permissions for the /home/<username> directory:

ls -ld /home/<username>

drwx------ means it is not possible to access from windows. If it is for educational purpose, then feel free to change these permissions, else dont change it.

Thanks very much. I think it is the reason why.


All times are GMT -5. The time now is 01:21 AM.