What command would be used to check the gpgp signature on a downloaded source file?
CORRECT TEXT
What command would be used to check the gpgp signature on a downloaded source file? Type
just the name of the command.
What command was typed in to produce the output shown below.
CORRECT TEXT
What command was typed in to produce the output shown below. The entries shown are the full
output of the command, less the actual command.
Type the command and the options to reproduce similar output.
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 394 0.0 0.0 1200 444 tty1 S 01:05 0:00 /sbin/getty 38400 tty1
root 396 0.0 0.0 1200 444 tty3 S 01:05 0:00 /sbin/getty 38400 tty3
root 397 0.0 0.0 1200 444 tty4 S 01:05 0:00 /sbin/getty 38400 tty4
root 398 0.0 0.0 1200 444 tty5 S 01:05 0:00 /sbin/getty 38400 tty5
root 399 0.0 0.0 1200 444 tty6 S 01:05 0:00 /sbin/getty 38400 tty6
root 423 0.0 0.0 1200 444 tty2 S 01:06 0:00 /sbin/getty 38400 tty2
root 426 0.2 0.3 2880 1964 pts/0 S 01:07 0:00 -bash
What is the easiest way of execute the orignal ls command without the alias?
CORRECT TEXT
You wish to execute the ls command but it appears to be aliased. What is the easiest way of
execute the orignal ls command without the alias?
What environment variable should you modify:
CORRECT TEXT
You are using insmod. You do not want to use the default configuration file /etc/modules.conf.
What environment variable should you modify:
What environment variable can be used to override this:
CORRECT TEXT
If the module file name is given without directories or extension, insmod will search for the module
in some common default directories. What environment variable can be used to override this:
which of the following formats?
Lsmod shows information in which of the following formats?
The information displayed by lsmod is identical to that available from:
The information displayed by lsmod is identical to that available from:
What command should you use to unload loadable modules from the running kernel?
What command should you use to unload loadable modules from the running kernel?
What command option of rmmod specifies that all outputs be sent to syslog?
What command option of rmmod specifies that all outputs be sent to syslog?
What utility examines the object file module_file associated with a kernel module and displays any information
What utility examines the object file module_file associated with a kernel module and displays
any information that it can glean?