Introduction to Linux in HPC/Linux Directory Structure
Introduction to Linux in HPC/Linux Directory Structure /
Jump to navigation
Jump to search
Revision as of 16:19, 1 October 2020 by Mukund-pondkule-6a11@uni-paderborn.de (talk | contribs) (Created page with "__TOC__ === Video === <!--T:5--> <youtube width="600" height="400" right>IfD9IPixgpo</youtube> [https://git-ce.rwth-aachen.de/hpc.nrw/ap2/tutorials/linux/-/blob/master/Slid...")
Video
Linux Introduction Slides 33 - 48 (16 pages)
Slide Layout
page 1:
Windows: drive letter + backslash (C:)
Linux: standard tree directory structure
Absolute path: starts with /
Relative path: w.r.t. working directory
page 2 - 11:
Animation for directory structure
example directories
page 12:
everything is a file: /dev and /proc
program/script can be found with which
special directories: ., .. and ~
page 13:
cd command
page 14: 40 sec
ls command
page 15:
specific commands: Ctrl+key (C, Z, D), exit and clear
page 16:
no undo
make sure what you want to do
Quiz
Which keys can be used for command history?
| Info: | Working directory in console reminds user, where they are. (page 3) |
| Warning: | In command line user may forget where they are. (page 2) Child processes may stop, if parent shell exits. (page 2) |