Jump to content

Translations:Jargon File/12/zh-cn: Difference between revisions

From KDE UserBase Wiki
Iskandarma (talk | contribs)
Created page with "!su - |Shell 下切换当前用户的命令,通常用于在需要特别的权限执行操作时切换到 root。在 su 成功切换之前,会提示你输入 root 密码。注意:记得在操作完成后输入 <code>exit</code> ,返回当前用户到常规用户中。"
 
(No difference)

Latest revision as of 10:04, 23 October 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Jargon File)
!su -
|Shell command to switch user, usually to root. Used, when you need special rights to do something. You will be prompted for the root password before su takes effect. NB: remember to type <code>exit</code> when you are done. This gets you back to your regular user.

!su - |Shell 下切换当前用户的命令,通常用于在需要特别的权限执行操作时切换到 root。在 su 成功切换之前,会提示你输入 root 密码。注意:记得在操作完成后输入 exit ,返回当前用户到常规用户中。