How to set up a a Sticky Bit for REL public directories?
Follow these steps to set up a Sticky Bit for REL public directories:
- Make a user called "looker" on the Linux box with the group ID 9999
- sudo adduser -u 9999 looker
- Make it the owner of the insights install directory.
- sudo chown looker /home/rpadev/insights
- Make the perms on the insights directory 744.
- sudo chmod 744 /home/rpadev/insights