>Greetings!

>I've created a couple of users using usercfg.  I've assigned them
>passwords and they login fine now, but they use any apps or issue >most of
>the commands:

>[steve@HAL steve]$ ls -la
>total 14
>drwxr-xr-x   2 steve    steve        1024 Jun  7 18:52 .
>drwxr-xr-x   7 root     root         1024 Jun  7 16:44 ..
>-rw-r--r--   1 steve    steve        3768 Nov  7  1997 .Xdefaults
>-rw-r--r--   1 steve    steve          68 Jun  7 18:52 .bash_history
>-rw-r--r--   1 steve    steve          24 Jul 13  1994 .bash_logout
>-rw-r--r--   1 steve    steve         220 Aug 23  1995 .bash_profile
>-rw-r--r--   1 steve    steve         124 Aug 23  1995 .bashrc
>-rw-rw-r--   1 steve    steve        3336 Oct 24  1997 .screenrc

>BUT!

>[steve@HAL steve]$ pico .bashrc
>bash: pico: command not found
>[steve@HAL steve]$ more .bashrc
>more: error in loading shared libraries
>libncurses.so.3.0: cannot open shared object file: Permission >denied


You DO have a permission problem. If a program can't load it's libaries, it
won't run.

Check the following :

r-x right to : /lib; /usr/lib;

Execute-right for the some LIBS !!!!

Also check if pico has read and executeright for the dir, and for the
executable itsself.



>[steve@HAL steve]$ echo $PATH
>/usr/local/bin:/bin:/usr/bin:.:/home/steve/bin
>[steve@HAL steve]$ netscape &
>[1] 5482
>[steve@HAL steve]$ bash: netscape: command not found
>[1]+  Exit 127                netscape

>As you can see, the paths are correct.  My pico is in /usr/bin dir.  My
>permissions are set correctly as far as I can tell.  Does anybody >have any
>ideas to resolve this frustrating problem for me?  Much appreciation >in
>advance!

>With Best,

>Steve

Igmar


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to