Wiki/wiki-rtd/docs/wiki_faq/faq-documentation.md
2025-03-23 12:10:19 +01:00

50 lines
1.2 KiB
Markdown

# FAQ: Documentation & Wiki
<img src="../../wiki_icons/retrodeck/icon-rd.svg" width="75">
## What is sudo?
The command stands for "superuser do".
`su` in `sudo` refers to the `superuser`
**In the Windows world**
Think of it as:
`administrator` = `superuser`
`run as administrator` = `sudo`
## What does the ~ character mean?
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`
Read more on: [Wikipedia: Home Directory](https://en.wikipedia.org/wiki/Home_directory)
## What does the SA acronym mean?
SA stands for Standalone, meaning the emulator is not a core inside RetroArch but a separate program launched within RetroDECK.
## What does the CLI acronym mean?
CLI stands for command-line interface and refers to commands you can run in the Linux Terminal.
## When a guide tells me to create a .XYZ file what does that mean?
Often when a guide tells you to create an empty file, for example:
- `.ps3`
- `.psvita`
- `.scumm`
- `.m3u`
**Note:** This was done in KDE
What you need to do is:
1. `Right Click` -> `Create New` -> `Text File`
2. Open and edit it with a text editor like: Kate, Kwrite, or the text editor of your choice.