COMPLETE SOLUTIONS |VERIFIED
Which of the following commands can be used to manage most of the
password properties? - ACCURATE ANSWER✅✅chage
Which parameter specifies the default location where the Apache web
server looks for its contents? - ACCURATE ANSWER✅✅Document
Root
Which of the following commands sets the sales group as the group
owner of newfile without changing the user owner?Each correct answer
represents a complete solution. Choose all that apply. - ACCURATE
ANSWER✅✅chown .sales newfile chown :sales newfile
Bella works as a Linux system administrator for ABC Inc. She wants to
create a volume group with the name as vgdata and add the physical
device i.e /dev/sdc to the volume group. Which of the following
commands will help Bella in accomplishing the task? - ACCURATE
ANSWER✅✅vgcreate vgdata /dev/sdc
Which timedatectl command sets the current time? - ACCURATE
ANSWER✅✅set-time TIME
Bella works as a Linux system administrator for ABC Inc. She used
crontab -e, which opens an editor interface and creates a temporary file.
, In which of the following directories this temporary file moved after
editing? - ACCURATE ANSWER✅✅/var/spool/cron
Consider the following steps to perform the boot procedure on Linux:
Performing POST, Loading the boot loader, Starting /sbin/init, Switching
to the root file system, Running the default target, Processing
initrd.target, Loading the kernel, Selecting the bootable device, What is
the correct order of steps? - ACCURATE ANSWER✅✅1, 8, 2, 7, 3, 6,
4, 5
Which of the following is a directory that contains log files that are
written by the Apache web server? - ACCURATE
ANSWER✅✅var/log/httpd
Which of the following utilities are used for compression of files on
Linux? - ACCURATE ANSWER✅✅gzip bzip2
Which of the following commands sets the user lisa as the owner of
myfile? - ACCURATE ANSWER✅✅chown lisa myfile
Which of the following is an installation source used for installing
software? - ACCURATE ANSWER✅✅Respository
Which of the following statements tells the parent shell whether the
script was successful? - ACCURATE ANSWER✅✅exit