Post :23 Built-in Commands in Linux Bash Shell

                 🎂Poster::23 🎂
Built-in Commands in Linux Bash Shell.

1. Which command sets up shorthand for command or command line?
a) set
b) alias
c) new
d) echo

Answer: b
Explanation: None.

2. What is the function of bind command in bash shell?
a) defining new macros
b) defining new key bindings for existing commands
c) dumping the installed key bindings
d) all of the mentioned

Answer: d
Explanation: None.

3. The command ‘compgen -c’ shows
a) all variable names
b) all system wide aliases
c) full list of all commands
d) none of the mentioned

Answer: c
Explanation: None.

4. Which statement resumes the next iteration of a for, while, select, or untill loop?
a) continue
b) break
c) complete
d) command

Answer: a
Explanation: None.

5. Which command prints the directory stack?
a) cd
b) dirs
c) popd
d) pushd

Answer: b
Explanation: None.

6. The command ‘disown -r’
a) removes all jobs
b) removes all running jobs
c) marks jobs to not receive SIGHUP when bash exits
d) marks all jobs

Answer: b
Explanation: None.

7. The command ‘enable -n ‘
a) enables the specified built-in command
b) disables the specified built-in command
c) print the status of the command
d) none of the mentioned

Answer: b
Explanation: None.

8. Which command can create environment variable?
a) export
b) set
c) read
d) none of the mentioned

Answer: a
Explanation: None.

9. Which command concatenate the specified argument into a single command, then execute the command?
a) fc
b) eval
c) exec
d) getopts

Answer: b
Explanation: None.

10. The command ‘hash’
a) manages a internal hash table
b) find and remember the full path name of the specified command
c) displays used command names and the number of hits
d) all of the mentioned

Answer: d
Explanation: None.

Related Posts:

  • Important idioms & phrases  To Download Important  idioms & phrases  please Click on below link Important idioms & phrases starting with letter A   … Read More
  • POST 51 Software Engineering 11. Which property of the rapid prototype is not important? (a)   The speed with which it can be developed (b)   The speed with which it can be … Read More
  • Post no 52 soft engg 21. Internal costs include (a)   Developers salaries (b)   Managers and support personnel salaries (c)   The cost of overheads such as utilities, rent and senior managers (d)  … Read More
  • POST 49 Data Warehousing and Data Mining 21. Multiple Regression means(a) Data are modeled using a straight line(b) Data are modeled using a curve line(c) Extension of linear regression involving only one predicator value(d) Extension of linear regression involvin… Read More
  • POST 50 Software Engineering 1. Identify, from among the following, the correct statement. (a)   One of the main challenges Software Engineering facing today is the requirement of most software systems to work with a multitude of homogenous sy… Read More

0 comments:

Post a Comment