We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eac7e commit 4ecd552Copy full SHA for 4ecd552
xdmod/README.md
@@ -1465,7 +1465,7 @@ that the `xdmod` user has read permission and the `hpcadmin` user has write acce
1465
1466
In preparation for obtaining the `ondemand` logs we'll need to make a slight adjustment to the destination folder privs.
1467
```shell
1468
-[hpcadmin@xdmod /] sudo chmod -R 760 /scratch/ondemand/logs
+[hpcadmin@xdmod /] sudo chmod -R 770 /scratch/ondemand/logs
1469
[hpcadmin@xdmod /] sudo chown -R xdmod:hpcadmin /scratch/ondemand/logs
1470
```
1471
0 commit comments