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

Created page with "Поскольку GParted выполняет свою работу с правами root - нам необходимо изменить права собственности..."
Tags: Mobile web edit Mobile edit
(Created page with "Поскольку GParted выполняет свою работу с правами root - нам необходимо изменить права собственности...")
Tags: Mobile web edit Mobile edit
Line 47: Line 47:
{{RootCmd|command=mkdir -p /data<directory.name>}}
{{RootCmd|command=mkdir -p /data<directory.name>}}


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:
Поскольку GParted выполняет свою работу с правами root - нам необходимо изменить права собственности (owner:group) нового раздела, что мы и делаем, изменяя права собственности на имя каталога (который был создан в последней команде выше) с root:root на <имя.пользователя>:users. Для этого используйте следующую команду терминала:
{{RootCmd|command=chown <user.name>:users /data/<new.partition's.name>}}
{{RootCmd|command=chown <имя.пользователя>:users /data/<new.partition's.name>}}


==Configure the system to use new default storage directories==
==Configure the system to use new default storage directories==
translator
10,756

edits