Difference between revisions of "Advanced Command Line"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
* multiple option types | * multiple option types | ||
| − | * | + | * PATH and tab compltion |
* process model | * process model | ||
| − | ** ps -axf | + | ** ps (only user's processes) |
| − | * file | + | ** ps -axf (all processes) |
| + | ** kill | ||
| + | ** jobs | ||
| + | ** suspend | ||
| + | ** bg and fg | ||
| + | * Examining files | ||
| + | ** file | ||
| + | ** cat | ||
* copying, creating and moving files | * copying, creating and moving files | ||
| − | * | + | ** touch |
| + | ** cp | ||
| + | ** mv | ||
* copying creating and moving directories | * copying creating and moving directories | ||
| − | * I/O redirection | + | * I/O redirection |
| − | * | + | ** '>' |
| + | ** '>>' | ||
| + | ** tee | ||
| + | * Advanced Topics | ||
| + | ** grave accent | ||
Revision as of 11:42, 16 June 2007
- multiple option types
- PATH and tab compltion
- process model
- ps (only user's processes)
- ps -axf (all processes)
- kill
- jobs
- suspend
- bg and fg
- Examining files
- file
- cat
- copying, creating and moving files
- touch
- cp
- mv
- copying creating and moving directories
- I/O redirection
- '>'
- '>>'
- tee
- Advanced Topics
- grave accent