Unix and Linux Discussions Tagged with home |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
17,720 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,893 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
11,932 |
What is on Your Mind? |
|
|
|
5 |
17,744 |
Homework & Coursework Questions |
|
|
|
12 |
29,401 |
What is on Your Mind? |
|
|
|
3 |
5,961 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,345 |
HP-UX |
|
|
|
0 |
11,575 |
Web Development |
|
|
|
20 |
4,247 |
Shell Programming and Scripting |
|
|
|
12 |
6,974 |
Linux |
|
|
|
9 |
10,334 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
3,842 |
AIX |
|
|
|
0 |
2,372 |
Software Releases - RSS News |
|
|
|
0 |
1,308 |
Software Releases - RSS News |
|
|
|
3 |
3,904 |
Shell Programming and Scripting |
|
|
|
0 |
1,192 |
Software Releases - RSS News |
|
|
|
4 |
8,896 |
Solaris |
|
|
|
0 |
1,312 |
Software Releases - RSS News |
|
|
|
0 |
1,278 |
Software Releases - RSS News |
|
|
|
4 |
56,163 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,168 |
Shell Programming and Scripting |
|
|
|
4 |
2,662 |
Shell Programming and Scripting |
|
|
|
9 |
46,920 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,920 |
What is on Your Mind? |
|
|
|
0 |
2,283 |
UNIX and Linux RSS News |
|
|
|
9 |
7,026 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,419 |
Ubuntu |
|
|
|
1 |
6,089 |
SuSE |
|
|
|
0 |
2,211 |
OS X Support RSS |
|
|
|
0 |
1,446 |
Software Releases - RSS News |
|
|
|
0 |
2,208 |
OS X Support RSS |
|
|
|
3 |
3,692 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,183 |
Shell Programming and Scripting |
|
|
|
17 |
20,160 |
Shell Programming and Scripting |
|
|
|
0 |
2,226 |
UNIX and Linux RSS News |
|
|
|
10 |
14,248 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,073 |
Software Releases - RSS News |
|
|
|
4 |
17,974 |
Solaris |
|
|
|
1 |
3,513 |
Linux |
|
|
|
0 |
1,188 |
Software Releases - RSS News |
createhomedir(1) BSD General Commands Manual createhomedir(1)
NAME
createhomedir -- create and populate home directories on the local computer.
SYNOPSIS
createhomedir [-scbalh] [-n directoryDomainName] [-u username]
DESCRIPTION
createhomedir provides several options for creating and populating home directories.
OPTIONS
-s creates home directories for server home paths only (default).
-c creates home directories for local home paths only.
-b creates home directories for both server and local home paths.
-a creates home directories for users defined in all directory domains of the server's search path.
-l creates home directories for users defined in the local directory domain.
-L causes the created home directory to be localized.
-n directoryDomainName
creates home directories for users defined in a specific directory domain in the server's search path.
-u username
creates a home directory for a specific user defined in the domain(s) identified in the -a, -l, or -n parameter. If you omit the -a,
-l, and -n parameters when you use the -u parameter, -a is assumed.
-i reads username list from standard input and creates specified home directories. Each username should be on its own line.
-h usage help.
FILES
/usr/sbin/createhomedir location of tool
CAVEATS
When using the -a option, search limits of various directory servers (such as Open Directory or Active Directory) can prevent all possible
home directories from being created. In this case, you may need to specify the usernames explicitly.
Mac OS X May 31, 2019 Mac OS X