This repository was archived by the owner on Apr 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
UNIX tools
Helen Burns edited this page Oct 29, 2019
·
2 revisions
- To enable readability of files for all
setfacl -m other:r-x */*
chmod og+rx */*make your home directory readable
nfs4_setfacl -a A::<USER>@ds.leeds.ac.uk:RX $HOME- Screen
-
ssh -Y $USER@<host> screen -S <task-related-name> < Start whatever process >
- Detach the screen with: cntrl + a+ d
- Exit and return later
exit < some time later... > ssh -Y $USER@<host> screen -r <task-related-name> <horrah its done> exit
-
screen lsandscreen killare useful commands for multiple screens
-