Hello,
Can anyone suggest how to overcome from this one.
Shell_exec is perfectly run in the localhost,
when i want to run that command at the web server, that is not executed.
chmod 7777 -R \public\test\sleepingbaby.jpg
presently that file has 0644 permission.
i want to change that file permission to full access that is 7777.
$cmd = "chmod 7777 -R \public\test\sleepingbaby.jpg";
$res=shell_exec ($cmd);
when i echo $res; then that not return any values.
Please give any solution for it.
Anil Kumar.
http://www.anil2u.info
Recent comments
1 day 4 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 11 hours ago