Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-23 00:20:07 +00:00
parent a49466c200
commit cd59a77dc8
31 changed files with 239 additions and 130 deletions

View File

@@ -13,10 +13,14 @@ source: https://github.com/tldr-pages/tldr.git
`chsh`
- Set a specific login [s]hell for the current user:
- List available shells:
`chsh --shell {{path/to/shell}}`
`chsl {{[-l|--list-shells]}}`
- Set a login [s]hell for a specific user:
- Set a specific login shell for the current user:
`sudo chsh --shell {{path/to/shell}} {{username}}`
`chsh {{[-s|--shell]}} {{path/to/shell}}`
- Set a login shell for a specific user:
`sudo chsh {{[-s|--shell]}} {{path/to/shell}} {{username}}`