中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級(jí)網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點(diǎn)關(guān)注 > linux常用命令

linux chage命令

時(shí)間:2019-07-20

linux 關(guān)機(jī)命令_linux命令手冊_linux命令

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命令的幫助信息

linux命令_linux命令手冊_linux 關(guān)機(jī)命令

[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