Page 1 of 1

HELP WITH INTERNET

Posted: Tue Sep 18, 2012 8:56 pm
by monkeyquest
Hi there forum

I'm trying to setup a LAMP server on my pi and in my attempts to set up a new admin user for added security, I am not granted permission to write in "/etc/group"

I've added my new username after every entry that ends with pi (for example adm:x:4:pi, user), but i still cannot save my results in the end.

Re: HELP WITH INTERNET

Posted: Wed Sep 19, 2012 8:26 am
by bredman
You can find instructions to add a new user in the wiki
http://elinux.org/RPi_Beginners#Create_ ... privileges

Re: HELP WITH INTERNET

Posted: Wed Sep 19, 2012 1:51 pm
by thogue
Are you running the install as root ?


any other details you can provide may help us help you. OS Version/Install method/possibly the log of when the error happens


T

Re: HELP WITH INTERNET

Posted: Wed Sep 19, 2012 2:12 pm
by penguintutor
To edit the group file then you need to be as root (ie use sudo)

Code: Select all

sudo nano /etc/group