The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-30-2006
amon amon is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 71
U can write a script and invoke it thru telnet...

so write telnet conn. in PHP and connect thru TN to UNIX or as I did to solaris...
than execute on it some commands like:

cd /path/to/dir/where/script/is


then execute it: ./myscript


so that works for me..