![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "421 service not available, remote server has closed connection."? | vishaldsh | Security | 1 | 09-18-2007 11:12 PM |
| SAM closed unexpectedlly, "indicating error in every applications" | real-chess | UNIX for Dummies Questions & Answers | 1 | 08-14-2006 01:56 PM |
| FTP - Connection Closed By Remote Host | mouglybean | IP Networking | 1 | 10-26-2004 09:15 AM |
| ssh connection error | Jdogg | UNIX for Advanced & Expert Users | 2 | 10-08-2004 10:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
no shell connection closed error
Hi,
I have created some users on my new enviroment on sun solaris in the aptempt to create a .profile which I did. I must have done something wrong because when I try to connect to one of this users it says:no shell, connection closed. The only thing I can think is that in my .profile I inserted an entry that say SHELL=/usr/bin/ksh but i checked with "which ksh" before and it showed me the above path. What could be else be wrong and how can I ajust this? I also saw logged as root in etc/passwd that for all those user the path for ksh was :bin/ksh, I changed this to be :/usr/bin/ksh, but still same problem. Help Giuliano |
|
||||
|
I agree with Perderabo, if you still having problem I would suggest removing users by using the following command
userdel user_name then add users again using the command useradd -g user_group -d /user_home_directory -s /usr/bin/ksh user_name |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|