From 771c37141b63703155a74dab7deacfc9eb993d97 Mon Sep 17 00:00:00 2001 From: laz Date: Sun, 9 Feb 2025 10:26:18 +0100 Subject: [PATCH] faq --- wiki-rtd/docs/wiki_faq/faq-documentation.md | 34 +++++++++++---------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/wiki-rtd/docs/wiki_faq/faq-documentation.md b/wiki-rtd/docs/wiki_faq/faq-documentation.md index 165d8dd..7063dd6 100644 --- a/wiki-rtd/docs/wiki_faq/faq-documentation.md +++ b/wiki-rtd/docs/wiki_faq/faq-documentation.md @@ -2,30 +2,32 @@ - - ## 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". +The command stands for "superuser do". +`su` in `sudo` refers to the `superuser` -## 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: +**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](https://en.wikipedia.org/wiki/Home_directory) +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. -## 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 - +## What does the CLI acronym mean? +CLI stands for command-line interface and refers to commands you can run in the Linux Terminal.