Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:basic_commands [2011/05/16 03:35] – [List the Contents of a Directory] Guy | wiki:basic_commands [2011/05/16 09:40] (current) – [Stop an Application] Guy | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| < | < | ||
| + | ==== Change Directory ==== | ||
| + | To change to a directory within the one you are in, use | ||
| + | < | ||
| + | |||
| + | To change to a directory in the directory in one you are in, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change to the root directory, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change to a directory in root, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change to the home directory, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change to a directory within the home directory, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change up to the directory containing the one you are in, use | ||
| + | |||
| + | < | ||
| + | |||
| + | To change up two levels, use | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Display the Contents of a File ==== | ||
| + | |||
| + | To display the contents of a file, use | ||
| + | |||
| + | < | ||
| + | |||
| + | This may be used to read text files. | ||
| + | |||
| + | ==== As Root or Administrator ==== | ||
| + | |||
| + | To have root or administrator permissions, | ||
| + | |||
| + | < | ||
| + | |||
| + | before commands. | ||
| + | |||
| + | For example, to start the text editor as root or administrator, | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Stop an Application ==== | ||
| + | |||
| + | To stop an application, | ||
| + | |||
| + | < | ||