- 论坛徽章:
- 0
|
原帖由 lljsun 于 2006-4-26 22:28 发表
我用的是vsftp,请问在什么地方修改呢?
不就是打開 vsftpd.conf 配置檔案,我想應該可以找到 umask 相關配置設定呼 ?
http://vsftpd.beasts.org/vsftpd_conf.html
- anon_umask
- The value that the umask for file creation is set to for anonymous users. NOTE! If you want to specify octal values, remember the "0" prefix otherwise the value will be treated as a base 10 integer!
- Default: 077
- ocal_umask
- The value that the umask for file creation is set to for local users. NOTE! If you want to specify octal values, remember the "0" prefix otherwise the value will be treated as a base 10 integer!
- Default: 077
复制代码
== |
|