How to run a script using SSH
Posted
by Ed Talmadge
on Server Fault
See other posts from Server Fault
or by Ed Talmadge
Published on 2010-03-30T04:37:02Z
Indexed on
2010/03/30
4:43 UTC
Read the original article
Hit count: 297
ssh
Complete beginner question...
Let's say I have SSH access to my website. And, I have a file:
mywebsite.com/foo/my_script.php
How can I use SSH to run my_script.php?
© Server Fault or respective owner