![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to include RETURN KEY with Background process "&" in Shell Script | racbern | Shell Programming and Scripting | 1 | 03-11-2008 07:30 AM |
| Q: Recording shell script screen output using "script" command ? | lalfonso.gomez | Shell Programming and Scripting | 4 | 01-18-2007 09:31 PM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 04:15 AM |
| An Auto-Login "ftp" Script | tphan | UNIX for Dummies Questions & Answers | 3 | 06-11-2003 01:25 PM |
| what difference between "terminal" and "console" | chenhao_no1 | High Level Programming | 1 | 09-09-2002 10:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
I must read more detail next time. I was missing the /etc/file. I created it as suggested and now FTP is working. I'm sorry if I did not read all documentation closely. I was missing third rule for FTP authentication:"Third, the users must have a standard shell returned by getusershell(3C)." man 3C getusershell, explains that if /etc/shells is not present it uses a standard shell list, that off course it does not includes my customized shell. It was only matter of creating the file with the standard shell list and my own in it. Thanks to every body for they're comments. Luis Ramirez |
|
||||
|
You can create it, you may want to include the default list of shells as well, from man shells (not directly, I copied it from another post elsewhere):
from man shells ==== The following default shells are used by utilities: /bin/bash, /bin/csh, /bin/jsh, /bin/ksh, /bin/pfcsh, /bin/pfksh, /bin/pfsh, /bin/sh, /bin/tcsh, /bin/zsh, /sbin/jsh, /sbin/sh, /usr/bin/bash, /usr/bin/csh, /usr/bin/jsh, /usr/bin/ksh, /usr/bin/pfcsh, /usr/bin/pfksh, /usr/bin/pfsh, and /usr/bin/sh, /usr/bin/tcsh, /usr/bin/zsh. Note that /etc/shells overrides the default list. ==== |
![]() |
| Bookmarks |
| Tags |
| lgoin shell, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|