On Jan 23 2024, at 2:38 pm, Chris Caudle <chris@chriscaudle.org> wrote:
Can you show the output of `ulimit -a` to display the permissions currently active for your logged in account?


Sorry, been working on some shell scripts recently; just to clarify, if you are typing  in on the command line you do not need the ` characters, that is something used to pass around values in shell scripts.  Just type ulimit -a on the command line and it will print out the permissions.

-- Chris Caudle