» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 11/20
11.You have to type your name and title frequently throughout the day and would like to decrease the number of key strokes you use to type this. Which one of your configuration files would you edit to bind this information to one of the function keys?
Answer: .inputrc

Explanation: The inputrc file is used to map keystrokes to text or commands. You can use this file to make a function key display your name and title. Other common uses include mapping a function key to lock your computer or run a command.

Reference: http://beyond.linuxfromscratch.org/view/cvs/postlfs/inputrc.html

« Question 10 Question 12 »