If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Only with the admin account (one setup when installing)
Other user accounts are fine.
I've done some goolgling on this and scoured other forums. One suggestion I have received is to create a new user, give that user all admin rights, change /etc/sudoers file to add the user. Edit /etc/sudoers and add a line: (note for <tab> use a tab NOT space)
sysuser<tab>ALL=NOPASSWD:ALL
Then login/out as sysuser and see what happens.
To regain control of files/directories previously owned by "you" you may need to chgrp and chmod files to user account!
Comment