1. 程式人生 > >檢視Linux伺服器的使用者組資訊

檢視Linux伺服器的使用者組資訊

cat /etc/group  檢視使用者組資訊

cat /etc/gshadow 檢視使用者組密碼資訊

cat /etc/passwd  使用者資訊

cat /etc/shadow  使用者密碼資訊

在/etc 中新增一個nologin檔案即可使系統只能讓root使用者登陸

touch /etc/nologin