Linux Administration/Commands/Redirects

From Wikiversity
Jump to navigation Jump to search

This lesson covers streams, pipes, and redirects.

Objectives and Skills[edit | edit source]

Objectives and skills for the streams, pipes, and redirects portion of Linux+ certification include:[1]

  • Use streams, pipes, and redirects
    • Redirecting standard input, standard output and standard error
    • Pipe the output of one command to the input of another command
    • Use the output of one command as arguments to another command
    • Send output to both stdout and a file
    • The following is a partial list of the used files, terms and utilities:

Readings[edit | edit source]

  1. Wikipedia: Redirection (computing)
  2. Wikipedia: Standard streams: stdout, stderr and how to redirected them: 2>&1

Multimedia[edit | edit source]

  1. YouTube: Using Linux Stream, Pipes, and Redirects

Activities[edit | edit source]

  1. Complete the tutorial IBM: Learn Linux, 101: Streams, pipes, and redirects

Lesson Summary[edit | edit source]

Key Terms[edit | edit source]

See also[edit | edit source]

References[edit | edit source]