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.
Asked
Active
Viewed 132 times
1 Answers
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
- 30,396
aircrack-ng
so I googled it to answer your question. There are tons of tutorials on it you could have googled. Typically on this site you ask a question "how can I accomplish x". You're question then should be "How can I hack WiFi Passwords". Then maybeaircrack-ng
steps will be posted in an answer or some other package altogether. That said hacking in this community is generally frowned upon and almost universally an unlawful activity but definitely hacking is universally immoral. – WinEunuuchs2Unix Aug 08 '19 at 23:45