What command can an ordinary (non-root) user use to mount a floppy disk in this system?
Consider the following /etc/fstab file: /dev/hda1 swap swap defaults 0 0 /dev/hda2 / ext2 defaults 1 1 /dev/hda3 /home ext2 defaults 1 2 none /proc proc defaults 0 0 /dev/fd0 /media/floppy vfat user,noauto 0 0 What command can an ordinary (non-root) user use to mount a floppy disk in this...
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?
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?A . The Linux kernel must be recompiled.B . The sysctl utility must be used.C . The hdparm utility must be used.D . This feature isn't supported...
Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)
Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)A . betaB . finalC . longtermD . prereleaseE . stableView AnswerAnswer: C, E
After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?
After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?View AnswerAnswer: /usr/src/linux/.config, .config
What is one of the possible commands that an ordinary (non-root) user can use to mount the /dev/sdb1 partition on the /media/usb0 mount point?
Consider the following /etc/fstab file: /dev/hda1 swap swap defaults 0 0 /dev/hda2 / ext2 defaults 1 1 /dev/hda3 /home ext2 defaults 1 2 none /proc proc defaults 0 0 /dev/sdb1 /media/usb0 vfat user,noauto 0 0 What is one of the possible commands that an ordinary (non-root) user can use to...
After changing the default runlevel in the SysV-init configuration file, the system boots in a different than intended runlevel. Where else could this different runlevel be defined?
After changing the default runlevel in the SysV-init configuration file, the system boots in a different than intended runlevel. Where else could this different runlevel be defined?A . In the /etc/sysctl.confB . In the boot loader configuration fileC . In the /etc/runlevel fileD . In the /boot/initramfs fileE . In...
Which files are updated as devices are mounted and unmounted to provide information on the currently mounted devices and the options used? (Choose TWO correct answers.)
Which files are updated as devices are mounted and unmounted to provide information on the currently mounted devices and the options used? (Choose TWO correct answers.)A . /proc/dtabB . /etc/mtabC . /etc/fstabD . /proc/mountsE . /proc/devicesView AnswerAnswer: B, D
During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?
During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?A . /initB . /initrdC . /linuxrcD . /rc.localE . /sbin/initView AnswerAnswer: A
Which directory contains the system-specific udev rule files? (Specify the absolute path including the directory name)
Which directory contains the system-specific udev rule files? (Specify the absolute path including the directory name)View AnswerAnswer: /etc/udev/rules.d, /etc/udev/rules.d/
After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?
After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?View AnswerAnswer: make modules_install, modules_install