Shell programming

As the output of lsof is wide, you may want to open a 132-column terminal instead of an 80-column terminal for the following questions. 3.1: Identify the PID of your bash process with the ps command, then find its open files using lsof. List the output of the lsof command below. $ sudo -s # lsof -p YOUR_BASH_PID ................
................