ftpd -u 002 引數的應用
今天客戶說FTP 上面的檔案許可權不夠,預設的FTP 許可權是027 ,根據需要更改為002 .
1 .檢視幫助
ftpd Daemon
Purpose
Provides the server function for the Internet FTP protocol.
Syntax
Note: The ftpd daemon is usually started by the inetd daemon. It
can also be controlled from the command line, using SRC commands.
/usr/sbin/ftpd [ -d ] [ -f ] [ -ff ] [ -k ] [ -l ] [ -U ] [ -t TimeOut
] [ -T MaxTimeOut ] [ -s ] [ -u OctalVal ] [-q [-C]]
Description
The /usr/sbin/ftpd daemon is the DARPA Internet File Transfer Protocol
(FTP) server process. The ftpd daemon uses the Transmission Control
Protocol (TCP) to listen at the port specified with the ftp command
service specification in the /etc/services file.
-u OctalVal
Sets the ftpd daemon's umask. The OctalVal variable must be
specified as an octal value to define the umask. The default umask
is an octal value of 027, which results in file permissions of
rw-r-----.
2 .修改/etc/inetd.conf 中FTPD 相關的檔案
#ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd
ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd -u 002
3 .Restart inetd 程式
:/etc>ps -ef | grep inetd
root 114848 168044 0 Jan 30 - 0:00 /usr/sbin/inetd
root 962762 725026 0 15:58:05 pts/5 0:00 grep inetd
:/etc>kill -HUP 114848
4.測試所有FTP 上去的許可權都為RW-RW-R 的許可權了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-898166/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Pure-FTPd的應用FTP
- 不定引數的應用
- 數值型模板引數的應用
- Oracle RAC一鍵部署002(引數檢查)Oracle
- Excel函式應用教程:函式的引數(轉)Excel函式
- 【公式與引數】用友U8-UFO報表公式與引數基礎公式
- gcc的-D和-U引數:宏的設定與取消(轉)GC
- Kubernetes 中的應用引數配置案例詳析
- 關於 Angular 應用部署時的 base-href 引數Angular
- SAP Fiori 應用 url 中的 DraftUUID 引數的含義RaftUI
- dg庫日誌應用慢引數調整
- [數學趣味002]抽象抽象
- 【匯出匯入】IMPDP table_exists_action 引數的應用
- Linux核心網路引數的意義及應用(轉)Linux
- JAVAScript柯里化、部分應用引數終極理解JavaScript
- oracle goldengate 複製端延時應用引數OracleGo
- SOLIDWORK自動化引數在傳送帶上的應用Solid
- 鴻蒙初學002-應用程式包基礎知識鴻蒙
- oracle中單引號的應用Oracle
- HttpClient引發的執行緒數過多導致應用崩潰HTTPclient執行緒應用崩潰
- C++基礎::非型別模板引數在STL中的應用C++型別
- JVM實用引數系列JVM
- Win10系統使用U盤提示引數錯誤的解決方法Win10
- jquery datatables各引數詳細說明及簡單應用jQuery
- Standby_file_management引數導致日誌無法應用
- 【轉】OLTP,OLAP和混合應用下oracle預設的不同的引數設定Oracle
- 國美U9智慧手機引數配置與圖賞 國美U9怎麼樣?
- 安裝Pure-FTPD(轉)FTP
- 實用 JVM 引數總結JVM
- mysql Sql引數用?而不用@MySql
- 用javascript替換URL中的引數值JavaScript
- mysql用於分配記憶體的引數MySql記憶體
- 注意力機制下的啟用函式:自適應引數化ReLU函式
- 【函式引數】Oracle 11g中使用“=>”顯式指明函式引數名與引數值的對應關係函式Oracle
- kettle 引數——變數引數和常量引數變數
- C#中的值引數,引用引數及輸出引數C#
- JavaScript隨機數的應用JavaScript隨機
- 【Golang】建立有配置引數的結構體時,可選引數應該怎麼傳?Golang結構體