21⟩ Which command runs the shell built-in command 'command' with the given argument? a) builtin b) caller c) there is no command present for this purpose d) none of the mentioned
a) builtin
“Bash Arithmetic Expressions frequently Asked Questions in various Linux Bash Arithmetic Expressions job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”
a) builtin
a) It is greater than 1000
d) all of the mentioned
a) by entering "hello"
a) 'ggl' will print 3 times
c) program will generate an error message
a) 'globalguideline' will print 4 times
a) exec
a) compgen
d) -P
c) both (a) and (b)
Explanation:'fc -l' is used to list history of commands and 'fc -e' to edit them and 'history' command also provides the histroy of commands.
a) !!
Explanation:'!cat' will re-execute the last cat command, '!3′ will re-execute the third last command and '!$' will execute the last argument of previous command.
a) it is the ability to stop and resume any process running in shell at a later point
a) jobs
b) a unique number, assigned to each job in shell
b) stops the process running in the shell
Explanation:
Ctrl-Z key combination generates a SIGTSTP signal and stops the process running in the shell.
a) fg
Explanation:
bg command brings a foreground job into the background.
a) terminate the job whose command line starts with s
b) stop background jobs if they try to send output to the terminal
c) killall