You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, when we make directory /tmp/archie with subprocess, it has overly restrictive permissions, so it makes it hard to switch between users on beavo and still read the log.
Need to change everything in /tmp/archie to be g+w:
chmod -R g+w /tmp/archie
Add a subprocess call that runs this command into the uncle archie script.
The text was updated successfully, but these errors were encountered:
By default, when we make directory /tmp/archie with subprocess, it has overly restrictive permissions, so it makes it hard to switch between users on beavo and still read the log.
Need to change everything in
/tmp/archie
to beg+w
:Add a subprocess call that runs this command into the uncle archie script.
The text was updated successfully, but these errors were encountered: