Linux登入狀態
阿新 • • 發佈:2018-12-02
顯示主機名稱、設定主機名稱
1)顯示主機名稱
[email protected]:~$ hostname xiaohuang-virtual-machine
2)臨時設定主機名稱
sudo hostname kangbazi
3)永久設定主機名名稱
sudo vim /etc/hostnam
2.whoami
檢視當前登入使用者
[email protected]:~$ whoami xiaohuang
3.who
檢視當前登入使用者
[email protected]:~$ who xiaohuang tty7 2018-09-01 08:18 (:0) xiaohuang pts/1 2018-09-01 08:54 (10.11.53.239)
tty 終端登入
pts 遠端登入
4.last
檢視最近的登入資訊
[email protected]:~$ last xiaohuan pts/1 10.11.53.239 Sat Sep 1 08:54 still logged in xiaohuan pts/1 10.11.53.239 Sat Sep 1 08:23 - 08:51 (00:27) wtmp begins Sat Sep 1 08:23:30 2018
5.w
檢視登入者的資訊及行為
[email protected]:~$ w 11:45:15 up 3:28, 2 users, load average: 0.00, 0.00, 0.00 USER TTY FROM [email protected] IDLE JCPU PCPU WHAT xiaohuan tty7 :0 08:18 3:28m 10.44s 0.62s /sbin/upstart --user xiaohuan pts/1 10.11.53.239 08:54 1.00s 6.50s 0.03s w