Category Archives: Shell Script

Bash Scripting for Ubuntu: Episode 3

Welcome to Episode 3 This episode is mostly about variables, which are names for places in memory where you will store values. Values can be strings of characters or numbers. Bash doesn’t require you to choose which type of value … Continue reading

Posted in Bash, Shell Script, Ubuntu Desktop | Leave a comment

Bash Scripting for Ubuntu: Episode 2

This is episode 2 of a serialized article It was started to explain certain features of the bash shell scripting language. I will be posting it across several weeks as time permits.  please feel free to ask questions and we … Continue reading

Posted in Bash, Shell Script | Leave a comment

Bash Scripting for Ubuntu: Episode 1

“…If you are in the habit of starting sessions as root, this is a marvelous time to break that dangerous habit. In Ubuntu or Debian Linux distributions, you rarely see the root symbol as they use the sudo command to act as pseudo-root for just as long as you need to….” Continue reading

Posted in Bash, Shell Script, Ubuntu Desktop | 1 Comment