mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 03:56:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set a specific login shell for the current user interactively:
|
||||
|
||||
`sudo chsh`
|
||||
`chsh`
|
||||
|
||||
- Set a specific login [s]hell for the current user:
|
||||
|
||||
`sudo chsh --shell {{path/to/shell}}`
|
||||
`chsh --shell {{path/to/shell}}`
|
||||
|
||||
- Set a login [s]hell for a specific user:
|
||||
|
||||
@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- [l]ist available shells:
|
||||
|
||||
`sudo chsh --list-shells`
|
||||
`chsh --list-shells`
|
||||
|
||||
Reference in New Issue
Block a user