From f67f5cfed55cb2ac26f29d16ad1f099461e7cf98 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 16:54:58 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/inputrc.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'chapter07/inputrc.xml') diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml index f8327beb9..977e9755f 100644 --- a/chapter07/inputrc.xml +++ b/chapter07/inputrc.xml @@ -7,7 +7,9 @@ Creating the /etc/inputrc file -Inputrc deals with the mapping of the keyboard for +/etc/inputrc + +/etc/inputrc deals with the mapping of the keyboard for certain situations. This file is the start-up file used by readline - the input related library used by Bash and most other shells. @@ -26,7 +28,7 @@ file. A later page sets up Bash to use /etc/profile is read (usually at login). If you want your system to use both, or don't want global keyboard handling, it is a good idea to place a default -.inputrc into the /etc/skel +.inputrc into the /etc/skel directory for use with new users. @@ -36,17 +38,17 @@ can not be on the same line as commands. If you will create an .inputrc in -/etc/skel using the command below, change the +/etc/skel using the command below, change the command's output to /etc/skel/.inputrc and be sure to check/set permissions afterward. Then you can just copy that file to /etc/inputrc and the home directory of any user already existing in the system, including root, that needs -a private version of the file. Be sure to use the parameter +a private version of the file. Be sure to use the -p parameter of cp to maintain permissions and be sure to change owner and group appropriately. -cat > /etc/inputrc << "EOF" +cat > /etc/inputrc << "EOF" # Begin /etc/inputrc # Make sure we don't output everything on the 1 line @@ -89,6 +91,6 @@ set bell-style none "\e[F": end-of-line # End /etc/inputrc -EOF +EOF -- cgit v1.2.3-54-g00ecf