mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Formatting (replaced ' with ` for code segments)
@@ -18,23 +18,23 @@ qBittorrent-nox is already included in the official Ubuntu repositories. Install
|
|||||||
**User**
|
**User**
|
||||||
Assuming you want qbittorent to run as it's own user (better for security purposes), let's create the user qbittorrent will run under and give it a password when prompted. Just press enter for values you want to leave blank:
|
Assuming you want qbittorent to run as it's own user (better for security purposes), let's create the user qbittorrent will run under and give it a password when prompted. Just press enter for values you want to leave blank:
|
||||||
|
|
||||||
'sudo adduser qbtuser'
|
`sudo adduser qbtuser`
|
||||||
'Adding user `qbtuser' ...'
|
`Adding user `qbtuser' ...`
|
||||||
'Adding new group `qbtuser' (1003) ...'
|
`Adding new group `qbtuser' (1003) ...`
|
||||||
'Adding new user `qbtuser' (1003) with group `qbtuser' ...'
|
`Adding new user `qbtuser' (1003) with group `qbtuser' ...`
|
||||||
'Creating home directory `/home/qbtuser' ...'
|
`Creating home directory `/home/qbtuser' ...`
|
||||||
'Copying files from `/etc/skel' ...'
|
`Copying files from `/etc/skel' ...`
|
||||||
'Enter new UNIX password:'
|
`Enter new UNIX password:`
|
||||||
'Retype new UNIX password:'
|
`Retype new UNIX password:`
|
||||||
'passwd: password updated successfully'
|
`passwd: password updated successfully`
|
||||||
'Changing the user information for qbtuser'
|
`Changing the user information for qbtuser`
|
||||||
'Enter the new value, or press ENTER for the default'
|
`Enter the new value, or press ENTER for the default`
|
||||||
' Full Name []:'
|
` Full Name []:`
|
||||||
' Room Number []:'
|
` Room Number []:`
|
||||||
' Work Phone []:'
|
` Work Phone []:`
|
||||||
' Home Phone []:'
|
` Home Phone []:`
|
||||||
' Other []:'
|
` Other []:`
|
||||||
'Is the information correct? [Y/n] y'
|
`Is the information correct? [Y/n] y`
|
||||||
|
|
||||||
You may also want to issue the following command to disable login for the account for security reasons:
|
You may also want to issue the following command to disable login for the account for security reasons:
|
||||||
'sudo usermod -s /usr/sbin/nologin qbtuser'
|
'sudo usermod -s /usr/sbin/nologin qbtuser'
|
||||||
|
|||||||
Reference in New Issue
Block a user