mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
formatting
@@ -22,13 +22,16 @@ Now let's create the user qbittorrent will run under:
|
||||
|
||||
(The -m option creates the home directory under /home with the correct name and permissions. This directory will house our configuration files. /home/qbtuser/.config/qBittorrent/ to be precise.
|
||||
|
||||
Create a password:
|
||||
Create a password:
|
||||
|
||||
`sudo passwd qbtuser`
|
||||
`Enter new UNIX password:`
|
||||
`Retype new UNIX password:`
|
||||
`passwd: password updated successfully`
|
||||
|
||||
Enter new UNIX password
|
||||
Retype new UNIX password
|
||||
passwd: password updated successfully
|
||||
|
||||
Allow sudo permissions:
|
||||
|
||||
`sudo usermod -aG sudo,adm qbtuser`
|
||||
|
||||
**Init script**
|
||||
|
||||
Reference in New Issue
Block a user