Unix Commands
https://devhints.io/bash which -- locate a program file in the user's path Example: which helm echo $OLDPWD - OLDPWD holds the location where you were previously groups - command displays the groups to which current user belongs umask chgrp - Change groupname for a file/folder chown - change owner of a file/folder find . -mtime 0 - files created in last 24 hours Iperf - a tool for network performance measurement and tuning. passwd < username > - change password for the user workload identity GKE set -x enables a mode of the shell where all executed commands are printed to the terminal set +x disables it df -h free -m uptime iostat To run a cammand assigned to a variable: l = ls $l -------------------------------------- There are a few shortcuts if you want all of the arguments from the previous command, or just the last argument. For all of the arguments: <command> !* For just the last argument: <command> !$ I/O Redirection: Crontab: crontab -l Will list cronta