Question
1. Which command would you give to update all installed packages using yum? $yum check $yum update $yum check $yum install 2. Suppose under your
1. Which command would you give to update all installed packages using yum?
$yum check
$yum update
$yum check
$yum install
2. Suppose under your home directory there is a folder called objects,which contains three files: file1.o, file2.o, file3.o
Now you are under the directory of objects.
If you want to archive the three files to a location called /tmp/object.cpio.
The commands should be:
$ ls | cpio ov > /tmp/object
$ ls | cpio ov > /tmp/object.cpio
$ ls | cpio ov < /tmp/object.cpio
$ ls | cpio ov >> /tmp/object.cpio
3. Which of the following protocol is not supported by CUPS
IPP
LPD
UDP
LPR
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started