1. What command must be used to create an ext3 file-system?
- mkext3fs
- mkjfs
- mke3fs
- mke2fs
- mkext2fs
2. What needs to be done to enable 32 bit I/O transfer mode for (E)IDE disks, on a system running a 2.4 series Linux kernel?
- The Linux kernel must be recompiled.
- The sysctl utility must be used.
- The hdparm utility must be used.
- This feature isn't supported in 2.4 series kernels.
- This feature is enabled by default in 2.4 series kernels
3. DNSSEC is used for?
- Encrypted DNS queries between nameservers.
- Cryptographic authentication of DNS zones.
- Secondary DNS queries for local zones.
- Defining a secure DNS section.
- Querying a secure DNS section.
4. Which of these commands allows you to use shared libraries that are in /usr/local/lib?
- export LD_PRELOAD=/usr/local/lib
- export LD_LIBRARY_PATH=/usr/local/lib
- ldconfig /usr/local/lib
- ldd /usr/local/lib
5. Which TWO archiving formats are used to create an initramfs image?
- gzip
- tar
- rar
- cpio
- bzip2
6. After unpacking the source code for a Linux kernel, what is the first make command that should be run which will delete any current configuration and all generated files?
This command will ensure that no inappropriate files were left in the kernel archive by the maintainer.
- make depend
- make distclean
- make config
- make clean
- make mrproper
7. Which script, in the linux/scripts directory, can be used to add up grades or updated code to the 2.6.xx kernel source code?
- patch
- patch-kernel
- kernel-update
- upgrade-kernel
- upgrade
8. What tool can you use to print shared library dependencies?
- ldconfig
- ldd
- libdep
- libpath
- ldev
9. Which of the following commands will copy one disk partition /dev/sda3 to /dev/sdb3?
- dd if=/dev/sdb3 of =/dev/sda3 bs=4096 conv=notrunc
- dd if=/dev/sda3 of=/dev/sdb3 bs=4096 conv=notrunc
- dd --input /dev/sda3 --output /dev/sdb3 bs=4096 conv=notrunc
- dd --input /dev/sdb3 --output /dev/sda3 bs=4096 conv=notrunc
10. After unpacking source code, what file is used by configure to create a final Makefile?
- configure.in
- configure.ac
- Makefile.in
- Makefile.tmpl
Source: dumpsbase.com
0 comments:
Post a Comment