Under process commands, what does ‘ps’ mean?
Process status
What does ps do
Utility for viewing information concerning a selection of running processes on a system
it reads information from the virtual files in /proc file system
under process commands, what does kill mean?
a built-in command which is used to terminate processes manually
What does csh and bash mean?
C Shell
Bourne Again Shell
Unix systems uses these kinds of shell”
C shell or the TC Shell
Linux uses what shell?
Bash
What are the common use-case for aliases?
Used to substitute a command for another
Commonly used to map longer commands to shorter key sequences.