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
* PATH and tab compltion
+
* bash
 +
** programming language
 +
** environment variables
 +
** PATH and tab completion
 +
** /etc/init.d/networking
 
* process model
 
* process model
 
** ps (only user's processes)
 
** ps (only user's processes)

Revision as of 12:45, 16 June 2007

  • multiple option types
  • bash
    • programming language
    • environment variables
    • PATH and tab completion
    • /etc/init.d/networking
  • 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