Which of the following commands is used to change options and positional parameters within a running Bash shell?
Which of the following commands is used to change options and positional parameters within a running Bash shell?
The command used to change options and positional parameters within a running Bash shell is 'set'. This command allows you to modify shell options and variables, making it the correct choice for the given question.
why "set"??
The set command is a built-in function of the Bourne shell (sh), C shell (csh), and Korn shell (ksh), which is used to define and determine the values of the system environment. The option B and C are not a commands, and the option A and E are used for other things
Agreed!
set very basic
True: https://phoenixnap.com/kb/linux-set