[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Question on Qube 2 Email Forwarding...
- Subject: Re: [cobalt-users] Question on Qube 2 Email Forwarding...
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Mon Oct 1 14:23:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> You need to be "root".
>
> At the prompt, type "su" (without the quotes). You will then be prompted
> for the root password.
>
> Do this at your own risk! "Root" will allow you to really mess things up!
>
I like to do "su -"
This fixes the path, such that you do not have to provide the full path for most
commands.
[admin admin]$ echo $PATH
/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/bin
[admin admin]$ su
Password:
[root admin]# echo $PATH
/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/bin
[admin admin]$ su -
Password:
[root /root]# echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/sbin:
/usr/sbin:/usr/local/bin:/usr/local/sbin
Gerald