<I'm running 1.5.17, if appropriate pls forward to the bash maintainer>
I want to be able to run a noninteractive command like ssh [EMAIL PROTECTED] somecommand where user "joedoe" has /bin/rbash in /etc/passwd for a shell. How do I restrict the PATH that is seen for the above ssh session? I have tried changing and exporting PATH in ~joedoe/.bashrc but this file is not read by prior to running "somecommand" above. As a workaround I'm thinking of writing small c program wrapper shell that does a "setenv" to set the path prior to calling rbash. Sorry for the terse problem description, I know I'm rushing a bit.. -- thanks, Tom Rodman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/