Is there a good, modern, widely accepted, learning Linux resource?
Redderthanmisty @ Redderthanmisty @lemmygrad.ml Posts 5Comments 311Joined 2 yr. ago
Redderthanmisty @ Redderthanmisty @lemmygrad.ml
Posts
5
Comments
311
Joined
2 yr. ago
For learning the terminal, Manpages.
Not sure what a command or program does, how it works, or how to use it? Just type in your terminal:
$ man {command}
And (usually) it will provide just about everything you need to know about it.