[user@freebsd ~]$ su root 
Password: 
su: bashlia: No such file or directory

How come i cannot switch user to root account?

link|improve this question
feedback

1 Answer

Looks like it isn't finding the shell you use called "bashlia". Maybe one of the following will work for you:

sudo su

or

su - root

or

sudo -u root /bin/bash
link|improve this answer
1  
user is not in the sudoers file. This incident will be reported. – kennedysee Jun 18 '10 at 6:21
su -s /bin/sh – grawity Jun 18 '10 at 11:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.