EX200 Operate running systems • Complete Question Bank
Complete EX200 Operate running systems question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
# systemctl status sshd
● sshd.service - OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2025-02-17 10:30:45 EST; 2h 15min ago
Main PID: 1234 (sshd)
Status: "Server listening on 0.0.0.0 port 22."
CGroup: /system.slice/sshd.service
└─1234 /usr/sbin/sshd -D
Feb 17 12:45:01 localhost sshd[1234]: Did not receive identification string from 192.168.1.100 port 54321
Feb 17 12:45:02 localhost sshd[1234]: Connection closed by 192.168.1.100 port 54321 [preauth]
Feb 17 12:46:10 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:10 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:11 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:11 localhost sshd[1234]: Connection closed by 192.168.1.100 port 54322 [preauth]
Feb 17 12:47:05 localhost sshd[1234]: Accepted password for root from 192.168.1.100 port 54323 ssh2
Feb 17 12:47:05 localhost sshd[1234]: pam_unix(sshd:session): session opened for user root by (uid=0)Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Default file system for RHEL 8/9 with journaling and support for large files
High-performance 64-bit journaling file system, default for /boot in RHEL 7
Copy-on-write file system with snapshots and compression (available in RHEL 8/9)
Used for virtual memory, typically as a partition or file
Drag a concept onto its matching description — or click a concept then click the description.
Create a new user account
Modify an existing user account
Create a new group
Set or change a user's password
[root@server ~]# systemctl status sshd
● sshd.service - OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2025-03-10 14:22:34 EDT; 5min ago
Process: 1234 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255)
Main PID: 1234 (code=exited, status=255)
Status: "Failed to start sshd"
CGroup: /system.slice/sshd.service
└─1234 /usr/sbin/sshd -D
Jan 10 14:22:34 server sshd[1234]: fatal: Cannot bind any address.
Jan 10 14:22:34 server sshd[1234]: fatal: Cannot bind any address.[root@server ~]# df -h /var Filesystem Size Used Avail Use% Mounted on /dev/mapper/rootvg-var 20G 19G 1G 95% /var [root@server ~]# du -sh /var/log 5.2G /var/log
[root@server ~]# getenforce Enforcing [root@server ~]# ls -Z /var/www/html/index.html unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/html/index.html [root@server ~]# systemctl status httpd ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled) Active: inactive (dead)
● sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2024-03-11 09:23:45 EDT; 5min ago Process: 1234 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255) Main PID: 1234 (code=exited, status=255) Status: "Failed to start sshd: Address already in use"
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2025-03-10 09:23:45 EDT; 5min ago
Docs: man:httpd.service(8)
Process: 12345 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited, status=1/FAILURE)
Main PID: 12345 (code=exited, status=1/FAILURE)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
Tasks: 0 (limit: 23132)
Memory: 0B
CGroup: /system.slice/httpd.service
Mar 10 09:23:45 server1 systemd[1]: Starting The Apache HTTP Server...
Mar 10 09:23:45 server1 httpd[12345]: [Mon Mar 10 09:23:45.123456 2025] [core:error] [pid 12345] (13)Permission denied: AH00035: access to /var/www/html/index.html denied (status 403)
Mar 10 09:23:45 server1 httpd[12345]: (13)Permission denied: AH00035: access to /var/www/html/index.html denied
Mar 10 09:23:45 server1 systemd[1]: httpd.service: Child 12345 belongs to httpd.service
Mar 10 09:23:45 server1 systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Mar 10 09:23:45 server1 systemd[1]: httpd.service: Failed with result 'exit-code'.