Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a) How would the shell implemented in ushl.c behave when the user gives an invalid command (i.e. a command for which no executable exists)? (5
a) How would the shell implemented in ushl.c behave when the user gives an invalid command (i.e. a command for which no executable exists)? (5 points) b) What would happen if the user gives multiple invalid commands? (5 points) c) What happens when the user tries to quit the shell after giving multiple invalid commands. (5 points) You can assume that the makeargv0 function (see its code at http://us sp.cs.utsa.edu usp programs chapterll/makea rgv.c) makes tokens out of the string passed as 1st argument (using delimiters passed in 2nd argument) and stores these tokens in the array pointed to by the 3rd argument. a) How would the shell implemented in ushl.c behave when the user gives an invalid command (i.e. a command for which no executable exists)? (5 points) b) What would happen if the user gives multiple invalid commands? (5 points) c) What happens when the user tries to quit the shell after giving multiple invalid commands. (5 points) You can assume that the makeargv0 function (see its code at http://us sp.cs.utsa.edu usp programs chapterll/makea rgv.c) makes tokens out of the string passed as 1st argument (using delimiters passed in 2nd argument) and stores these tokens in the array pointed to by the 3rd argument
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started