linux: force remove file, ignore promt
Trabla:
linux: force remove file, ignore promt
Solving:
sudo
rm
-f
/var/www/dummyfile.txt
Php:
$cmd = "
rm
-f
/var/www/dummyfile.txt";
exec( $cmd );
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment