Dear Gurus of solaris
I have a problem when I try to create a directory
when I enter in the /home/ directory and try to create a new directory appear the following error
Why If I am root, Can any guru can help me
Dear Gurus of solaris
I have a problem when I try to create a directory
when I enter in the /home/ directory and try to create a new directory appear the following error
Why If I am root, Can any guru can help me
You're running automounter. There is a /home entry in /etc/auto_master. Turn off the automounter or at least remove the entry: "/home" from /etc/auto_master
Dear jim mcnamara
When I see the auto_master I observe the following:
Tell me how to turn off automounter
---------- Post updated at 04:40 PM ---------- Previous update was at 04:20 PM ----------
I have a problem when I'll try to enter in my server
Let me explain.
When I try to login to this Equipment (Application Server - 192.168.1.6)
In base of the results of cat�s command, I observe that when I use "andres" (the same problem appear if a use guillen) account the system try to find the following path:
These is the home path directory in the passwd file. But this path or directory is not exit.
Let me show:
This is the reason why appear the following message
No directory! Logging in with home=/
In other application Server (which have the same user�s account) I observe the following:
But in my Server that have problem
# ls -al /home/
total 3
dr-xr-xr-x 1 root root 1 Sep 7 15:16 .
drwxr-x--x 33 root root 1024 Sep 7 15:39 ..
#
Can any specialist can help me please!!!
In Solaris local home directories are stored under /export/home. You should modify your user account to reflect that:
usermod -d /export/home/andres andres
Then create that directory with proper rights:
mkdir /export/home/andres
chown andres:your_group /export/home/andres