What is the best utility to create a boot floppy from the disk image?
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 any options or parameters.
What command would you use from the Bash shell to achieve this?
You have a text file with tab-separated values, but your application needs them space-separated. What command would you use from the Bash shell to achieve this?
Please fill in the command only, without any options.
You wish to send the output of a command to standard output (stdout) and save it to a file. The command to use
You wish to send the output of a command to standard output (stdout) and save it to a file. The command to use is ______________.
Do not specify any arguments.
What program would you use to increase or decrease the priority of a command before it is executed?
What program would you use to increase or decrease the priority of a command before it is executed?
Which character(s) do you put between the commands on the command line to accomplish this?
You wish to execute two commands, one after the other. However, you only want the second command to execute if the first is successful.
Which character(s) do you put between the commands on the command line to accomplish this?
Which directory should have its own mountpoint and/or hard drive?
You are building a server that will have many hardware and operating system upgrades. The server is the file server for all users on your 100 user network.
Which directory should have its own mountpoint and/or hard drive?
which kernel drives?
You suspect that a new ethernet card might be conflicting with another device. Which file should you check within the /proc tree to learn which IRQs are being used by which kernel drives?
Which utility can be used to convert a . rpm package to .deb package format?
Which utility can be used to convert a . rpm package to .deb package format?
(Enter command without any arguments)
what is the next command to run?
You are compiling some software from source. After running ./configure with the appropriate arguments and no errors, what is the next command to run?
where should you install the binaries to be available to all users on your system?
You have written a custom tool on your local system. Following the File Hierarchy Standard (FHS), where should you install the binaries to be available to all users on your system?