LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   users not visible (https://www.linuxquestions.org/questions/solaris-opensolaris-20/users-not-visible-636833/)

linuxguy08 04-21-2008 01:29 PM

users not visible
 
Hi ,

I have created two users in solaris-10 but it doesnot visible under /export/home. Is it suppose to show under the folder?

not sure why?

Thanks
linuxguy

TB0ne 04-21-2008 02:34 PM

You may have auto-home turned on. The directory under Solaris 10 is probably under /home. The 'link' is created to /export/home/<user>, after the user logs in.

You can turn that off, if you like.

XavierP 04-22-2008 10:59 AM

Moved: This thread is more suitable in Solaris and has been moved accordingly to help your thread/question get the exposure it deserves.

coolster 04-22-2008 01:59 PM

Quote:

Originally Posted by linuxguy08 (Post 3128166)
Hi ,

I have created two users in solaris-10 but it doesnot visible under /export/home.


In Solaris you 're supposed to create your users this way (including homedir and shell): useradd -d /export/home/linuxguy -m -s /bin/ksh linuxguy

=> the -m option tells 'useradd' to automatically create the home directory


All times are GMT -5. The time now is 11:39 PM.