vault backup: 2024-01-23 21:30:39
This commit is contained in:
@@ -12,4 +12,8 @@ usermod -aG sudo user_name #changes user group to a different one, in this case
|
||||
cat /etc/passwd
|
||||
```
|
||||
|
||||
**Change default from bash to zsh**
|
||||
```bash
|
||||
chsh -s $(which zsh) # changes the default shell from bash from zsh
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user