command line, shell

Variables and functions in bash

$PPID prints the bash’s parent process ID Readonly variables Use readonly prefix before assigning a variable to make it immutable. Environment variables env command lists