mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add system
find out who has logged in on your system
This commit is contained in:
parent
97ba64e7de
commit
cd6898a686
@ -1794,6 +1794,15 @@ gsettings set org.gnome.gedit.preferences.editor scheme 'cobalt'
|
||||
gsettings set org.gnome.gedit.preferences.editor use-default-font false
|
||||
gsettings set org.gnome.gedit.preferences.editor editor-font 'Cantarell Regular 12'
|
||||
```
|
||||
##### Find out who has logged in on your system
|
||||
--> [Quick] Printing out only the names:
|
||||
```bash
|
||||
users
|
||||
```
|
||||
|
||||
--> [Detail] Printing out login time, load average, etc
|
||||
```bash
|
||||
w
|
||||
```
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
Loading…
Reference in New Issue
Block a user