Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pb-seo-friendly-images domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the johannes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
Symbolic/soft links & hard 🔗 links - PC✗3
Symbolic/soft links & hard 🔗 links

Symbolic/soft links & hard 🔗 links

Soft links

  • Pointers to programs, files, or directories located elsewhere (just like Windows shortcuts)
  • If the original program, file, or directory is renamed, moved, or deleted, the soft link is broken. 
  • If you type ls -F you can see which files are soft links because they end with 
  • To create a soft link called myfilelink.txt that points to a file called myfile.txt, use this:
    ln -s myfile.txt myfilelink.txt

Hard links 

  • Pointers to programs and files, but NOT directories 
  • If the original program or file is renamed, moved, or deleted, the hard link is NOT broken 
  • Hard links cannot span disk drives, so you CANNOT have a hard link on /dev/hdb that refers to a program or file on /dev/hda
  • To create a hard link called myhardlink.txt that points to a file called myfile.txt, use this:
    ln myfile.txt myhardlink.txt
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.