NDG Linux Essentials 2.21 | Where Data is Stored Module 13 | Chapter 13 Exam Answers Full 100% 2023
These are questions of Cisco NDG Linux Essentials 2.21 Where Data is Stored Chapter 13 Exam Answers full 100% with the latest version and updated in 2023. All answers are verified by experts with explanations.
-
When you execute the
dmesg
command, the system displays messages that are generated by the kernel. True or False?- True
- False
-
The Linux kernel mounts the following pseudo-filesystems to provide access to information about hardware devices connected to the system: (choose two)
- /devices
- /sys
- /proc
- /info
-
The
/proc
directory contains a subdirectory for each process present on the system. True or False?- True
- False
-
The Process ID (PID) of the init process is:
- 1
- 0
- varies
- 100
-
The process (
ps
) command shows only processes running in the current shell by default. True or False?- True
- False
-
The following system load averages are displayed by the
top
command: (choose three)- 1 minute
- 15 minute
- 10 minute
- 5 minute
-
The
free
command outputs statistics about:- Memory usage
- Disk usage
- Software usage
- CPU usage
-
What directory typically contains log files?
- /proc/loc
- /log
- /usr/log
- /var/log
-
Which log file contains messages regarding authentication and authorization?
- syslog
- messages
- secure
- dmesg
-
All log files contain only text data. True or False?
- True
- False
-
A load average of 1.0 always means the system is fully loaded. True or False?
- True
- False
-
A command that will continuously update statistics about running processes:
head
top
tail
bottom
-
Which of the following is a valid Linux option style for Traditional Unix:
- no dash
- two dashes (–)
- a single dash (-)
- slash (/)
-
Which file contains the information passed to the kernel at boot time?
- /proc/kernel
- /proc/cmdline
- /proc/kargs
- /proc/kopts
-
To make changes permanent for kernel parameter files found under
/proc/sys
, the following file can have entries added to it:- /etc/sysinfo.conf
- /etc/procctl.conf
- /etc/procsys.conf
- /etc/sysctl.conf
-
The
/var
directory has files that change over time. True or False?- True
- False
-
Information about the init process can be found in the
/proc/1
directory. True or False?- True
- False
-
Which of the following commands will allow you to view all processes on the system?(choose two)
ps -eLf
ps aux
ps -ef
ps -A
ps
-
The logging daemon on recent Linux distributions based on systemd is called:
- klogd
- syslogd
- rsyslogd
- journald
-
What does the acronym FHS stand for among the the standards supported by the Linux Foundation?
- Filesystem Hierarchy Standard
- Filesystem Hierarchy Structure
- File Hierarchy Standarduestion ID 2151
-
Which directory is the root of the filesystem?
- /sys
- /home
- /var
- /root
- /
-
The
sbin
directories are primarily intended to be used by the root user. True or False?- True
- False
1 Comment
Oldest