View Single Post
Old 07-26-2005, 06:26 AM   #2 (permalink)
bendsley
Professional Loafer
 
bendsley's Avatar
 
Location: texas
Well, to install the .run file, you might try a couple of things. It's either a shell script (sh) or a binary (./).

You can try it as a shell script first. To do so, issue the command: "sh filename.run", without the quotes.

If that doesn't work, try: "./filename.run". One of those commands is bound to work.

KNOPPIX doesn't come with a default root password if I remember correctly. In one of the menu options, look for Root Shell. This will automatically put you in the root user account. Once you're in there, you can type "passwd" and it will ask you for a new password which you will have to enter in a second time, just for verification.

After you do that, you can go into a normal shell, and do a "su -" if you need to access something as root.
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76