Oracle Solaris System Administration (MOSC)

MOSC Banner

Solaris 11.2 local user homes only and mount point at /home/username

edited Oct 15, 2014 9:24AM in Oracle Solaris System Administration (MOSC) 1 commentAnswered

I don't mind that user homes are separate filesystems @ /export/home/username and that Solaris delegates permission for user to snapshot,etc that filesystem.  I just don't need external filesystems and I want /home/username as the home dir.

Something like this achieved the results I want

useradd -m temp
echo "temp localhost:/export/home/&" >> /etc/auto_home
svcadm refresh autofs
chown temp /home/temp
usermod -d /home/temp temp

Is there a better way?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center