On Thursday 13 December 2001 06:29, KEDAR NAIK GAONKAR :-) wrote: > suppose i create few shell scripts(*.sh) files..in some directory > say../home/user/shells.. > now i want to run thiz scripts directly when i log in as if they r some > commands..
Put the scripts in your ~/bin directory. Give the scripts execute permissions, and you should be able to run them like regular programs. Suid and sgid permissions won't work with shell scripts though. Regards, Vinu. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
