Manjaro Difference between revisions of "Translations:CheatSheet/10/en"

Difference between revisions of "Translations:CheatSheet/10/en"

From Manjaro
(Importing a new version from external source)
 
(No difference)

Latest revision as of 06:36, 12 November 2025

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 (CheatSheet)
Execute command as root {{UserCmd|command=sudo [command]}}
Empty password cache {{UserCmd|command=sudo -k}}
Change user password {{UserCmd|command=passwd username}}
Change owner and group of file {{UserCmd|command=chown [owner]:[group] -c [file]}}
Change file permissions {{UserCmd|command=chmod [permissions] -c [file]}}
Set permissions in octal mode: 4(read) 2(write) 1(execute)

Execute command as root

user $ sudo [command] COPY TO CLIPBOARD


Empty password cache

user $ sudo -k COPY TO CLIPBOARD


Change user password

user $ passwd username COPY TO CLIPBOARD


Change owner and group of file

user $ chown [owner]:[group] -c [file] COPY TO CLIPBOARD


Change file permissions

user $ chmod [permissions] -c [file] COPY TO CLIPBOARD


Set permissions in octal mode: 4(read) 2(write) 1(execute)

Cookies help us deliver our services. By using our services, you agree to our use of cookies.