You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Show current directory
$ pwd
// Move to another directory
$ cd path/to/directory
// Show file and folder in current directory
$ ls
$ ls -l // As list with permission
// Copy file