Basic Navigation 1# Enter privileged EXEC mode 2enable 3 4# Enter global configuration mode 5configure terminal 6 7# Exit to previous mode 8exit 9 10# Exit to privileged EXEC 11end 12 13# Show current mode 14# (indicated by prompt: > user, # privileged, (config)# global config) Configuration Modes 1# Global …
Read MoreCollection of useful shell commands and scripting techniques across different shells and platforms. Topics Bash Commands & Scripting - Linux/Unix shell scripting and useful commands PowerShell Commands - Windows PowerShell scripting and cmdlets CMD Commands - Windows Command Prompt commands Zsh/Sh Commands - Z …
Read More