mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 21:15:26 +02:00
su: add Korean translation (#11029)
This commit is contained in:
parent
95c65dc995
commit
c8ec3dea2d
1 changed files with 20 additions and 0 deletions
20
pages.ko/common/su.md
Normal file
20
pages.ko/common/su.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# su
|
||||
|
||||
> 다른 사용자로 쉘을 전환합니다.
|
||||
> 더 많은 정보: <https://manned.org/su>.
|
||||
|
||||
- 슈퍼유저로 전환 (루트 비밀번호 필요):
|
||||
|
||||
`su`
|
||||
|
||||
- 특정 사용자로 전환 (특정 사용자의 비밀번호 필요):
|
||||
|
||||
`su {{사용자 명}}`
|
||||
|
||||
- 특정 사용자로 전환하고 전체 로그인 쉘을 시뮬레이션:
|
||||
|
||||
`su - {{사용자 명}}`
|
||||
|
||||
- 다른 사용자로 명령어 실행:
|
||||
|
||||
`su - {{사용자 명}} -c "{{명령어}}"`
|
Loading…
Add table
Reference in a new issue