Difference between revisions of "Linux 101"
From Christoph's Personal Wiki
(Started article) |
|||
| Line 32: | Line 32: | ||
</div> | </div> | ||
| − | == See also == | + | ==See also== |
| − | * [[Linux]] | + | *[[Linux]] |
| + | |||
| + | ==External links== | ||
| + | *[http://blog.lxpages.com/ultimate_linux.html The Ultimate Linux Reference Guide for Newbies] (very basic stuff!) | ||
{{stub}} | {{stub}} | ||
[[Category:Technical and Specialized Skills]] | [[Category:Technical and Specialized Skills]] | ||
Latest revision as of 05:21, 18 May 2007
This article will be a beginners guide to using Linux.
The commands
| Basic commands | |||
|---|---|---|---|
| Command | Description | ||
| ls | Displays a list of files in the current working directory, like the dir command in DOS | ||
| cd directory | change directories | ||
| passwd | change the password for the current user | ||
| file filename | display file type of file with name filename | ||
| cat textfile | throws content of textfile on the screen | ||
| pwd | display present working directory | ||
| exit or logout | leave this session | ||
| man command | read manual (or 'man') pages on command | ||
| info command | read informational (or 'info') pages on command | ||
| apropos string | search the whatis database for strings | ||
See also
External links
- The Ultimate Linux Reference Guide for Newbies (very basic stuff!)
This article is curently a "stub". This means it is an incomplete article needing further elaboration.
I always welcome suggestions, comments, and criticism. If you have something to contribute to this site, please follow this link: Contributing Information. Thank you!