Question: Please help with step by step instruction for Linux Centos. I need to compare solutions. Pre-requisites: Create new user dev6 and a password for user.
Please help with step by step instruction for Linux Centos. I need to compare solutions.
Pre-requisites: Create new user dev6 and a password for user. You are now Ready!!!! You have been asked by your development team to help them structure their filesystem with links to various files. They would like the following items created on the system for their use:
Create a symbolic link, /etc/centos-release, to a file in the user's home directory called release.
View the inodes to verify each file was created correctly.
Create a directory called docs in the users home directory and copy the /etc/services files here.
Link this new docs/services file to a file called services in the user home directory
Display the inodes to verify they are the same
Attempt to create a hard link from docs/services to /opt/services and note whether the link recognizes that each location is on a different filesystem.
Create a symbolic link from /etc/centos-release to /opt/release and view the inodes to see if symbolic links can be created across those same filesystems.
Solution:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
