Jump to content

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

From KDE UserBase Wiki
Iskandarma (talk | contribs)
Created page with "!sudo |类似于 su,但仅对紧随 sudo 之后的一个命令生效。与 su 不同的是,你会被提示输入当前用户的密码(而不是 root 用于的),且不需要主动退出 root 权限。"
 
(No difference)

Latest revision as of 10:07, 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)
!sudo
|Like su, but it only grants root privileges for one command, so the command you want to run should immediately follow sudo. Unlike su, you will be requested to provide your own password (not the one of root user) and you will not need to exit.

!sudo |类似于 su,但仅对紧随 sudo 之后的一个命令生效。与 su 不同的是,你会被提示输入当前用户的密码(而不是 root 用于的),且不需要主动退出 root 权限。