How do you execute (run) a shell script? (The following script is used in questions 2 and 3) root@server1:~$ ./MyScript Sat Sep 21 13:52:32 DST 2019 13:52:32 up 10:10, 0 users, load average: 0.52, 0.58, 0.59 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT Back-ups/ MyScript* callmenu.py echoout hosts listout2 myhosts newdirectory/ prologue world.py
3-2 Shell Scripts – Linux+ and LPIC-1
- How do you execute (run) a shell script?
(The following script is used in questions 2 and 3)
root@server1:~$ ./MyScript
Sat Sep 21 13:52:32 DST 2019
13:52:32 up 10:10, 0 users, load average: 0.52, 0.58, 0.59
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
Back-ups/ MyScript* callmenu.py echoout hosts listout2 myhosts newdirectory/ prologue world.py
Lab-Files/ badoutput dir1/ file1* listout morenames names passwd@ sortednames
root@server1
2. What causes the following error message? How do you remove the cause of the error.
root@server1:~$ MyScript
MyScript: command not found
root@server1:~$
3. How can you make the output of MyScript more readable.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps