Buy CSG Merchandise:
http://tee.pub/lic/csg
Patreon page: / computers_servers
This video is based on RHEL 8.
Video to cover the section 'Create hard and soft links' for the RHCSA (Red Hat Certified System Administrator).
More information on the required learning: http://bit.ly/rhcsa8
Commands used in this video:
List files in directory including inodes.
ls -lia
Create hard link:
ln original-file hard-link-name
Create softlink:
ln -s original-file soft-link-name
#rhcsa #rhel #linux