Skip to main content

Linux command: cd

cd - Change the current directory

cd   : Change to current user's home directory
cd ~ : Change to current user's home directory
cd - : Change to previous directory

Popular posts from this blog

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.