useradd -d /export/home/userlogon -m -s /bin/bash userlogon
-d = home directory path
-m = create if it doesn’t exist
-s = set shell
Articles, notes and random thoughts on Software Development and Technology
useradd -d /export/home/userlogon -m -s /bin/bash userlogon
-d = home directory path
-m = create if it doesn’t exist
-s = set shell