umask side-effect
When we deploy production today, a strange problem comes out.
When accessing the url, tell Can't locate loadable object for module DBI in @INC. First, we think it is the DBI install problem, but after install several time, it has no use.
Then we find the umask is 077, so when we install, the dir will be 700, so it can not be access by regular user through http. So we should change umask to 022 before we install.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/545828/viewspace-914540/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- umask使用詳解
- 轉載:vsftp中的local_umask和anon_umaskFTP
- Linux基礎命令---umaskLinux
- linux基礎命令—umaskLinux
- 程式中umask(0)的意思?
- linux中的掩碼 umaskLinux
- Linux下umask命令的用法Linux
- Linux-許可權管理(chmod、umask)Linux
- linux的umask函式詳解(轉)Linux函式
- Linux之程序掩碼umask詳解。Linux
- 在Linux中,umask 和 ulimit有什麼區別?LinuxMIT
- umask 和 新建檔案、目錄的預設許可權
- 關閉 linux下的umask( )函式、setsid( )函式Linux函式
- umask 檔案與資料夾的預設許可權
- 修改linux預設檔案建立許可權-umask命令解析Linux
- Linux .bash_profile中 umask 022 設定問題Linux
- 網路安全系列之十四在Linux中設定UMASK值Linux
- umask如何計算檔案目錄許可權?怎麼學linux運維工程師Linux運維工程師
- Linux常用命令之使用者許可權管理chmod、chown、chgrp、umask命令講解Linux
- linux的umask以及登入Linux時/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux