由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - samba force file permission
相关主题
REHL5 的 samba 突然不管用了求助: FC9 无密码ssh登录!!
Debian装Samba设密码PermissionDeniedMATLAB 2009 on RHEL5
求助:samba设置问题find问题
请教一个samba共享的问题linux基本的administration的读物,推荐个?
linux 下为什么没有修复permissions.dmrc permission problem
svn 里·如何change file permission ?靠,910升级后竟然不能用无密码ssh了
用KDE dolphin访问sambafile search
如何判断网络共享文件夹是否是否存在moonlight 的codecs安装不上
相关话题的讨论汇总
话题: samba话题: force话题: umask话题: file话题: user
进入Linux版参与讨论
1 (共1页)
a*******e
发帖数: 3021
1
以前问过怎么让samba自动设置从windows share来的文件的属性的问题
最近有空google了一下,samba自带的mask就可以
samba缺省得属性设置好像是rwxr-xr-x
如果要让建立的文件是rw-------就用下面的例子
另外还可以force user, force group
[data]
path = /home/samba/data
browseable = yes
guest ok = yes
writeable = yes
create mask = 600
directory mask = 700
force user = joe
force group = accounting
s**h
发帖数: 1889
2
thx. always wondering how to do this.

【在 a*******e 的大作中提到】
: 以前问过怎么让samba自动设置从windows share来的文件的属性的问题
: 最近有空google了一下,samba自带的mask就可以
: samba缺省得属性设置好像是rwxr-xr-x
: 如果要让建立的文件是rw-------就用下面的例子
: 另外还可以force user, force group
: [data]
: path = /home/samba/data
: browseable = yes
: guest ok = yes
: writeable = yes

a*******e
发帖数: 3021
3
补充一个可能大家都知道的
umask可以更改用户默认的常见文件/目录权限
The default file permissions (umask):
Each user has a default set of permissions which apply to all files created
by that user, unless the software explicitly sets something else. This is
often called the 'umask', after the command used to change it. It is either
inherited from the login process, or set in the .cshrc or .login file which
configures an individual account, or it can be run manually.
Typically the default configuration is equivalent to typing 'u

【在 a*******e 的大作中提到】
: 以前问过怎么让samba自动设置从windows share来的文件的属性的问题
: 最近有空google了一下,samba自带的mask就可以
: samba缺省得属性设置好像是rwxr-xr-x
: 如果要让建立的文件是rw-------就用下面的例子
: 另外还可以force user, force group
: [data]
: path = /home/samba/data
: browseable = yes
: guest ok = yes
: writeable = yes

a*******e
发帖数: 3021
4
再来一个gnome下更改默认创建的文件/目录权限
For gnome to tale into account settings you must create in your home
directory a file called ".gnomerc" and put the umask command in it.
Of course you can also use any other shell command.
Nautilus, etc... will now use the new value (after re-login of course)

created
either
which
which

【在 a*******e 的大作中提到】
: 补充一个可能大家都知道的
: umask可以更改用户默认的常见文件/目录权限
: The default file permissions (umask):
: Each user has a default set of permissions which apply to all files created
: by that user, unless the software explicitly sets something else. This is
: often called the 'umask', after the command used to change it. It is either
: inherited from the login process, or set in the .cshrc or .login file which
: configures an individual account, or it can be run manually.
: Typically the default configuration is equivalent to typing 'u

1 (共1页)
进入Linux版参与讨论
相关主题
moonlight 的codecs安装不上linux 下为什么没有修复permissions
改密码后, mount cifs 报 error 13svn 里·如何change file permission ?
/etc/passwd 里面没有user ids?用KDE dolphin访问samba
求助, 为什么用find -exec 就没权限cp文件如何判断网络共享文件夹是否是否存在
REHL5 的 samba 突然不管用了求助: FC9 无密码ssh登录!!
Debian装Samba设密码PermissionDeniedMATLAB 2009 on RHEL5
求助:samba设置问题find问题
请教一个samba共享的问题linux基本的administration的读物,推荐个?
相关话题的讨论汇总
话题: samba话题: force话题: umask话题: file话题: user