Difference between revisions of "Advanced Command Line"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
* multiple option types
 
* multiple option types
* grave accent
+
* PATH and tab compltion
 
* process model
 
* process model
** ps -axf
+
** ps (only user's processes)
* file command
+
** ps -axf (all processes)
 +
** kill
 +
** jobs
 +
** suspend
 +
** bg and fg
 +
* Examining files
 +
** file
 +
** cat
 
* copying, creating and moving files
 
* copying, creating and moving files
* PATH and tab compltion
+
** touch
 +
** cp
 +
** mv
 
* copying creating and moving directories
 
* copying creating and moving directories
* I/O redirection, '>', '>>' and tee
+
* I/O redirection
*
+
** '>'
 +
** '>>'
 +
** tee
 +
* Advanced Topics
 +
** grave accent

Revision as of 12: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