0
murrays

Ubuntu/Unix help

Recommended Posts

So, I finally got Ubuntu 7.10 to install on my iMac using VMWare Fusion after trying unsuccessfully to use Parallels 3.0...appears there are some issues with the latest version of Ubuntu & Parallels that have yet to be ironed out.

Interesting exercise so far. VMWare has a package called VMWare Tools that I have to install using Ubuntu in Terminal at the command line. I have to log in as root. I have been trying su - and then entering my password but it won't work. I have no idea what the root password is...don't remeber having to set one when I installed Ubuntu.

Any idea on how to proceed?
--
Murray

"No tyranny is so irksome as petty tyranny: the officious demands of policemen, government clerks, and electromechanical gadgets." - Edward Abbey

Share this post


Link to post
Share on other sites
Root login is disbaled by default in Ubuntu.

"If you want to enable root account (which is not recommended) enter the following command.

$sudo passwd root

This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command

$sudo passwd -l root

If you want to work on a root console you’d better use the following command

$sudo -i "


I had something typed out worded badly but rembered I got this from www.debianadmin.com a while back.

"This isn't an iron lung, people. You can actually disconnect and not die." -Dave

Share this post


Link to post
Share on other sites
  Quote

Root login is disbaled by default in Ubuntu.

"If you want to enable root account (which is not recommended) enter the following command.

$sudo passwd root

This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command

$sudo passwd -l root

If you want to work on a root console you’d better use the following command

$sudo -i "


I had something typed out worded badly but rembered I got this from www.debianadmin.com a while back.



Thanks, I think I got set up as root and I tried following VMWare's instructions to do the installation I wanted to do but I don't think anything happened.

I was at a > prompt when typing in the various commands but I never got any response of any sort to anything I entered.

My lack of familiarity with Ubuntu and Unix makes this very difficult. Thanks for taking the time to respond.
--
Murray

"No tyranny is so irksome as petty tyranny: the officious demands of policemen, government clerks, and electromechanical gadgets." - Edward Abbey

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0