Homework 6- Raul Manquero-Ochoa

Homework 6- Raul Manquero-Ochoa

Shell Utilities:

  1. printenv

b.This shell utility is helpful in seeing which variables are local or global, depending on what you will be using them for. This is helpful to see what files are easily accessible, since not all programs or data will be easy to access. This helps see what variables are defined in the environment and how that can affect the processes going on in that environment.

2. stty

a. This shell utility is helpful to see what combination of keys does what in the terminal. This utility allows for changes if you input and discard any characters you don’t want. This is used for showing or changing anything in the terminal, and it can be useful in different settings to stop a program from processing or refresh your mind on what the control for a specific action was.

 

3. seq

a. This shell utility allows for a sequence to happen within a specified range and with a specified increment. If no increment is found, then it will just go through the numbers one by one. As my examples are very basic, this shell utility is useful for genertaing numbers for large datasets that have loops.

Package Install: