Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:basicnewbie [2013/01/29 10:46] – [Daily used Linux commands] oui | en:guides:basicnewbie [2013/03/01 18:58] (current) – edit and link to handbook linea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Daily used Linux commands ====== | ====== Daily used Linux commands ====== | ||
| - | After the start of our SliTaz base (see here) we did [[login]] and see now, following a Welcome message, a [[prompt]] | + | After starting |
| < | < | ||
| - | We can immediately understand who is doing where: | + | Now we can immediately |
| - | * **tux** is my [[login]] | + | * **tux**, is my [[login |
| - | * **@** as I am " | + | * **@**, is where I am " |
| - | * **dolilive** | + | * **dolilive**, something |
| - | * **:** what we will do is await at the [[prompt]] and it will be active | + | * **:**, what we chose to do is awaiting us at the [[prompt]] and it will be actived |
| - | * **~** in my «home» (**~** is the symbol for the home of the user logged in!) | + | * **~**, is my «home» (**~** is the symbol for the home directory |
| - | We enter at the prompt our first command: | + | <note warning> |
| + | |||
| + | If you are //root//, any data will be automatically registered in the special directory ///root//. The tree of the main directory is also named the //root of the file system//. The symbol / is the first sign that you see alone or in the first place of all the other paths! It is not possible to unbind the //root of the file system// and the main directory //root// is used by the administrator //root// for all of their transactions! This directory ///root// is a special directory as for example as it has to be in the same partition as the tree of main directories as well as hold the contents of the first level! | ||
| + | |||
| + | The //home// of users is a subdirectory in the main directory ///home//! The path is as follows: | ||
| + | |||
| + | < | ||
| + | |||
| + | tux can be defined differently at the installation if you don't want to be called tux! In such a case the path would be: **/ | ||
| + | |||
| + | We can enter now at the prompt our first command: | ||
| ===== ls ===== | ===== ls ===== | ||
| + | |||
| + | __You don't need to exit__ | ||
| + | |||
| + | **ls** is a command to list files located in the actual directory. Adding parameters and/or paths it can do that in each directory where you have the rights and can do more than just showing the file names. | ||
| + | |||
| + | Please test: | ||
| + | * ls --help | ||
| + | |||
| + | (more? see [[http:// | ||
| + | |||
| + | And test now please: | ||
| + | * ls /usr/bin | ||
| + | |||
| + | ===== See Also ===== | ||
| + | \\ | ||
| + | [[en: | ||
| + | |||
| + | |||
| + | |||
| + | |||