Restart Apache
sudo /etc/init.d/apache2 reload
Move all files from a directory to another one
mv /somefolder/* /anotherfolder
Delete all Files and Folder
Example
rm -rf /home/jerry/movies/
Restart Apache
sudo /etc/init.d/apache2 reload
Move all files from a directory to another one
mv /somefolder/* /anotherfolder
Delete all Files and Folder
Example
rm -rf /home/jerry/movies/