mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-08 14:52:54 -04:00
update linux
This commit is contained in:
parent
7b712d1da1
commit
e98af2fb96
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ For example, navigating the contents of your computer with the File Manager GUI
|
|||
|
||||
When you open a Terminal (the CLI application), you get a *prompt*. It is called a prompt because it is prompting you to say something in a language that the Terminal understands. Prompts differ in what information is displayed, but they all end with the `$` character. You then give *commands* to the Terminal. The Terminal responds, then redisplays the prompt to take more commands.
|
||||
|
||||
The best way to learn the basics of the command line is to interact with it. We recommend the [Foundations: Linux Journey](https://techlearningcollective.com/foundations/linux-journey/the-shell) exercise to learn some basic commands. The [Software Distribution and Packages](https://techlearningcollective.com/foundations/linux-journey/software-distribution) exercise will teach you what you need to know to [install software in Qubes](/posts/qubes/#how-to-install-software).
|
||||
The best way to learn the basics of the command line is to interact with it. We recommend the [Foundations: Linux Journey](https://techlearningcollective.com/foundations/linux-journey/) "Command Line" module to learn some basic commands. The [Software Distribution and Packages](https://techlearningcollective.com/foundations/linux-journey/software-distribution) exercise will teach you what you need to know to [install software in Qubes](/posts/qubes/#how-to-install-software).
|
||||
|
||||
Some commands require elevated privileges, equivalent to "Open as Administrator" in Windows. For example, installing software usually requires this. Prefixing a command with `sudo` will execute it as the administrative user, named root (note: the root user is not the same as the root directory, and the two should not be confused). A root prompt will display `#` instead of `$`. Be especially careful with any commands you run while using these elevated privileges, as you'll have the power to erase your entire hard drive or change important files. It is helpful to know that text is pasted in the Terminal with Ctrl+Shift+V (i.e. the Shift key must also be pressed).
|
||||
|
||||
|
@ -58,7 +58,7 @@ Most Linux users will rarely need to use the CLI. If you're using Tails, you sho
|
|||
|
||||
Additionally, the CLI is needed for the more secure installation of both [Tails](/posts/tails-best/#appendix-gpg-explanation) and [Qubes OS](https://www.qubes-os.org/security/verifying-signatures/) to verify the download's authenticity.
|
||||
|
||||
If you ever don't understand what a command does, try searching [explainshell](https://explainshell.com/) for it.
|
||||
If you ever need to edit a text file from the command line, [you can use `nano`](https://phoenixnap.com/kb/use-nano-text-editor-commands-linux). If you ever don't understand what a command does, try searching [explainshell](https://explainshell.com/) for it.
|
||||
|
||||
# Going Further
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue