Tài liệu ActualTests Exam: 117-101 Title : General Linux Ver : 01.22.04 docx

52 272 1
Tài liệu ActualTests Exam: 117-101 Title : General Linux Ver : 01.22.04 docx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Exam: 117-101 Title : General Linux Ver : 01.22.04 117-101 Section A contains 236 questions Section B contains 94 questions The total number of questions is 330 Section A QUESTION What option is used with the useradd command to specify the user's home directory? A -d B -h C -u D -a Answer: A QUESTION What switch is used with the usermod command to change a user's secondary groups? A -G B -group C -d D -U Answer: A QUESTION Do changes to the inittab file require a reboot in order to take effect? A No B Yes Answer: A QUESTION You want to repeat the last command you entered How would you this? A # B !! C #l D ## Answer: B QUESTION What option can be used with the shutdown command to cancel a pending shutdown? A shutdown -c B shutdown -x C shutdown -n D shutdown -u Answer: A QUESTION Which of the following are required in the /etc/passwd file when creating a user account? (Choose all that apply) A login name B userid C default group D password age Actualtests.com - The Power of Knowing 117-101 E minimum password length Answer: A, B, C QUESTION You have just added the following line to your syslog.conf file: lpr.info /dev/console But, line printer messages are not being sent to the console What is most likely the problem? A after modifying the syslog.conf file, the syslog daemon needs to be restarted B the entry is formatted incorrectly C the syslog daemon reads it configuration information from the syslogd file Answer: A QUESTION What run level represents basic multi-user? A B C D Answer: A QUESTION What command be used to find the systems previous run level? A runlevel B level C rlevel previous D show level previous Answer: A QUESTION 10 What syslog.conf facility represents user authentication processes? A auth B proc C user D login Answer: A QUESTION 11 What syslog.conf facility represents the cron daemon? A crond B daemon C cron D crontab Answer: C QUESTION 12 Which of the following syslog identifiers represents the highest priority? A notice B warning C error D critical Answer: D Actualtests.com - The Power of Knowing 117-101 QUESTION 13 Which of the following switches can be used with the tar command to find out the difference between two tar files? A -c B -v C -d D -t Answer: C QUESTION 14 You want to add files to a previously created tar file You want to replace existing files with newer files, how can you this? A Use the append command B Use the tar command with the -t switch C Use the add command D Use the tar command with the -u switch Answer: D QUESTION 15 What syslog.conf facility represents kernel processes? A user B proc C daemon D kern Answer: D QUESTION 16 You want to view a listing of previously entered commands What command would you use? A hist B histfile C show buff D history Answer: D QUESTION 17 Which of the following syslog identifiers represents the highest priority? A alert B error C critical D emerg Answer: D QUESTION 18 You want to uninstall lilo Which of the following would you to accomplish this? A lilo -u B remove lilo C uninstall lilo D lilo -r Answer: A Actualtests.com - The Power of Knowing 117-101 QUESTION 19 Linux is a(n) _ operating system, meaning the source code is freely available A Open sourced B User licensed C Closed source D Open binary Answer: A QUESTION 20 DNS provides to IP address mappings A NETBIOS name B host name C MAC address Answer: B QUESTION 21 You want there to be grace days after a password expires before an account becomes disabled How would you this? A Use the useradd command with the -f switch B Check the delay option in user admin C Edit the user's user.conf file D Use the useradd command with the -d switch Answer: A QUESTION 22 You had a contractor come into your company You originally set his account to expire after thirty days You now need to change this How can you this? A usermod -e B usermod -a C usermod -x D usermod -d Answer: A QUESTION 23 You want to have the process /etc/myprocess run when the system enters run level Which of the following inittab entries would accomplish this? A 5:3:once:/etc/myprocess B 3:4:once:/etc/myprocess C once:3:4:/etc/myprocess D once:5:3:/etc/myprocess Answer: A QUESTION 24 What option can be used with the shutdown command to send a warning message alerting users that the system will be shut down? A shutdown -k B shutdown -w C shutdown -a D shutdown -c Answer: A Actualtests.com - The Power of Knowing 117-101 QUESTION 25 Which of the following syslog.conf entries would cause kernel error messages to be sent to the system console? A kern warning console B kern.error console C kern.warning /dev/console D kern error console Answer: C QUESTION 26 What run level represents multi-user? A B C D Answer: A QUESTION 27 What syslog.conf facility represents miscellaneous daemons? A misc B proc C kern D daemon Answer: D QUESTION 28 What syslog.conf facility represents Unix to Unix copy? A ucp B copy C uucp D uuc Answer: C QUESTION 29 Which of the following syslog identifiers represents the highest priority? A info B warning C notice Answer: B QUESTION 30 You want to add information to a previously created tar file How would you this? A Use the tar command with the -a switch B Use the append command C Use the add command D Use the tar command with the -r switch Answer: D QUESTION 31 What syslog.conf facility represents user processes? A auth Actualtests.com - The Power of Knowing 117-101 B proc C user D u Answer: C QUESTION 32 What command can be used to print out system boot messages? A bootm B bmsg C messages D dmesg Answer: D QUESTION 33 You want to set a 30 second delay before your system boots to the default kernel Which of the following command lines would this? A lilo -t 30 B lilo -d 30 C lilo delay 30 D lilo 30 Answer: B QUESTION 34 What command can be used to show all variables? A set B varlist C show var D show Answer: A QUESTION 35 What option is used with the useradd command to specify the user's user id? A -u B -s C -ui D -id Answer: A QUESTION 36 You are adding a new user You want to create the user's home directory only if the directory does not exist Which of the following would accomplish this? A useradd -m B useradd -h -y C useradd -u D useradd -h Answer: A QUESTION 37 Which of the following can be used to switch your system to run level 1? A init B inittab Actualtests.com - The Power of Knowing 117-101 C rlevel D level Answer: A QUESTION 38 You want to a system shutdown, but you don t want the shutdown to occur immediately You want the system to wait 60 seconds before doing the shutdown What option can be used with the shutdown command to wait 60 seconds before starting the shutdown? A shutdown -t 60 B shutdown -w C shutdown -c 60 D shutdown -t Answer: A QUESTION 39 What run level represents administration mode? A B C D Answer: B QUESTION 40 What file does init processes use as its control file? A /etc/inittab B /etc/proc C /etc/init D /etc/initproc Answer: A QUESTION 41 What syslog.conf facility is used to create timestamps in log files? A mark B stamp C time D tstamp Answer: A QUESTION 42 Which of the following commands can be used to create a tar archive file in verbose mode? A tar -v B tar -cvf C tar -c D tar -vf Answer: B QUESTION 43 What is the name of the configuration file used by the syslog daemon? A syslog.conf B syslogd C slog.conf Actualtests.com - The Power of Knowing 117-101 D system.conf Answer: A QUESTION 44 What lilo.conf parameter will cause the root file system to be mounted read only? A no-write B read C no-right D read-only Answer: D QUESTION 45 Which of the following syslog.conf entries would cause kernel error messages to be sent to the system console? A kern warning console B kern.error console C kern.warning /dev/console D kern error console Answer: C QUESTION 46 What option is used with the useradd command to specify the user's login shell? A -s B -l C -u D -sh Answer: A QUESTION 47 Which of the following can be used to change a user's home directory? A usermod -d B usermod -h C usermod -u D usermod -c Answer: A QUESTION 48 You want to have the process /etc/myprocess to run when the system enters run level You want the system to wait until the process completes Which of the following inittab entries would accomplish this? A 7:2:wait:/etc/myprocess B 2:7:wait:/etc/myprocess C wait:2:7:/etc/myprocess D wait:7:2:/etc/myprocess Answer: A QUESTION 49 Which of the following syslog.conf entries would cause kernel warning messages to be sent to the system console? A kern.console warning B kern.warning /dev/console C kern.warning.console Actualtests.com - The Power of Knowing 117-101 D kern warning console Answer: B QUESTION 50 You want to repeat a command that began with the letters 'ab' How would you this? A !ab B list ab C #ab D show ab Answer: A QUESTION 51 What syslog.conf facility represents login processes? A proc B login C user D auth Answer: D QUESTION 52 What option can be used with the shutdown command to cancel a pending shutdown? A shutdown -c B shutdown -x C shutdown -n D shutdown -u Answer: A QUESTION 53 Which of the following commands can be used to extract a tar file? A tar -vf B tar -xvf C tar -e D tar -v Answer: B QUESTION 54 Which of the following Linux packages can be used for web caching? A qmail B squid C apache D samba Answer: B QUESTION 55 What lilo.conf parameter is used to specify what device should be mounted as root by default? A root B drive C mntroot D mount Answer: A Actualtests.com - The Power of Knowing 117-101 C The new disk is conflicting with the SCSI adapter D The new SCSI drive is conflicting with the IDE boot drive E The new SCSI drive needs a different SCSI ID Answer: E QUESTION 205 You want to redirect the last 30 lines of a file to another file What single command would best fit your needs? Answer: tail Explanation: exact is: tail *n30 "file name" QUESTION 206 What symbol can be placed at the end of a line to indicate that the command continues on the next line? A / B \ C ; D | E : Answer: B QUESTION 207 Which two programs will allow you to change the priority of a program already running? (Choose two) A top B nice C niceit D renice E chnice Answer: B, D QUESTION 208 Which command removes all subdirectories in /tmp, regardless of whether they are nonexistent or in use? A del /tmp/* B m -rf /tmp C rm -Ra /tmp/* D rm -rf /tmp/* E delete /tmp/*,* Answer: D QUESTION 209 The command is typically used to search files for a specified string Answer: grep QUESTION 210 What utility would use to remove/display columns from each line of a file? A pwd B col C cut D tail Actualtests.com - The Power of Knowing 117-101 E extract Answer: C QUESTION 211 After executing the following command line, what will be the contents of the file myout.txt? echo \"test king\" | cat > myout.txt A Cert killer B "Cert killer" C Cert killer cat D the file is empty Answer: B QUESTION 212 You are writing a script to automate some tasks You would like to be able to have a log of everything that you see printed to your console, yet you want to be able to see the output on the console as well What textutils command would typically be used to accomplish this? Answer: tee QUESTION 213 Which line below would count the total number of lines with the word "Certkiller" in /var/log/maillog? A wc -l 'Certkiller /var/log/maillog' B for "Certkiller" in [maillog (count) +1] C wc -l /var/log/maillog | grep 'Certkiller' D cat /var/log/maillog | grep 'Certkiller' | wc -l E cat /var/log/mailog | grep 'Certkiller' | wc -r Answer: D QUESTION 214 In the command 'test < king | Certkiller' A The stdout from the command Certkiller is saved to the file test B The stdout from the command test is saved to the file Certkiller C The command Certkiller receives its stdin from the stderr of test D The command Certkiller receives its stdin from the stdout of test E The command king receives its stdin from the contents of the file Certkiller Answer: D QUESTION 215 The _ daemon is needed to establish a PPP link to another computer? Answer: ppd QUESTION 216 To keep a process running after you logged out, you start it with the command: A nohup B fg C live D sh Answer: A QUESTION 217 To locate all files that are less than days old, you use the _ -mtime -3 command Answer: find Actualtests.com - The Power of Knowing 117-101 QUESTION 218 How can you generate a report on disk usage and quotas for all file systems which are defined in /etc/mtab to be read-write with quotas A quotarep -a B repquota /dev/hd* C repquota -a D quotarep /dev/hd* Answer: C QUESTION 219 You have a Linux system with a 100GB ext2 partition containing large amounts of data To minimize the boot time, you decide to convert it to a journaling file system Which journaling file system would be easiest to convert the partition to (without destroying existing data)? A resiserfs B vfat C ext3 D xfs Answer: C QUESTION 220 If you set the umask to 022, by default what permissions will your files have? A 0220 B 0557 C 0644 D 0755 Answer: C QUESTION 221 What type of information is found in the /etc/fstab file? A Information about mounted file systems B Information about hard disks such as cylinders and heads C Information about file systems and mount points D Information about file systems types such as super block offset E Information about the consistency of each currently mounted file system Answer: C QUESTION 222 You installed a new experimental kernel and found that one of your ext2 partitions no longer functions You tried unsuccessfully to repair it What program can you use to interactively debug the file system? A e2fsck B tune2fs C debugfs D tine2fs E dumpe2fs Answer: C QUESTION 223 You want to make sure certain directories are excluded when you update your locate database file Where would you typically store this configuration? A /etc/locatedb.conf Actualtests.com - The Power of Knowing 117-101 B /etc/slocatedb.conf C /etc/searchdb.conf D /etc/updatedb.conf Answer: D QUESTION 224 What would cause a system to report having excess free space but very few available inodes? A Too many hard links are in use on /home B A user has created many very small files C fsck hasn't been run on /home in a while D Too many symbolic links are in use on /home E The disk needs to be synced before running df Answer: D QUESTION 225 Which of the following commands may be used to view PCI devices seen by the Linux kernel? (Choose two) A less lspci B less /dev/pci C less /proc/pci D less /proc/devices/pci E lspci | less Answer: C, E QUESTION 226 Which entry in /etc/fstab will allow any user to mount and unmount /dev/cdrom? A /dev/cd rom /cd ro,noauto,unhide, all iso9660 0 B /dev/cdrom /cd iso9660 ro,noauto,nonroot 0 C /dev/cdrom /cd iso9660 ro,user,noauto,unhide 0 D /dev/cdrom /cd iso9660 ro,user,noauto,unhide 0 E /dev/cdrom /cd iso9660 ro,noauto,defaults 0 Answer: C QUESTION 227 You have the following file: -rwxrwxr-x foo root Feb 23 07:48 /bin/foo Which of the following commands will change the owner of the file /bin/foo from the foo user to the bar user without affecting group ownership? A chown /bin/foo bar B chown bar /bin/foo C chown bar.foo /bin/foo D chown.foo.bar /bin/foo Answer: C QUESTION 228 Which of the following programs can be used to the find the foo program in the PATH and associated man pages, but not list every file containing foo on the system? A which B search C slocate D where Actualtests.com - The Power of Knowing 117-101 E whereis Answer: A QUESTION 229 What does the command "ln test king" typically do? A It will create a symbolic link from test to king B It will create a hard link from king to test C It will create a symbolic link from king to test D It will create a copy of the file test in king Answer: B QUESTION 230 You are preparing to mount a new ext3 partition What command would you use to check the file system for errors before mounting it? (Include only the command without path, options, or arguments) Answer: e2fsck QUESTION 231 What utility is used to verify the integrity of a file system? (Do not specify path or parameters) Answer: fsck QUESTION 232 Your unmask is set to 002 If you create a new file, what will the permission of the new file be? A –rw-rw-r-B rwxrwx-wC wD rwxrwxr-x Answer: A QUESTION 233 What must be added to the following to enable group quotas for /usr? /dev/hda2 /usr ext2 defaults 1 Answer: grpquota QUESTION 234 You have just set up the X Display Manager What file is typically used as the primary configuration file for XDM? A xdm.config B XF86Config C xdm.conf D Xsetup E xdm-config Answer: E QUESTION 235 You are the administrator for all desktop systems at your company You not have a desktop standard and the users are free to use any window manager they choose Which of the following methods would be easiest to add a menu item to all users' main menu? A There is no easy solution to this problem B Use rsync to synchronize all menus with a central server C Write a script that adds the menu item and have users run it Actualtests.com - The Power of Knowing 117-101 D Add the changes to the /etc/default/main-menu configuration file E Use your package manager to upgrade all the packages at once Answer: C QUESTION 236 You have a USB storage device that you cannot get working You have enabled all appropriate USB options in the latest 2.2 kernel but still cannot get your device working What is the most likely cause of the problem? A You have not configured your usb.usermap properly B You are using the wrong kernel for this type of device C The USB device is not USB 2.O compliant D There is a USB resource conflict Answer: B Section B QUESTION Type the command line including switches to convert and install a Red hat package named package.rpm on a Debian system? Answer: alien -i package.rpm Alternative correct answer: alien install package.rpm QUESTION Type the simplest command with switches to unpack a compressed archive named file1.tar.gz? Answer: tar -zxf file1.tar.gz Alternative correct answers: tar zxf file1.tar.gz tar xzf file1.tar.gz QUESTION You need to remove the package Certkiller regardless of dependencies, type the command with switches that will this? Answer: rpm -e Certkiller nodeps Alternative correct answers: rpm -e nodeps Certkiller QUESTION Type the command will identify the ip address range used by a NIC? Answer: cat /proc/ioports QUESTION Type the shortest command including switches, to remove the installed Red hat Package named packagename from the system Answer: rpm -e packagename QUESTION You need to replace all instances of the word Certkiller with Certkiller in a file called file.txt, and send the output to a file named Certkiller.txt Type the simplest command string to accomplish this Answer: sed 's/Certkiller/Certkiller/g' file.txt > Certkiller.txt QUESTION Type the command line that will list information, and all file locations on the installed package my package? Actualtests.com - The Power of Knowing 117-101 Answer: rpm -qil my package Alternative correct answers: rpm -qli my package QUESTION Type the command line to check the installed package my package for any configuration file changes since install? Answer: rpm -V my package QUESTION Type the simplest RPM command to list where the package file Certkiller.rpm will install its files Answer: rpm -qpl Certkiller.rpm Alternative correct answer: rpm -qlp Certkiller.rpm QUESTION 10 What is the full path including the filename of the configuration file that stores the locations of all library files on the system? Answer: /etc/ld.so.conf QUESTION 11 On boot, your system shows messages that mention library file errors What command should you type (command only) to attempt to fix the library errors? Answer: ldconfig QUESTION 12 What command will display the needed libraries for the program myprog1 to run? Answer: ldd myprog1 QUESTION 13 Type in the command line that will execute cmd2 regardless of exit status of cmd1 Assume these commands are on the systems PATH and the command names are cmd1 and cmd2 Answer: cmd1;cmd2 Alternative correct answers: cmd1 ; cmd2 cmd1; cmd2 cmd1 ;cmd2 QUESTION 14 Type in the command line that will display the partitions on just the Secondary Slave drive in your system Answer: fdisk -l /dev/hdd QUESTION 15 What would be the device name of the 2nd SCSI disk on your system? Include the full path to the device file Answer: /dev/sdb QUESTION 16 What is the device file for the first logical drive in the extended partition of the Secondary Master IDE drive? Include the full path and filename Answer: /dev/hdc5 QUESTION 17 Type the full command line to begin partitioning the second SCSI drive on your system using the most common disk partitioning tool Answer: fdisk /dev/sdb Actualtests.com - The Power of Knowing 117-101 QUESTION 18 Type in the device file including path for the second serial port Answer: /dev/ttyS1 QUESTION 19 What is the IRQ of COM1? Answer: QUESTION 20 What is the IRQ of COM3? Answer: QUESTION 21 What is the IRQ of COM2? Answer: QUESTION 22 Type in the device file and full path to first serial port Answer: /dev/ttyS0 QUESTION 23 Type in the IO address of device /dev/ttyS3 Answer: 02e8 Alternative correct answers: 02e8h 02E8h 02E8 2e8 2E8 QUESTION 24 What is the device file and full path for the LPT1 port? Answer: /dev/lp0 QUESTION 25 Type in just the numeral of the IRQ most likely to conflict on a system that has both a sound card and second LPT port Answer: QUESTION 26 What is the full path and filename of the LPT2 port? Answer: /dev/lp1 QUESTION 27 Type in the VI command line that would open the file mytestfile.txt and line number it? Answer: vi +"set number" mytestfile.txt Alternative correct answers: -vi mytestfile.txt +"set number" -vi "+set number" mytestfile.txt -vi mytestfile.txt "+set number" QUESTION 28 Type in the variable name that controls the size of the command line history (Type the variable as it would be used on the command line.) Answer: $HISTSIZE Actualtests.com - The Power of Knowing 117-101 QUESTION 29 Type in the Variable name of the variable that stores the location of the command line history file (Type the variable as it would be used on the command line.) Answer: $HISTFILE QUESTION 30 Type in just the name of the default file that the command line history is stored in for a logged in user Answer: bash_history QUESTION 31 You are building a system administration shell script and always want a particular line to read a file named Certkiller1.txt that exists in the home directory of every user, regardless of who the user is What would be the full path including the filename for this file, for the current user? Answer: ~/Certkiller1.txt Alternative correct answer: $HOME/Certkiller1.txt QUESTION 32 Type in the file name and full path of the configuration file where you would set the variable HISTSIZE for all users of the system Answer: /etc/profile QUESTION 33 Type in just the name of the command that allows you to edit the command history, and will execute the contents of the buffer when exited Answer: fc QUESTION 34 Type in the full path and name of the file that you would edit to change the default startup runlevel of the system so that it starts an X session on boot up instead of a text mode session Answer: /etc/inittab QUESTION 35 Type the command and argument that would cause the default permissions on newly created files to be set as: rw- r r-Answer: umask 022 Alternative correct answer: umask 0022 QUESTION 36 You wish to start a process and run it in the background The binary executable is my binary, and it's in your path Type in the command in its simplest form to this Answer: my binary & QUESTION 37 You have back grounded a job called big Certkiller When you type jobs and the command line it comes back with the following info jobs [1] Running job1 [2] - Running big Certkiller [3]+ Stopped job5 Type the command any switch(es) that would bring big Certkiller to the foreground Answer: fg %2 Actualtests.com - The Power of Knowing 117-101 QUESTION 38 You wish to see the processes that are taking up CPU resources and their PID numbers Type in the command that would this including the options/arguments to cause a refresh every second Answer: top -d Alternative correct answers: top -d1 QUESTION 39 The process big Certkiller is out of control, and efforts to cleanly stop it fail You have executed a ps command and it displays the following info PID TTY TIME CMD 3541 pts/0 10:10:10 big Certkiller 3558 pts/0 00:00:00 ps What command should you type to absolutely stop the runaway process? Answer: kill -9 3541 QUESTION 40 What is the IO Address of the second serial port Answer: 02f8 Alternative correct answer: 02F8 02F8h 02f8h 2f8 2F8 2f8h 2F8h QUESTION 41 What command line tool can be used to display the window attributes of an X window Type in the command line without flags or path Answer: xwininfo QUESTION 42 You wish to edit the file 'mytextfile' with the VI editor and search for the string 'Certkiller' Type in the command line to open the file and highlight the first instance of Certkiller, (and any others) Answer: vi +/Certkiller mytextfile Alternative correct answer: vi mytextfile +/Certkiller QUESTION 43 You wish to copy lines down from your cursor position into the and append it to the b buffer Type the key combination to this Answer: "B3yy QUESTION 44 sing the VI editor you wish to paste the contents of the b buffer to the position of the cursor What key combination would you type Answer: "bp Alternative correct answers: "Bp QUESTION 45 You wish to match instances of the word 'Many' that are at the beginning of a line in the vi editor What is the key combination to this? Include the character to indicate a search in VI, and type the command Actualtests.com - The Power of Knowing 117-101 as if you were in Command Mode in VI Answer: /^Many QUESTION 46 You wish to search for lines in VI that end with the string 'happy' Input the keystrokes to achieve this, including the vi search character Answer: /happy$ QUESTION 47 You wish to match the character string v2.1 v2.2 v2.3 through to v2.9 within VI Type the search string to achieve this Answer: /v2\.[1-9] QUESTION 48 From the LILO: or Boot: prompt you wish to start the kernel named linux and set the machine at run level Type the command line to this? Answer: linux Alternative correct answers: linux s linux S linux single QUESTION 49 You wish to know what the previous runlevel the system was in Type in the command to show this Answer: runlevel QUESTION 50 What command will remove all files named core in the home directories of users (/home), that are more than days old? Type in the simplest command that would this, without any prompting to delete the files Answer: find /home -mtime +7 -name core -exec rm -f {} \; QUESTION 51 What is the variable name that holds the terminal capabilities variable, which is usually set to vt100? Type the variable exactly as it would be used at the command line Answer: $TERM QUESTION 52 You wish to cut the 3rd and 7th fields from a colon (:) delimited text file called 'myCertkiller' and display them on the screen Type the command that would this? Answer: cut -d : -f 3,7 myCertkiller Alternative correct answers: QUESTION 53 You wish to find out the full path of the binary executable "cmd1" Type just the command that will show the first instance of the command Answer: which cmd1 QUESTION 54 You wish to enable remote X access for the hosts: host1, host2 and host3 Type in the command and any needed arguments to this Answer: xhost +Host1 Host2 Host3 Actualtests.com - The Power of Knowing 117-101 QUESTION 55 You wish to move all files and directories from within /home/john to the directory /home/Certkiller Type in the command line that would this? Answer: mv /home/john/* /home/Certkiller Alternative correct answer: mv /home/john/* /home/Certkiller/ QUESTION 56 You wish to copy the full contents of the /home/jack directory and all subdirectories to the /home/king directory Type in the simplest command to this Answer: cp -R /home/jack/* /home/king QUESTION 57 What must you type immediately after adding new fonts to an X window system, to make them available to the system? Answer: mkfontdir QUESTION 58 Type in the command that would start an application to check for color depth of an X window Answer: xwininfo QUESTION 59 What is the name of the point to point protocol daemon that is used when connecting with a modem? Answer: pppd QUESTION 60 What is the name of the X configuration tool that runs in text mode from the command line, and has a large number of questions? Answer: xf86config QUESTION 61 What is the name of the X configuration tool that runs in a simplified X-like environment? Answer: XF86Setup QUESTION 62 What is the name of the X configuration tool that runs in graphical text mode? Answer: Xconfigurator QUESTION 63 You have a package called debianpkg.deb and wish to convert it to an rpm Type the command line that will this for you including switches Answer: alien -r debianpkg.deb Alternative correct answer: alien to-rpm debianpkg.deb QUESTION 64 You wish to install a package named package.deb using the apt-get tool Type the simplest command line to this Answer: apt-get install package.deb QUESTION 65 What is the name and full path to the location of the dpkg database? Answer: /var/lib/dpkg Actualtests.com - The Power of Knowing 117-101 QUESTION 66 Type in the command line to upgrade a package using the apt-get command The package name is package1 Answer: apt-get upgrade package1 QUESTION 67 Type in the command to update the apt-get database with new or updated packages Answer: apt-get update QUESTION 68 What is the location including the full path to where apt-get stores its downloaded packages? Answer: /var/cache/apt/archives QUESTION 69 You wish to install a debian package using dpkg called debianpackage.deb Give the simplest command line to this Answer: dpkg -i debianpackage.deb Alternative correct answer: dpkg install debianpackage.deb QUESTION 70 What file must be put in the root of a file system for quotas to be enabled for users? Answer: quota.user Alternative correct answer: aquota.user QUESTION 71 What command on an rpm-based system will upgrade any existing packages on a system, but not add any packages? Type just the command and switch(es) Answer: rpm -F QUESTION 72 What command on an rpm-based system will upgrade any existing packages on a system, and add any packages needed? Type just the command and switch(es) Answer: rpm -U QUESTION 73 Type only the name of the file or utility will show you the last system bootup messages Answer: dmesg QUESTION 74 What letter command will show you the values set by the /etc/profile script file for the entire system? Answer: env QUESTION 75 What letter command will show you the values set by the /etc/bashrc script file for the entire system? Answer: set QUESTION 76 You are the root user of a system, and need to gather quota information about all users on the system Type the command along with any options and arguments to accomplish this Answer: repquota -a QUESTION 77 On a standard Linux system as a normal user, what umask value will cause your file to be created with the following permissions ? drwxr-x - username group 512 Mar 11:16 dir1 Actualtests.com - The Power of Knowing 117-101 -rw-r - username group Answer: 027 Alternative correct answer: 0027 Mar 11:16 file1 QUESTION 78 A file named "Certkiller1" is set with the following ownership: Owner = foo Group = bar You want to change this file's ownership to be totally owned by foobar, what command string will accomplish this? Answer: chown foo.bar Certkiller1 Alternative correct answer: chown foo:bar Certkiller1 QUESTION 79 You are experiencing errors and strange occurrences on an Ext2 file system, and want to debug it's operations Type just the command that will most directly accomplish this Answer: debugfs QUESTION 80 You are the system administrator for an X server, and experience attempts to initiate an unathorized session from host21 What command with options and arguments would deny access only to host21 for X sessions? Answer: xhost -host21 QUESTION 81 What command or option will allow a program to continue operations after the invoking user has logged out of the system? Type just the answer Answer: nohup QUESTION 82 What is the name and full path of the file that contains the system wide Environment variables and Startup programs? Answer: /etc/profile QUESTION 83 Type just the name of the file in a normal user's home directory that will set their local user environment and startup programs on a default Linux system Answer: bash_profile QUESTION 84 On a default Linux system, what is the name of the file that sets users aliases and functions? Answer: bashrc QUESTION 85 What is the name and full path of the file that contains the system wide aliases and functions for the default Linux shell? Answer: /etc/bashrc QUESTION 86 What is the name of the file that runs on user logout, usually set to clear the screen? Answer: bash_logout QUESTION 87 You are in your home directory You have made changes to your bash_profile and incorporated a modified PATH variable Type in the command that will reread the bash_profile and set the changes you have made Actualtests.com - The Power of Knowing 117-101 Answer: source bash_profile Alternative correct answer: bash_profile QUESTION 88 You wish to set your shell options so that the output from a redirect will NOT overwrite an existing file Type the command including switches Answer: set -o noclobber QUESTION 89 You wish to turn off the shell option that stops you overwriting existing files Type the command in that will this including switches Answer: set +o noclobber QUESTION 90 You wish to list all files within your current working directory that are of the type ASCII, showing just a single line for each of those files Type in the command string that would accomplish this Answer: file * | grep ASCII Alternative correct answer: file * | grep -i ASCII QUESTION 91 You wish to configure your soundcard Type in the name of the Red Hat text/gui application that allows you to set/autodetect the sound card? Answer: sndconfig QUESTION 92 You wish to find out more information on a file e.g Last accessed, Modified changed, Inode What is the simplest command that would show this information for a file called Certkiller? Answer: stat Certkiller QUESTION 93 You wish to copy the entire contents of the /dev/hda1 to /dev/hdb1 block by block Type in the simplest command that would this? Answer: dd if=/dev/hda1 of=/dev/hdb1 QUESTION 94 You have a floppy image called boot.img in your current working directory and wish to transfer this image to a floppy device /dev/fd0 Type in the simplest command that would this? Answer: dd if=boot.img of=/dev/fd0 Actualtests.com - The Power of Knowing ... inittab entries would accomplish this? A 7:2 :wait:/etc/myprocess B 2:7 :wait:/etc/myprocess C wait: 2:7 :/ etc/myprocess D wait: 7:2 :/ etc/myprocess Answer: A QUESTION 49 Which of the following syslog.conf... Answer: D QUESTION 192 Which RPM command would produce the following output Name : xwhois Relocations: (not relocatable) Version : 0.3.7 Vendor: Certkiller Release : Build Data: Fri 06 Aug 1999 0 9:2 9:0 7... Aug 1999 0 9:2 9:0 7 AM EDT Install date : (not installed) Build Host: desktop.infohvy.com Group : Application/Internet Source RPM: (none) Size : 74057 License: GPL Packager : Ryan Weaver

Ngày đăng: 24/01/2014, 19:20

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan