|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi !
Im having some troubles with write permissions on a mounted windows share using this shell command: mount -t cifs -w //server/share /home/user/test -o username=user,password=pass All current files in the share have -rwxrwxr-- permissions by default, but when I create a new file it is created with -rw-r--r-- How can I create files with -rwxrwxr-- ? thanks ! |
|
|||
|
gaucho1234 wrote:
> Hi ! > > Im having some troubles with write permissions on a mounted windows > share using this shell command: > > mount -t cifs -w //server/share /home/user/test -o > username=user,password=pass > > All current files in the share have -rwxrwxr-- permissions by default, > but when I create a new file it is created with -rw-r--r-- > How can I create files with -rwxrwxr-- ? You can on a Samba, Linux fs type of share I think, but not on a Windows NTFS/FAT share. Windows just doesn't have a clue about Unix permissions. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|