Users
users 命令不顯示最近添加的使用者
我創建了幾個使用者:
sudo useradd bart sudo useradd marge sudo useradd lisa sudo useradd maggie
這些使用者現在存在
$ awk -F: '{ print $1}' /etc/passwd blueray bart marge lisa maggie
但是,這些使用者不會出現在
users
命令輸出中$ users blueray
可能是什麼原因?
該
man user
頁面的第一行資訊量很大:
**users** - print the user names of users currently logged in to the current host