Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14
I cant change the inittab, when i do the ":w" command it says readonly protection is set add ! to override. So i do, then it tells me it cant ...
  1. #11
    Just Joined!
    Join Date
    May 2005
    Posts
    8


    I cant change the inittab, when i do the ":w" command it says readonly protection is set add ! to override. So i do, then it tells me it cant open the dam file so it cant be saved!!

  2. #12
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    You need to have root permissions to edit inittab. You should either login as root or else, after logging in as a user, do 'su -' (that's 'su' followed by a space and a dash) and then enter root password when asked. After editing the file, you can undo the su command with 'exit'. But you'll also have to be root to edit the xorg.conf file.
    /IMHO
    //got nothin'
    ///this use to look better

  3. #13
    Just Joined!
    Join Date
    May 2005
    Posts
    8
    stupid question, i know i have set up one user when i was installing it. Thats what i logged in as. Is there another user i should log into then? How do i log into the root user??

    cheers.

  4. #14
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    Quote Originally Posted by B3Nji
    How do i log into the root user??
    You should have been asked to set the password for the root user. At the login prompt, enter 'root' as the user name and then enter the password for 'root' when prompted. Otherwise, at the login prompt, enter the normal user's name and the normal user's password to log on and then do 'su -' to "switch user" to the root user ("-") and enter the root user's password. (the root user's name is always "root")
    /IMHO
    //got nothin'
    ///this use to look better

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •