I've only got access to the directadmin panel (and ftp access as well), and for my mediawiki install I need to change the ownership of a particular folder (so chown
). More specifically, I need to do this:
sudo chown -R www-data:www-data images/
Is there a way to do this without the commandline? With directadmin or via ftp?