First time user problems
Jerry McAllister
jerrymc at msu.edu
Thu Mar 19 14:05:43 PDT 2009
On Thu, Mar 19, 2009 at 03:30:33PM -0400, Alhaji Barrie wrote:
> I am a new user of Free BSD. I just completed the install of Free BSD on a
> Dell PC but I cannot get past the initial login prompt. I typed the user
> name I supplied during the installation process to no avail. In the last two
> days, I have browsed the web and used some of the suggestion provided. I
> also consulted the documentation in this web site.
>
>
> To put it simply, I am missing the syntax for the user name and password.
> Can someone help with the step by step process of getting past the original
> login screen?
Probably you will have to redo those items.
The best way is to boot in to single user, remount root (/) and
use vipw(8) to edit the passwd file.
Do the boot to single user - just select that item from the boot menu.
Then do:
fsck -p
mount -u /
swapon -a
vipw
The fsck might take some time so wait for it.
vipw works just like vi, except that it only works on the passwd file
and it knows how to update the master.passwd file and the password
database automatically.
If the account id that you want to use is already there and looks good,
don't edit it. Just get out and then set the password again.
Do:
passwd id_name
where id_name is that id you want to change.
////jerry
>
>
> Alhaji I Barrie
>
> Network Security Analyst
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
More information about the freebsd-questions
mailing list