Difference between revisions of "Introduction to Linux in HPC/Users and permissions"

From HPC Wiki
Introduction to Linux in HPC/Users and permissions
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[Category:Tutorials]]
 +
 
__TOC__
 
__TOC__
  

Revision as of 17:15, 23 October 2020


HPC.NRW
HPC.NRW
Other HPC Courses
GPU Introduction to GPU Programming
GPROF Gprof Tutorial
Introduction to Linux in HPC
1. Historical Background
2. The Command Line
3. Directory structure
4. Files
5. Text display search
6. Processes and permissions
7. The vim text editor
8. Shell scripting environment variables
9. System configuration files
10. Various tips
11. Beyond the cluster
12. Linux in HPC
13. SSH Login


Video


Quiz

Which command can prevent other users not in your group from writing to input.dat?

chmod u-w input.dat
chmod o-w input.dat
chmod g-w input.dat


Exercises in Terminal (slide 89)

1. Create an empty file, make it read-only, make it executable.
2. Start a process (e.g. sleep 10m)
3. Start a process, bring it into background/foreground.


Previous Page
Main Menu Page
Next Page