💾 Archived View for tilde.team › ~drwasabi › learning-nix-guide.gmi captured on 2023-09-08 at 17:20:01. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2021-11-30)
🚧 View Differences
-=-=-=-=-=-=-
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