All public logs
From Cheatsheet
Jump to navigationJump to search
Combined display of all available logs of Cheatsheet. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:58, 28 July 2023 Patrick talk contribs created page Linux:Bash (Created page with "Category:Cheatsheet == Lecture 1 == === General === * https://missing.csail.mit.edu/ BASH stands for the Bourne Again SHell. <syntaxhighlight lang="bash"> [root@ubuntu ~]# echo "Hello world" Hello world [root@ubuntu ~]# echo Hello\ world Hello world </syntaxhighlight> An environment variable is used to store the location to search for programs on the system: <syntaxhighlight lang="bash"> [root@ubuntu ~]# echo $PATH /root/.local/bin:/root/bin:/usr/local/sbin:/sbin...")