Lecture 3
chmod mode file
chmod mode filechmod otr file
chmod otr filechmod oug=rw file
chmod oug=rw filechmod u=r file.txt
chmod u=r file.txtShell Scripts
Variables
if Statement Format
if Statement FormatExample: Check if argument is in dictionary
Example: A 'good' password should not be in the dictionary. Answer whether a word is a good password.
Syntax for doing math
Bash Loops
Bash For loops
Last updated