访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

linux chage命令

时间:2019-07-20

linux 关机命令_linux命令手册_linux命令

linux chage命令简介:

一、用户如何获得root权限:1. 进入terminal2. 输入sudo passwd root 并设置密码,提示要你输入两次密码,自己设定密码,一定要记住,然后切换到root使用3. 输入 su root, 要求你输入密码,然后输入刚才设定的密码回车就进去了4. 如果不想切换root但是想拥有大部分root权限,可以在使用命令时候加上sudo,sudo mount挂载sudo 命令......another如果你想在linux上切换用户,那么输入 su + 用户名就ok了,他会要求你输入密码二、用户如何获得永久root权限1. 添加用户,首先用adduser命令添加一个普通用户,命令如下: #adduser tommy //添加一个名为tommy的用户#passwd tommy //修改密码changing password for user tommy.new unix password: //在这里输入新密码retype new unix password: //再次输入新密码passwd: all authentication tokens updated successfully.2. 赋予root权限方法一:修改/etc/sudoers 文件,找到下面一行,把前面的注释(#)去掉## allows people in group wheel to run all commands%wheel all=(all) all然后修改用户,使其属于root组(wheel),命令如下:#usermod -g root tommy修改完毕,现在可以用tommy帐号登录,然后用命令 su - ,即可获得root权限进行操作。使用该光盘启动系统后,运行开始→管理→工具→密码修改命令打开erd commander 2003 locksmith wizard窗口,在帐号框中输入要破解的帐户名,然后输入新的密码就ok了。命令修改密码,或者进入/user修改和添加账号。

The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change his/her password

命令语法:

chage [options] user

命令参数:

指定密码最后修改日期

密码到期的日期,过了这天,此账号将不可用。0表示马上过期,-1表示永不过期。

显示帮助信息并退出

密码过期后,锁定账号的天数

列出用户以及密码的有效期

密码可以更改的最小天数。为零代表任何时候都可以更改密码。

密码保持有效的最大天数。

密码过期前,提前收到警告信息的天数。

使用示例:

1: 查看chage命令的帮助信息

linux命令_linux命令手册_linux 关机命令

[root@DB-Server ~]#man chage

[root@DB-Server ~]# info chage

[root@DB-Server ~]# chage -h

Usage: chage [options] user

Options:

-d, --lastday LAST_DAY set last password change to LAST_DAY

-E, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE