Jame常用命令

简介:   Currently implemented commands:               常用实现命令 l          help                                      display this help 显示这个帮助信息 l          listusers                                 di
 
Currently implemented commands:                常用实现命令
l          help                                       display this help 显示这个帮助信息
l          listusers                                  display existing accounts      展示现有账户
l          countusers                       display 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          quit                                      close connection 关闭连接
相关文章
|
4月前
|
网络协议
enps常用命令
enps常用命令
33 0
|
7月前
|
Kubernetes 调度 数据中心
K8S常用命令
K8S常用命令
135 0
|
10月前
|
Linux 网络安全 开发工具
CentO6.5常用命令
CentO6.5常用命令
189 0
|
7月前
|
Kubernetes 应用服务中间件 nginx
k8s常用命令
k8s常用命令
381 1
|
9月前
|
网络协议 测试技术
hping3常用命令
hping3常用命令
|
12月前
|
存储 Ubuntu 关系型数据库
kail常用命令(未整理)
kail常用命令(未整理)
144 0
|
存储 移动开发 Linux
常用命令汇总
常用命令汇总
72 0
常用命令
常用命令
59 0
|
存储 开发者
R 的常用命令|学习笔记
快速学习 R 的常用命令。
93 0
R 的常用命令|学习笔记
|
内存技术 应用服务中间件 nginx
常用命令总结
linux 切换用户 sudo -i 远程登录服务器 ssh root@公网ip 然后 输入密码 查看当前路径 pwd 删除文件 rm 文件名 rm -rf 文件夹名 查看当前网络信息 ifconfig mkdir name 创建name的目录 cp file1 file2 复制一个.
771 0