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...

August 17, 2020 No Comments READ MORE +

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...

August 17, 2020 No Comments READ MORE +

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

January 5, 2019 No Comments READ MORE +

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

January 3, 2019 No Comments READ MORE +

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...

December 29, 2018 No Comments READ MORE +

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...

December 11, 2018 No Comments READ MORE +

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

December 5, 2018 No Comments READ MORE +

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

December 3, 2018 1 Comment READ MORE +

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/

November 23, 2018 1 Comment READ MORE +

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

November 21, 2018 No Comments READ MORE +