91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux中怎么禁止用戶登錄

發布時間:2022-01-20 16:10:38 來源:億速云 閱讀:189 作者:iii 欄目:開發技術

本篇內容主要講解“Linux中怎么禁止用戶登錄”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Linux中怎么禁止用戶登錄”吧!

創建用戶時設置禁止shell登錄

默認情況下,創建用戶時,將按照/etc/default/useradd文件中定義的為用戶分配shell。

Linux中附帶了一個/sbin/nologinshell,當用戶嘗試連接時,它會顯示一條消息“This account is current not available”。這是禁止用戶登錄shell的一種方法。下面是使用方式:

useradd -s /sbin/nologin {username}

下面實例,創建一個用戶,shell設置為/sbin/nologin

[root@localhost ~]# useradd user01 -s /sbin/nologin[root@localhost ~]# tail -1 /etc/passwduser01:x:1000:1000::/home/user01:/sbin/nologin

查看/etc/passwd可以看到user01的shell為/sbin/nologin

Linux中怎么禁止用戶登錄 

給user01用戶設置密碼,然后ssh登錄測試一下:

[root@localhost ~]# echo '123'|passwd --stdin user01Changing password for user user01.
passwd: all authentication tokens updated successfully.
[root@localhost ~]# ssh user01@localhostuser01@localhost's password:
This account is currently not available.
Connection to localhost closed.

Linux中怎么禁止用戶登錄 

輸入密碼之后,提示This account is current not available,然后連接就關閉了。

為現有用戶時設置禁止shell登錄

更改現有用戶的shell,可以使用usermodchsh兩個命令來修改:

chsh命令使用語法如下:

chsh -s /sbin/nologin {username}

下面修改user02用戶的shell:

# Centos8默認沒有安裝chsh,使用下面命令安裝:[root@localhost ~]# yum -y install util-linux-user[root@localhost ~]# chsh -s /sbin/nologin user02Changing shell for user02.
chsh: Warning: "/sbin/nologin" is not listed in /etc/shells.
Shell changed.

Linux中怎么禁止用戶登錄

usermod命令使用語法如下:

usermod -s /sbin/nologin {username}

下面修改user03用戶的shell:

[root@localhost ~]# usermod -s /sbin/nologin user03

Linux中怎么禁止用戶登錄

也可以手動修改/etc/passwd文件中的用戶shell。

到此,相信大家對“Linux中怎么禁止用戶登錄”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

慈利县| 福清市| 循化| 洞口县| 建德市| 蒙自县| 平乡县| 白城市| 连山| 上杭县| 灌阳县| 凤山县| 武城县| 安多县| 会东县| 新兴县| 阳江市| 夏津县| 贞丰县| 富顺县| 崇文区| 玛沁县| 彭州市| 文化| 吉隆县| 上蔡县| 玉环县| 新竹市| 永安市| 绿春县| 泰顺县| 得荣县| 册亨县| 陇川县| 渭南市| 恩平市| 宜宾市| 浦城县| 德安县| 双辽市| 三都|