2024-01-26, 07:50 PM
(This post was last modified: 2024-01-26, 07:52 PM by tmsrxzar. Edited 2 times in total.)
use a terminal, list the files with the -n flag so that you are seeing the actual id of the owner+group instead of it being translated
'ls -n'
if the owner/group are wrong, chown -R (uid):(gid) /path/to/files
'ls -n'
if the owner/group are wrong, chown -R (uid):(gid) /path/to/files