Nano Text Editor | RHCSA 2021 | Tech Arkit


Download Free Books: https://arkit-in.tradepub.com/free/w_advb01/?p=w_advb01

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

#TechArkit

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

Explained Hard Link and Soft Link | Tech Arkit



Hard Link

Soft Link

Hard linked file is assigned the same Inode value as the original.

Soft Linked file is assigned different inode values.

You can’t find difference between linked file and original file

You can find the different between original and linked file

We can’t create hard link for directories

We can create Soft link for directories

We can’t create hard links in different file systems (Example. Ext4 to XFS or Ext3 to Ext4).

We can create soft links between across the file systems

Deleting original file will not effect linked file

Deleting Original file will make soft linked file inaccessible




32 Linux Basic Commands |Tech Arkit