Which program produced this output?
The following data is some of the output produced by a program. Which program produced this output?
<code>
strftime (” Thu”, 1024, “%a”, 0xb7f64380) =4
fwrite (“Thu”, 3, 1, 0xb7f614e0) =1
fputc (‘ ‘, 0xb7f614e0) =32
strftime (” Feb”, 1024, ” %b”, 0xb7f64380) =4
fwrite (“Feb”, 3, 1, 0xb7f614e0) =1
fputc (‘ ‘, 0xb7f614e0) =32
fwrite (“19”, 2, 1, 0xb7f614e0) =1
</code>
Which of the following is the correct method to configure this?
The user’ quotas on the server were reduced from 200MB to 100MB. Besides sending emails to all
users, it was requested that a message should communicate the change every time a user access the
server. Which of the following is the correct method to configure this?
How can you update a package only if an earlier version is currently installed on the system?
How can you update a package only if an earlier version is currently installed on the system?
What is the cause of this?
On bootup, LILO prints out LIL and stops. What is the cause of this?
how can the lost GRUB first stage loader be recovered?
A GRUB boot loader installed in the MBR was accidentally overwritten. After booting with a rescue
CD-ROM, how can the lost GRUB first stage loader be recovered?
What is most likely the cause of this?
You are preparing a new set of shared libraries in /usr/local/applib and you have written and
compiled some code that uses these libraries. You have already performed and ldconfig, however
the system still cannot find the shared libraries. What is most likely the cause of this?A. You used
the wrong compiler.
Which of the following commands will fix this error by pointing the kernel image to the new root partition?
A server was rebuilt using a full system backup but with a different disk setup. The kernel won’t
boot, complaining it cannot find the root filesystem. Which of the following commands will fix this
error by pointing the kernel image to the new root partition?
Why is the root file system mounted read-only during boot and remounted with write permission later on?
Why is the root file system mounted read-only during boot and remounted with write permission
later on?
Where can lilo place boot code?
Where can lilo place boot code?
What is the best way to accomplish this?
An administrator wants to issue the command echo 1 >/var/ log/boater.log once all of the scripts in
/ etc/rc2.d have been executed. What is the best way to accomplish this?