Timestamp of File permission change

Hi!! Experts,
Is there any way to find the timestamp when the permission of a file was modified?? I mean no change to file contents.. Just the chnage of permissions.

:slight_smile:

ls -lc
will tell you when any substantive change to the inode occurred and that does include a permission change. But it's not keyed to permissions alone.