linux_wiki:create_hard_and_soft_links

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:create_hard_and_soft_links [2016/02/28 22:57]
billdozor created
linux_wiki:create_hard_and_soft_links [2019/05/25 23:50] (current)
Line 3: Line 3:
 **General Information** **General Information**
  
-About this page/how-to/script+Creating "short cuts" to files/directories
  
 ---- ----
 +
 +===== Types of Links =====
  
 Soft link Soft link
Line 16: Line 18:
   * Link to specific inode (cannot cross filesystems)   * Link to specific inode (cannot cross filesystems)
   * Data not gone until all hard links have been deleted   * Data not gone until all hard links have been deleted
 +
 +----
 +
 +===== Symlinks =====
  
 Example listing of a symbolic link Example listing of a symbolic link
Line 28: Line 34:
 </code> </code>
   * Creates a symlink to "/etc/motd" in the current directory, called "motd-local"   * Creates a symlink to "/etc/motd" in the current directory, called "motd-local"
 +
 +----
 +
 +===== Hard Links =====
  
 Create hardlink Create hardlink
Line 54: Line 64:
  
 ---- ----
 +
  • linux_wiki/create_hard_and_soft_links.1456718221.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)