XK0-006試験無料問題集「CompTIA Linux+ Certification 認定」
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.


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
tar -cvf /tmp/ann.tar -C /home ann
Extract tab:
tar -xvf /tmp/ann.tar -C /home/joe
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?
[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?
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
