Linux: remove full directory with all subfolders and files

Trabla: remove full directory with all subfolders and  files

Solving:

sudo rm -r /var/www/moodle

where
rm     -  remove  linux command
-r      -   recursive option ( means all subfolders and files )
/var/www/moodle     - path to directory

No comments:

Post a Comment