2023-10-19, 01:44 PM
(2023-10-19, 01:22 PM)giannis371 Wrote: Thanks for the fast response. When I use dir -la it just lists the MEDIA directory and not the subfolders and files. But I used chmod -R (recursive) for the MEDIA directory to give everything permission.
for reference
ls accepts R for recursive
if you add n it will list the permissions in numerical uid:gid so you can skip identifying a username and groupname
f.e. ls -laRn
https://www.geeksforgeeks.org/ls-command-in-linux