This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

Working with the BASH Shell - Linux

You'll be introduced to command input/output, redirection, and piping in Linux.

TBaeten
By
Created Date 05.26.15
Last Updated 05.26.15
Viewed 107 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit
151

Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!

But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.

Download the Chakalaka mobile app here:
Topics of this game:
  • What is responsible for providing the user interface, interpreting commands, and manipulating command input/output in the Fedora operating system within the CLI Environment?
  • These are numeric labels representing command input and command output.
  • Which of these descriptors refers to a command's normal output that is displayed on the terminal?
  • Which of these file descriptors refers to information processed by the command during execution?
  • Which of these file descriptors refers to error messages generated by the command and displayed on the terminal?
  • What shell metacharacter is used to redirect stdout and stderr from the terminal screen to a file?
  • What shell meta-character is used to append additional output from stdout and stderr to an existing file?
  • It's possible to send stdout of one command to another command as stdin by using ______.
  • What metacharacter do you use when using pipes to string commands together?
  • Multiple pipes can be used on the command line to pass information from one command over to a series of commands.

User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.