-2

How can I learn the terminal terms so I know what I'm doing instead of googling everything, in the sense where I can at least guide myself to do what I need to? An example is I want to use aircrack-ng but I have no clue what anything means to even navigate.

1 Answers1

1

The following you may find helpful

https://tutorials.ubuntu.com/tutorial/command-line-for-beginners#0

https://help.ubuntu.com/community/CommandlineHowto

https://help.ubuntu.com/community/UsingTheTerminal

https://help.ubuntu.com/community/Beginners/BashScripting

however. aircrack-ng is not a terminal command; it's an application run from terminal (https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=aircrack-ng) and guides on using terminal will not tell what options are available for programs, though man aircrack-ng should display the reference-manual page for aircrack-ng (providing the programmer created one)

guiverc
  • 33,561