XK0-006試験無料問題集「CompTIA Linux+ Certification 認定」

A systems administrator is working on configuration changes and needs to replace a hostname in a specific file. Which of the following commands should the administrator use to complete this task?

解説: (GoShiken メンバーにのみ表示されます)
Users report that a Linux system is unresponsive and simple commands take too long to complete. The Linux administrator logs in to the system and sees the following:

Which of the following is the system experiencing?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following utilities can securely delete a Linux directory from a filesystem and ensure it cannot be recovered?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following cryptographic functions ensures a hard drive is encrypted when not in use?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is a reason multiple password changes on the same day are not allowed?

解説: (GoShiken メンバーにのみ表示されます)
SIMULATION 4
Joe, a user, has taken a position previously held by Ann. As a systems administrator, you need to archive all the files from Ann's home directory and extract them into Joe's home directory.
INSTRUCTIONS
Within each tab, click on an object to form the appropriate commands. Command objects may only be used once, but the spacebar object may be used multiple times. Not all objects will be used.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

正解:
Archive tab:
tar -cvf /tmp/ann.tar -C /home ann
Extract tab:
tar -xvf /tmp/ann.tar -C /home/joe
A Linux systems administrator is running an important maintenance task that consumes a large amount of CPU, causing other applications to slow. Which of the following actions should the administrator take to help alleviate the issue?

解説: (GoShiken メンバーにのみ表示されます)
An administrator has generated an RSA SSH key pair to log in to a remote server. After copying the public key and attempting to log in, the administrator sees the following message:
[email protected]: Permission denied (publickey,password)
After seeing the message, the administrator attempts to connect using ssh -v [email protected] and notices the following debug output:
debug1: send_pubkey_test: no mutual signature algorithm
Which of the following actions should the administrator take first to remediate this issue?

解説: (GoShiken メンバーにのみ表示されます)
An administrator needs to append the output of a Linux command to an existing file for later analysis. Which of the following command-line strings should the administrator use?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following filesystems contains non-persistent or volatile data?

解説: (GoShiken メンバーにのみ表示されます)
An administrator is testing whether an application on a server is available remotely under the IP address 192.168.88.188 on port 5000. Which of the following commands should the administrator use to verify the connectivity?

解説: (GoShiken メンバーにのみ表示されます)