mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 14:15:40 +00:00
996 B
996 B
FAQ: Documentation & Wiki
What is sudo?
The command stands for "superuser do" and in the windows world it is called "run as administrator". Su in "sudo" refers to the "superuser" or in the windows called the "administrator".
Whats the meaning of the ~ character mean in documentation and examples?
The tilde character ~ is the a short way of saying the logged in users home directory in the UNIX world. So for example the Steam Deck:
~ = /home/deck
Read more on Wikipedia
Whats the meaning of the SA acronym in documentation and examples?
SA means Standalone and the emulator is not a core inside RetroArch/LibRetro but a separate program launched within RetroDECK.
Whats the meaning of the CLI acronym in documentation and examples?
CLI stands for command-line interface and is often refereed commands you can run in the the Linux Terminal