Recursive chown fails to change dir/file ownership to specified user:group
Helllo,
I am trying to change the FILE_DIR folder ownership using the below command. The command is successfully completed but ownership is not changing. It is still ec2-user.
Please advice. {admin removed some Personal Information (PI)}
# chown -R oracle:oinstall FILE_DIR/ # ls -lrt drwxr-xr-x 1 ec2-user ec2-user 0 May 26 2020 FILE_DIR
Thanks & Regards,
Sohail