From 4ecd552d95cebbb3c2c7c3b525848b6f16ea0002 Mon Sep 17 00:00:00 2001 From: Ryan Rathsam Date: Wed, 19 Jul 2023 15:17:03 -0400 Subject: [PATCH] priv update --- xdmod/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdmod/README.md b/xdmod/README.md index 34adc62..59826cc 100644 --- a/xdmod/README.md +++ b/xdmod/README.md @@ -1465,7 +1465,7 @@ that the `xdmod` user has read permission and the `hpcadmin` user has write acce In preparation for obtaining the `ondemand` logs we'll need to make a slight adjustment to the destination folder privs. ```shell -[hpcadmin@xdmod /] sudo chmod -R 760 /scratch/ondemand/logs +[hpcadmin@xdmod /] sudo chmod -R 770 /scratch/ondemand/logs [hpcadmin@xdmod /] sudo chown -R xdmod:hpcadmin /scratch/ondemand/logs ```