Linux OS Shell Question:
Download Questions PDF

Which variable will display the list of the positional parameters?
a) $#
b) $*
c) $?
d) $$

Linux Shell Interview Question
Linux Shell Interview Question

Answer:

b) $*

Download Linux Shell Interview Questions And Answers PDF

Previous QuestionNext Question
? Specifies:
a) one or more character
b) zero or more charecter
c) one character
d) None of the above
Which of the following command provides the list of the functions defined in the login session?
a) declare -f
b) declare -F
c) both (a) and (b)
d) none of the mentioned