"Home is supposed to be empty, or a copy of /etc/skel/. How should the operating system know what you want to put there?"
Aldebaran is telling you that /home/fred does not exist.
marto@Marto-Desktop:~$ sudo useradd fred
[sudo] password for marto:
Sorry, try again.
[sudo] password for marto:
marto@Marto-Desktop:~$ sudo passwd fred
New password:
Retype new password:
passwd: password updated successfully
marto@Marto-Desktop:~$ ls -al /home
total 12
drwxr-xr-x 3 root root 4096 May 12 15:05 .
drwxr-xr-x 20 root root 4096 May 12 15:04 ..
drwxr-xr-x 56 marto marto 4096 Sep 23 10:32 marto
marto@Marto-Desktop:~$ su - fred
Password:
su: warning: cannot change directory to /home/fred: No such file or di
+rectory
$ ^C
As previously stated useradd was not being called with the correct arguments to create /home/fred, which would have been useradd -m fred thus creating the directory and copying the files from /etc/skel.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|