kunalsood
01-15-2001, 11:38 AM
While trying to execute a (.sh) file as the root superuser via telnet I get a Permission Denied Error does any one know why is this happening ?
![]() | View Full Version : .sh file error kunalsood 01-15-2001, 11:38 AM While trying to execute a (.sh) file as the root superuser via telnet I get a Permission Denied Error does any one know why is this happening ? jtan15 01-15-2001, 11:51 AM Did you give it the proper rights to execute? chmod 755 SCRIPTNAME That might do the trick. |