mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add item tos
This commit is contained in:
parent
d06b00f353
commit
315debd7a2
10
README.md
10
README.md
@ -1579,11 +1579,6 @@ 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'
|
||||
```
|
||||
|
||||
--> [Detail] Printing out login time, load average, etc
|
||||
```bash
|
||||
w
|
||||
```
|
||||
##### Add user to a group (e.g add user 'nice' to the group 'docker', so that he can run docker without sudo)
|
||||
```bash
|
||||
sudo gpasswd -a nice docker
|
||||
@ -1774,6 +1769,11 @@ lastb
|
||||
```bash
|
||||
who
|
||||
```
|
||||
##### Show who is logged on and what they are doing
|
||||
```bash
|
||||
w
|
||||
```
|
||||
|
||||
##### Print the user names of users currently logged in to the current host.
|
||||
```bash
|
||||
users
|
||||
|
Loading…
Reference in New Issue
Block a user