2024-02-18 15:40:21 +00:00
|
|
|
# FAQ: Documentation & Wiki
|
|
|
|
|
2025-02-13 07:58:23 +00:00
|
|
|
<img src="../../wiki_icons/retrodeck/icon-rd.svg" width="75">
|
2024-02-18 15:40:21 +00:00
|
|
|
|
|
|
|
## What is sudo?
|
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
The command stands for "superuser do".
|
2024-02-24 09:42:24 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
`su` in `sudo` refers to the `superuser`
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
**In the Windows world**
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
Think of it as:
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
`administrator` = `superuser`
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
`run as administrator` = `sudo`
|
2024-02-24 09:42:24 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
## What does the ~ character mean?
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
The tilde character (~) is a shorthand for the logged-in user's home directory in the UNIX world. For example, on the Steam Deck:
|
|
|
|
|
|
|
|
`~ = /home/deck`
|
2024-02-24 09:42:24 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
Read more on: [Wikipedia: Home Directory](https://en.wikipedia.org/wiki/Home_directory)
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
## What does the SA acronym mean?
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
SA stands for Standalone, meaning the emulator is not a core inside RetroArch but a separate program launched within RetroDECK.
|
2024-02-18 15:40:21 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
## What does the CLI acronym mean?
|
2024-02-24 09:42:24 +00:00
|
|
|
|
2025-02-09 09:26:18 +00:00
|
|
|
CLI stands for command-line interface and refers to commands you can run in the Linux Terminal.
|