-Your first bash sessionPrompt shows username, hostname and current working directory and Depends on configuration
-“cd”: Change Directory
-cd move directly to home directory
-cd somefolder move into somefolder
-cd .. move one directory upwards
-“pwd”: Path to working directory “Is”: list contents of directory
Your first bash session
feel free to call us +800.241.0630 russ@russellcoder.com
Related Articles
-
Your first bash session
russellc, , BASH, 0
-Your first bash sessionPrompt shows username, hostname and current working directory and Depends on configuration -“cd”: Change Directory -cd move...
-
Absolute paths
russellc, , BASH, 0 -
How to Remove Directories (Folders) – Centos 7
russellc, , BASH, command line, Linux OS, terminal, 0
How to Remove Directories (Folders) To remove an empty directory use the -d option. rm -d dirname Copy To remove non-empty...
-
-
Relative Paths
russellc, , BASH, 0 -
-
Safety Switch -i
russellc, , BASH, bash, saftey switch, 0
Safety first: the -i switch • Prompt before overwriting or deleting files • Use the-i switch • “cp-i” and...
-
Bash History
russellc, , BASH, 0
Bash keeps a history of your commands No need to re-enter long commands up and down arrow keys •...