Absolute paths
feel free to call us +800.241.0630 russ@russellcoder.com
Related Articles
-
-
Bash History
russellc, , BASH, 0
Bash keeps a history of your commands No need to re-enter long commands up and down arrow keys •...
-
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 -
List Command Options – ls
russellc, , BASH, 0
Options An argument that starts with a dash is called an option Is -a list all files (including hidden)...
-
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...
-
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...
-
How do you go up one level in a directory? cd ..
russellc, , BASH, 0
type cd .. or cd by itself takes you to the users home directory.