Shell Environments
Environments which provide command-line access
Scripts
Pre-written code designed to run automated tasks
SSH
SecureShell, which allows Linux command access on port 22
PowerShell
Administrative command line for Windows systems
cat Command (Linux)
Shows contents of a file
head Command (Linux)
Shows first few lines of a file
tail Command (Linux)
Shows last few lines of a file
grep Command (Linux)
Searches contents of a file
chow Command (Linux)
Changes a file or directory user owner
chgrp Command (Linux)
Changes a file or directory group owner
chmod Command (Linux)
Change permissions on a file or directory
Linux file permissions
Read (r), Write (w), Execute (x)
Linux file ownerships
User owner (u), Group owner (g), Others (o) Weird: O = others, NOT owner