Which command will disable paging and swapping on a device?
CORRECT TEXT
Which command will disable paging and swapping on a device? (Provide only the command with
no additional options or parameters)
CORRECT TEXT The dpkg-____ command will ask configuration questions for a specified package, just as if the
CORRECT TEXT
The dpkg-____ command will ask configuration questions for a specified package, just as if the
which directory will the new menu.lst file be found?
CORRECT TEXT
An administrator has issued the following command:
grub-install –root-directory=/custom-grub /dev/sda
In which directory will the new menu.lst file be found? (Provide the full directory path only without
the filename)
What command will print the shared libraries for the file /usr/lib/libpng12.so?
CORRECT TEXT
What command will print the shared libraries for the file /usr/lib/libpng12.so? (Provide the full
command with library name but without any other options or parameters)
what command should you run for the changes to take effect?
After modifying LILO’s configuration file, what command should you run for the changes to take
effect?
Which command is used to enable disk quotas on a particular filesystem?
CORRECT TEXT
Which command is used to enable disk quotas on a particular filesystem? (Provide only the
command, with no options or parameters)
What is the best utility to create a boot floppy from the disk image?
CORRECT TEXT
You’ve downloaded an image file of a boot floppy disk to your hard drive. What is the best utility to
create a boot floppy from the disk image? (Specify a single command without options.)
which directory must definition files be placed to add additional repositories to yum?
CORRECT TEXT
In which directory must definition files be placed to add additional repositories to yum?
Which TWO runlevels should never be declared as the default runlevel?
Which TWO runlevels should never be declared as the default runlevel?
What output will be displayed on the screen when the following command is executed: grep -o home myfile.txt
The file myfile.txt contains the following data:
joe:x:100:100:Joe:/home/joe:/bin/bash
mike:x:101:101:Mike:/home/mike:/bin/sh
kevin:x:102:102:Kevin:/home/kevin:/bin/sh
matt:x:103:103:Matt:/home/matt:/bin/sh
What output will be displayed on the screen when the following command is executed:
grep -o home myfile.txt