Advanced Command Line

From FreekiWiki
Revision as of 12:42, 16 June 2007 by Rwlove (talk | contribs)
Jump to navigation Jump to search
  • 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