Write a command that will display files in the current directory, in a colored, long format.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the use of the tee command?
What is command substitution?
Differentiate multiuser from multitask.
What are shell variables?
How do you switch from any user type to a super user type?
What is the use of -l when listing a directory?
What is wild-card interpretation?
Describe file systems in unix?
briefly describe the shell's responsibilities?
Differentiate relative path from an absolute path?
Explain the importance of directories in a unix system
What are some common shells and what are their indicators?
what is wrong with this interactive shell script?