From Next reboot the system, kernel will take the value from /etc/sysctl.conf
CORRECT TEXT
Your System is going use as a router for 172.24.0.0/16 and 172.25.0.0/16. Enable the IP
Forwarding.
i. echo "1" >/proc/sys/net/ipv4/ip_forward
ii. vi /etc/sysctl.conf
net.ipv4.ip_forward=1
/proc is the virtual filesystem, containing the information about the running kernel. To change the
parameter of running kernel you should modify on /proc. From Next reboot the system, kernel will
take the value from /etc/sysctl.conf.
CORRECT TEXT Change the root Password to redtophat
CORRECT TEXT
Change the root Password to redtophat
CORRECT TEXT Dig Server1.example.com, Resolve to successfully through DNS Where DNS server is 172.24.254.254
CORRECT TEXT
Dig Server1.example.com, Resolve to successfully through DNS Where DNS server is
172.24.254.254
CORRECT TEXT Create the partition having 100MB size and mount it on /mnt/neo
CORRECT TEXT
Create the partition having 100MB size and mount it on /mnt/neo
Enable the IP Forwarding.
CORRECT TEXT
Your System is going use as a router for 172.24.0.0/16 and 172.25.0.0/16. Enable the IP
Forwarding.
Make access the shared users home directory.
CORRECT TEXT
Some users home directory is shared from your system. Using showmount -e localhost command,
the shared directory is not shown. Make access the shared users home directory.
Make the user can create the file less then 70K.
CORRECT TEXT
neo user tried by:
dd if=/dev/zero of=/home/neo/somefile bs=1024 count=70
files created successfully. Again neo tried to create file having 70K using following command:
dd if=/dev/zero of=/home/neo/somefile bs=1024 count=70
But he is unable to create the file. Make the user can create the file less then 70K.
Make successfully that the size of Logical Volume 245MB without losing any data.
CORRECT TEXT
One Logical Volume is created named as myvol under vo volume group and is mounted. The
Initial Size of that Logical Volume is 124MB. Make successfully that the size of Logical Volume
245MB without losing any data. The size of logical volume 240MB to 255MB will be acceptable.
Find out the Problem and implement the quota to user1 to have a soft limit 60 inodes (files) and hard limit of
CORRECT TEXT
Quota is implemented on /data but not working properly. Find out the
Problem and implement the quota to user1 to have a soft limit 60 inodes
(files) and hard limit of 70 inodes (files).
As well as size should be increased online.
CORRECT TEXT
One Logical Volume named lv1 is created under vg0. The Initial Size of that Logical Volume is
100MB. Now you required the size 500MB. Make successfully the size of that Logical Volume
500M without losing any data. As well as size should be increased online.