Manjaro Difference between revisions of "Translations:Add a Storage Partition & Modify your System to Suit/15/ru"

Difference between revisions of "Translations:Add a Storage Partition & Modify your System to Suit/15/ru"

From Manjaro
(Created page with "Поскольку GParted выполняет свою работу с правами root - нам необходимо изменить права собственности...")
 
(No difference)

Latest revision as of 07:35, 2 February 2023

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 (Add a Storage Partition & Modify your System to Suit)
Due to GParted doing its work with root permissions we need to change the ownership (owner:group) of the new partition, which we do by modifying the ownership of the directory name (that was created in the last command above) from root:root to <user.name>:users. To do that use the following Terminal command:
{{RootCmd|command=chown <user.name>:users /data/<new.partition's.name>}}

Поскольку GParted выполняет свою работу с правами root - нам необходимо изменить права собственности (owner:group) нового раздела, что мы и делаем, изменяя права собственности на имя каталога (который был создан в последней команде выше) с root:root на <имя.пользователя>:users. Для этого используйте следующую команду терминала:

root # chown <имя.пользователя>:users /data/<new.partition's.name> <span class="mw-ui-button copy-to-clipboard-button" style="float: right; cursor: pointer; border-radius:5px; margin-top:5px" role="button" data-clipboard-text=" chown <имя.пользователя>:users /data/<new.partition's.name> " aria-disabled="false">COPY TO CLIPBOARD


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