Exam Name: | CompTIA Linux+ Exam | ||
Exam Code: | XK0-005 Dumps | ||
Vendor: | CompTIA | Certification: | Linux+ |
Questions: | 487 Q&A's | Shared By: | isha |
A new disk was presented to a server as /dev/ sdd. The systems administrator needs to check if a partition table is on that disk. Which of the following commands can show this information?
Which of the following actions are considered good security practices when hardening a Linux server? (Select two).
A Linux administrator is configuring a two-node cluster and needs to be able to connect the nodes to each other using SSH keys from the root account. Which of the following commands will accomplish this task?
A user created the following script file:
# ! /bin/bash
# FILENAME: /home/user/ script . sh
echo "hello world"
exit 1
However, when the user tried to run the script file using the command "script . sh, an error returned indicating permission was denied. Which of the follow-ing should the user execute in
order for the script to run properly?