101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 90


Which of the following commands is used to change options and positional parameters within a running Bash shell?

Show Answer
Correct Answer: D

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.

Discussion

3 comments
Sign in to comment
LucaaaOption: D
Jan 4, 2021

why "set"??

richta
Jan 31, 2021

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

iwkno6
Jul 28, 2021

Agreed!

AmycertOption: D
Feb 7, 2023

set very basic

blk_542Option: D
Nov 20, 2022

True: https://phoenixnap.com/kb/linux-set