linux chage命令簡介:
一、用戶如何獲得root權(quán)限:1. 進(jìn)入terminal2. 輸入sudo passwd root 并設(shè)置密碼,提示要你輸入兩次密碼,自己設(shè)定密碼,一定要記住,然后切換到root使用3. 輸入 su root, 要求你輸入密碼,然后輸入剛才設(shè)定的密碼回車就進(jìn)去了4. 如果不想切換root但是想擁有大部分root權(quán)限,可以在使用命令時(shí)候加上sudo,sudo mount掛載sudo 命令......another如果你想在linux上切換用戶,那么輸入 su + 用戶名就ok了,他會(huì)要求你輸入密碼二、用戶如何獲得永久root權(quán)限1. 添加用戶,首先用adduser命令添加一個(gè)普通用戶,命令如下: #adduser tommy //添加一個(gè)名為tommy的用戶#passwd tommy //修改密碼changing password for user tommy.new unix password: //在這里輸入新密碼retype new unix password: //再次輸入新密碼passwd: all authentication tokens updated successfully.2. 賦予root權(quán)限方法一:修改/etc/sudoers 文件,找到下面一行,把前面的注釋(#)去掉## allows people in group wheel to run all commands%wheel all=(all) all然后修改用戶,使其屬于root組(wheel),命令如下:#usermod -g root tommy修改完畢,現(xiàn)在可以用tommy帳號(hào)登錄,然后用命令 su - ,即可獲得root權(quán)限進(jìn)行操作。使用該光盤啟動(dòng)系統(tǒng)后,運(yùn)行開始→管理→工具→密碼修改命令打開erd commander 2003 locksmith wizard窗口,在帳號(hào)框中輸入要破解的帳戶名,然后輸入新的密碼就ok了。命令修改密碼,或者進(jìn)入/user修改和添加賬號(hào)。
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
命令參數(shù):
指定密碼最后修改日期
密碼到期的日期,過了這天,此賬號(hào)將不可用。0表示馬上過期,-1表示永不過期。
顯示幫助信息并退出
密碼過期后,鎖定賬號(hào)的天數(shù)
列出用戶以及密碼的有效期
密碼可以更改的最小天數(shù)。為零代表任何時(shí)候都可以更改密碼。
密碼保持有效的最大天數(shù)。
密碼過期前,提前收到警告信息的天數(shù)。
使用示例:
1: 查看chage命令的幫助信息
[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