root access

Discussion in 'Unix' started by cpulocksmith, Jan 2, 2009.

  1. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    is there a way to give an account other then root, root access? permanently? because i have many files that i need root access to edit and it is driving me nuts, not being about to put stuff in some files and not being able to take them out of others.
     
  2. divinequran

    divinequran New Member

    Joined:
    Oct 9, 2008
    Messages:
    62
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Home Page:
    http://divinequran.com/
    If you are a linux user you can use PAM to give such permissions
     
    shabbir likes this.
  3. sharmila

    sharmila New Member

    Joined:
    Mar 24, 2006
    Messages:
    75
    Likes Received:
    1
    Trophy Points:
    0
    If you and the superuser are in a group then the superuser can grant access..
    1. Login as root..
    2. change the permissions of the files to 777 chmode -r 0777 .. it will change the permissions recurssively.. If you don't want for others then give 770 instead of 777..
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    I guess its chmod -R 777 and not -r but both may work but not sure of
     
  5. sharmila

    sharmila New Member

    Joined:
    Mar 24, 2006
    Messages:
    75
    Likes Received:
    1
    Trophy Points:
    0
    Thanks Shabbir.. Ya.. -R is correct.. even I am also not sure whether -r will work not not.. I remeber 'r' for recurssive.. so menctioned as -r.. sorry for that...
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice