vsftpd cmds_allowed
cmds_allowed=abor,cwd,list,mdtm,mkd,nlst,
pass,pasv,port,pwd,quit,retr,rmd,rnfr,
rnto,site,size,stor,type,user,acct,
注意:一定不能使用換行和空格,不然就沒效果..
# abor - abort a file transfer
# cwd - change working directory
# dele - delete a remote file
# list - list remote files
# mdtm - return the modification time of a file
# mkd - make a remote directory
# nlst - name list of remote directory
# pass - send password
# pasv - enter passive mode
# port - open a data port
# pwd - print working directory
# quit - terminate the connection
# retr - retrieve a remote file
# rmd - remove a remote directory
# rnfr - rename from
# rnto - rename to
# site - site-specific commands
# size - return the size of a file
# stor - store a file on the remote host
# type - set transfer type
# user - send username
## less common commands:
# acct* - send account information
# cdup - cwd to the parent of the current directory
# help - return help on using the server
# mode - set transfer mode
# noop - do nothing
# rein* - reinitialize the connection
# stat - return server status
# stou - store a file uniquely
# stru - set file transfer structure
# syst - return system type
vsftpd的非常有用的許可權控制語句
也許在使用ftp的過程中,可能是有一些許可權控制的不如意,那下面我給大家提供的希望能對大家有用!
我們首先來看看下面的幾個例子:
1、只能上傳。不能
、刪除、重新命名。
以上的2、3兩點好控制,可是1和4就不是那麼好控制了!
我給出了1和4的方法,當然,大家也可以說說自己是如何實現1和4的控制的,我們相互交流!
下面我就把具體的一些引數來和大家說說!
cwd - change working directory 更改目錄
list - list remote files 列目錄
mkd - make a remote directory 新建資料夾
nlst - name list of remote directory
pwd - print working directory 顯示當前工作目錄
stor - store a file on the remote host 上傳檔案
dele - delete a remote file 刪除檔案
rmd - remove a remote directory 刪除目錄
rnfr - rename from 重新命名
rnto - rename to 重新命名
# abor - abort a file transfer 取消檔案傳輸
# cwd - change working directory 更改目錄
# dele - delete a remote file 刪除檔案
# list - list remote files 列目錄
# mdtm - return the modification time of a file 返回檔案的更新時間
# mkd - make a remote directory 新建資料夾
# nlst - name list of remote directory
# pass - send password
# pasv - enter passive mode
# port - open a data port 開啟乙個傳輸埠
# pwd - print working directory 顯示當前工作目錄
# quit - terminate the connection 退出
# rmd - remove a remote directory
# rnfr - rename from
# rnto - rename to
# site - site-specific commands
# size - return the size of a file 返回檔案大小
# stor - store a file on the remote host 上傳檔案
# type - set transfer type
# user - send username
# less common commands:
# acct* - send account information
# cdup - cwd to the parent of the current directory
# help - return help on using the server
# mode - set transfer mode
# noop - do nothing
# rein* - reinitialize the connection
# stat - return server status
# stou - store a file uniquely
# stru - set file transfer structure
# syst - return system type
SpringSecurity頁面端許可權控制使用
1.pom.xml匯入依賴 2.jsp頁面匯入標籤 3.使用標籤 第乙個標籤 第二個標籤 被標籤包圍的部分如果當前使用者有role admin許可權顯示。access裡面是spel表示式。表示式描述 hasrole role 當前使用者是否擁有指定角色。hasanyrole role1,role2 ...
mysql 許可權設定後多久 mysql許可權控制
1 建立新使用者 通過root使用者登入之後建立 grant all privileges on to testuser localhost identified by 123456 建立新使用者,使用者名為testuser,密碼為123456 grant all privileges on to ...
許可權維持之 SID History 域控許可權維持
目錄 每個使用者都有自己的sid,sid的作用主要是跟蹤安全主體控制使用者連線資源時的訪問許可權,sid history是在域遷移過程中需要使用的乙個屬性。如果a域中的域使用者遷移到b域中,那麼該使用者的sid值就會改變,進而其許可權也會改變。導致遷移後的使用者無法訪問以前可以訪問的資源。sid h...