Learning basic Unix/Linux
Not sure what I want to do with this.
History
- nix has been around for a very very long time.
Unix
Linux
Basic shell stuff
Commands everyone needs to know
- man = manual, kind of a help system. As long as you already know the cammand you want to get help for.
- ls = list or list storage, will show you the contents of the current director. Or if you give it a path, it will show you whats at that directory.
- cd = Change Directory
- pwd = Show current directory