mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
chsh: remove linux distro dependant command (#15711)
This commit is contained in:
parent
8392a65baf
commit
376068fff9
3 changed files with 0 additions and 12 deletions
|
@ -15,7 +15,3 @@
|
||||||
- 특정 사용자에 대해 로그인 [s]셸 설정:
|
- 특정 사용자에 대해 로그인 [s]셸 설정:
|
||||||
|
|
||||||
`sudo chsh --shell {{경로/대상/셸}} {{사용자명}}`
|
`sudo chsh --shell {{경로/대상/셸}} {{사용자명}}`
|
||||||
|
|
||||||
- 사용 가능한 셸 [l]나열:
|
|
||||||
|
|
||||||
`chsh --list-shells`
|
|
||||||
|
|
|
@ -15,7 +15,3 @@
|
||||||
- Stel een login[s]hell in voor een specifieke gebruiker:
|
- Stel een login[s]hell in voor een specifieke gebruiker:
|
||||||
|
|
||||||
`sudo chsh --shell {{pad/naar/shell}} {{gebruikersnaam}}`
|
`sudo chsh --shell {{pad/naar/shell}} {{gebruikersnaam}}`
|
||||||
|
|
||||||
- Toon ([l]) beschikbare shells:
|
|
||||||
|
|
||||||
`chsh --list-shells`
|
|
||||||
|
|
|
@ -15,7 +15,3 @@
|
||||||
- Set a login [s]hell for a specific user:
|
- Set a login [s]hell for a specific user:
|
||||||
|
|
||||||
`sudo chsh --shell {{path/to/shell}} {{username}}`
|
`sudo chsh --shell {{path/to/shell}} {{username}}`
|
||||||
|
|
||||||
- [l]ist available shells:
|
|
||||||
|
|
||||||
`chsh --list-shells`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue