1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:55:27 +02:00

Create su.md

This commit is contained in:
Dylan Rees 2016-01-03 21:17:33 -05:00
parent 5d62c6374b
commit f3c40e2fe0

11
pages/common/su.md Normal file
View file

@ -0,0 +1,11 @@
# su
> switch shell to another user
- Switch to user {{username}} (password required):
`su {{username}}`
- Switch to superuser (admin password required):
`su`