Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:guides:reallybasicnewbie [2013/01/29 10:42] – oui | en:guides:reallybasicnewbie [2013/01/29 14:27] (current) – [su] oui | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| **SomeCommand --SomeParameter [ [SourceObject] DestinationsObject]** | **SomeCommand --SomeParameter [ [SourceObject] DestinationsObject]** | ||
| - | Some commands support more than one parameter at the same time! | + | <note tip>Some commands support more than one parameter at the same time!</ |
| === Parameter --help === | === Parameter --help === | ||
| - | A great number of commands is offering an Help paramater: | + | A great number of commands is offering an Help parameter: |
| **SomeCommand --help** | **SomeCommand --help** | ||
| Line 80: | Line 80: | ||
| === su (without any parameter, or eventually with:) [-] [user] | === su (without any parameter, or eventually with:) [-] [user] | ||
| - | __**Very important: | + | <note warning>exit this phase of processing as soon as possible with the command //exit//!</ |
| **su** opens a sequence of following commands giving you the right from the user, if you name an user, or **root**. I have to enter the adequate password. | **su** opens a sequence of following commands giving you the right from the user, if you name an user, or **root**. I have to enter the adequate password. | ||
| Line 87: | Line 87: | ||
| === man SomeCommand === | === man SomeCommand === | ||
| - | __quit | + | <note tip> |
| Will show you the manual page about the command SomeCommand. | Will show you the manual page about the command SomeCommand. | ||