Free Oracle 1z1-105 Exam Dumps Questions & Answers
| Exam Code/Number: | 1z1-105Join the discussion |
| Exam Name: | Oracle Linux 6 Advanced System Administration |
| Certification: | Oracle |
| Free Question Number: | 97 |
| Publish Date: | Aug 15, 2026 |
| # of views: | 2762 |
|
|
|
Identify the minimum required steps to configure an NIS master.
1.Ensure that the yptools, ypbind, and ypserv RPMs are installed.
2.Configure and set the NIS domain name.
3.Start the ypserv service.
4.Start the ypxfrd service.
5.Start the yppasswdd service
6.Run ypinit -m
7.Start the ypbind service
Consider a cgroup configuration in the /etc/cgconfig.conf file:
mount {
cpuset = /cgroup/A;
cpu = /cgroup/A;
cpuacct = /cgroup/cpuacct;
}
group A1 {
perm {
admin {
uid = root;
gid = wheel;
}
task {
uid = root;
gid = users;
}
}
cpuset {
cpuset.mems="0";
cpuset.cpus="0";
}
cpu {
cpu.shares="5";
}
}
group A2 {
perm {
admin {
uid = root;
admin {
uid = root
gid = root;
}
task {
uid = root;
gid = users;
}
}
cpuset {
cpuset.mems="0";
cpuset.cpus="1";
}
cpu {
cpu.shares="5";
}
}
Which two statements are true?