GET 70% Discount on All Products Coupon code: "Board70"
Which RPM command will output the name of the package which supplied the file /etc/exports?
rpm -F /etc/exports
rpm -qf /etc/exports
rpm -Kl /etc/exports
rpm -qp /etc/exports
rpm -qi/etc/exports
Which of the following statements is correct when talking about /proc/?
All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.
All files within /proc/ are read-only and their contents cannot be changed.
All changes to files in /proc/ are immediately recognized by the kernel.
All files within /proc/ are only readable by the root user.
What is the purpose of the xargs command?
It passes arguments to an X server.
It reads standard input (STDIN) and builds up command lines to execute.
It helps shellscripts take variable argument lists.
It asks a question, graphically, and returns the answer to the shell.
It allows users to specify long options for commands that normally only accept short options.
How many fields are in a syntactically correct line of /etc/fstab?
3
4
5
6
7
TESTED 14 Nov 2024