Tagged Questions
0
votes
1answer
60 views
Can I allow a ruby script read access to a file but not the user invoking the script?
I have installed a ruby script (script.rb) on a Linux system that 'requires' another file (required.rb) with a bunch of custom methods.
I do not want to let my users read required.rb.
If i remove ...