1) What is piping?
Piping, represented by the pipe character
“|”, is used to combine two or more commands together. The output of the first
command serves as input the next command, and so on.
2) What is a superuser?
A superuser is a special type user who has
open access to all files and commands on a system. Note that the superuser’s
login is usually root, and is protected by a so-called root password.