Guest User

Untitled

a guest
May 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $res='';
  3. exec("echo 'touch /home/todo1pla/test.txt' | at 10:13am Today",$res);
  4. echo "el res es = ";
  5. print_r($res);
  6. ?>
Add Comment
Please, Sign In to add comment