Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)

RHarmonson 2015-04-30 09:26:45 -07:00
parent 0bee07cb88
commit 53c3f5179b

@ -144,7 +144,7 @@ Is this ok [y/N]:
```
##3. User account & sudo
You may use root or an user account to install Tracks. In practice, using a dedicated user could decrease the risk of root exploits, however, this assumes you do not granting sudo with wide open privileges (command access) to the user. I am over simplifying, so do some googling and decide for yourself. I will be using a user account named tracks with the intent of removing sudo access after testing is complete.
You may use root or an user account to install Tracks. In practice, using a dedicated user could decrease the risk of root exploits, however, this assumes you do not grant sudo with wide open privileges (command access) to the user. I am over simplifying, so do some googling and decide for yourself. I will be using a user account named tracks with the intent of removing sudo access after testing is complete.
Create user 'tracks'
```