Jame常用命令

2021-04-13 08:27:48 字數 1606 閱讀 4809

currently implemented commands:常用實現命令 l

helpdisplay this help 顯示這個幫助資訊 l

listusersdisplay existing accounts     

展示現有賬戶 l

countusersdisplay the number of existing accounts

顯示現有賬戶數量 l

adduser [username] [password]add a new user             

新增乙個新使用者 l

verify [username]verify if specified user exist     

核實指定使用者是否存在 l

deluser [username]delete existing user

刪除存在的使用者 l

setpassword [username] [password]sets a user's password

設定使用者密碼 l

setalias [user] [alias]locally forwards all email for 'user' to 'alias'

設定郵箱別名 l

showalias [username]shows a user's current email alias

顯示別名 l

unsetalias [user]unsets an alias for 'user'

刪除使用者別名 l

setforwarding [username] [emailaddress]forwards a user's email to another email address

**使用者的電子郵件位址到另乙個電子郵件位址 l

showforwarding [username]shows a user's current email forwarding

顯示使用者的當前郵件** l

unsetforwarding [username]removes a forward    

刪除** l

user [repositoryname]change to another user repository  

改變另乙個使用者庫 l

shutdown

kills the current jvm (convenient when james is run as a daemon)

關閉當前的服務 l

quitclose connection

關閉連線

Jame常用命令

currently implemented commands 常用實現命令 l helpdisplay this help 顯示這個幫助資訊 l listusersdisplay existing accounts 展示現有賬戶 l countusersdisplay the number of e...

Jame常用命令

currently implemented commands 常用實現命令 l helpdisplay this help 顯示這個幫助資訊 l listusersdisplay existing accounts 展示現有賬戶 l countusersdisplay the number of e...

docker常用命令 Docker 常用命令筆錄

格式docker run 選項 映象 命令 引數.示例docker run it rm ubuntu 16.04 bash 示例解釋 it 這是兩個引數,乙個是 i,表示互動式操作,乙個是 t表示終端 rm 這個引數是說容器退出後隨之將其刪除 ubuntu 16.04 這是指用ubuntu 16.0...