2024-08-03, 04:25 PM
(This post was last modified: 2024-08-03, 04:25 PM by TheDreadPirate. Edited 1 time in total.)
Can you show me the permissions for EVERY step leading to a media file? I will use something from my library as an example.
The full path is this.
/media/library/Anime/Gunsmith Cats/Season 01/s01e01.mkv
To list the permissions for each step would look like this ON THE COMMAND LINE. The UI gets in the way.
The -d is used to only show the directory itself since we don't care about other objects in there.
Find a file you are having issues with and replicate what I did with that file and share the output.
The full path is this.
/media/library/Anime/Gunsmith Cats/Season 01/s01e01.mkv
To list the permissions for each step would look like this ON THE COMMAND LINE. The UI gets in the way.
Code:
ls -ld /media /media/library /media/library/Anime /media/library/Anime/"Gunsmith Cats" /media/library/Anime/"Gunsmith Cats"/"Season 01"
ls -l "/media/library/Anime/Gunsmith Cats/Season 01/s01e01.mkv"
The -d is used to only show the directory itself since we don't care about other objects in there.
Find a file you are having issues with and replicate what I did with that file and share the output.