Thread: Turn-Over Blues...

  1. #1
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234

    Turn-Over Blues...

    Today I was told that I would be moved from our web-server dept. (mainly win32 based) onto our DNS server which was ran by a guy who is no longer employed here...and he set up the machine (Red Hat 9) with some sort of boot password or something. No one in our company knows anything about linux. I was chosen because I knew what x-term and a-term and some basic commands were. Basically the machine starts and boots then it comes to a prompt. From here I'm screwed.

    I know the kernal vs. and build. BTW its i686. I remember from a while ago that you could use some sort of boot disk (knoppix?) to boot in a get the shadow file. Can anyone help me on this issue? If you guys consider this a gray/black hat matter or fear that someone will misuse this information then please say so disgaurd this thread.

    thanks
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Once you boot in via Knoppix, you should be able to use the chroot command to switch into the Redhat kernel, and then just passwd root to change the password.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234
    I hate to be a lamer but could you be a tad more detailed?
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  4. #4
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    1/ Boot into Knoppix.
    2/ Open up a shell.
    3/ chroot <root partition> /bin/bash
    4/ env-update; source /etc/profile
    5/ passwd root
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to approach this c program
    By jaykay in forum C Programming
    Replies: 13
    Last Post: 08-17-2008, 05:43 AM
  2. I cant turn my Computer off
    By h3ro in forum Tech Board
    Replies: 9
    Last Post: 03-25-2008, 06:51 PM
  3. turn int into 6 character array, not itoa
    By yahn in forum C++ Programming
    Replies: 7
    Last Post: 02-20-2006, 03:07 AM
  4. I need some quick help with code.
    By stehigs321 in forum C Programming
    Replies: 35
    Last Post: 10-30-2003, 10:07 PM