نقل قول نوشته اصلی توسط shivahost نمایش پست ها
کاش می شد روی سایت مثلا با php هم این کد رو گرفت
نشد نداره
You can execute linux commands within a php script - all you have to do is put the command line in backticks (`).

And also concentrate on exec() , this and shell_exec() ...