/etc/group檔案包含所有組
/etc/shadow和/etc/passwd系統存在的所有使用者名稱
一般情況下是使用者資訊的檢視:
cat /etc/passwd可以檢視所有使用者的列表
cat /etc/group檢視使用者組
w 可以檢視當前活躍的使用者列表
whoami 檢視當前登入使用者名稱
groups 檢視當前登入使用者的組內成員
groups hs 檢視hs使用者所在的組,以及組內成員
結果簡明命令
cat /etc/passwd|grep -v nologin|grep -v halt|grep -v shutdown|awk -f":" ''|more
Oracle 檢視使用者相關資訊
0 表空間 檢視當前使用者下的角色 系統許可權 表級許可權 所有表 select from user role privs select from user sys privs select from user tab privs select from user tables 1 使用者 檢視當前...
檢視Linux 相關資訊
1.檢視核心版本命令 1 root q1test01 cat proc version dts localhost cat proc version linux version 2.6.18 308.el5 mockbuild x86 007.build.bos.redhat.com gcc ver...
檢視Linux的使用者
1 linux裡檢視所有使用者 linux裡,並沒有像windows的net user,net localgroup這些方便的命令來管理使用者.xwindows介面的就不說了.1 在終端裡.其實只需要檢視 etc passwd檔案就行了.2 看第三個引數 500以上的,就是後面建的使用者了.其它則為...