On Tue, 2003-01-28 at 22:10, Edward Dekkers wrote:
> > I tried administrator and the password I chose for root access, but it
> > doesn't work.
> 
> eeek!
> 
> You ARE a windows user aren't you?
> 
> The administrator in linux is simply called 'root', not 'administrator'
> (thats a typical M$ thing - all Unix-like OSs use 'root').
> 
> So log in using root, then type the root password.
> 
> I STRONGLY suggest you read the Linux guides at the Linux Documentation
> Project. And when using Linux, try and forget M$ names, like 'dir'. It does
> work, because Linux allows it, but the correct command is 'ls'. Read.
> 

you can also run these commands as a normal user by either adding /sbin
and /usr/sbin to your path I do it in ~/.bash_profile by modifying the
PATH= statement to look like 

PATH=$PATH:/sbin:/usr/sbin:$HOME/bin

or you can specify the command like /sbin/ifconfig

to find a specific command try 

locate ifconfig 

for example

HTH

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to