lunes, 16 de septiembre de 2019

Linux link


Image 1. Symbolic Link


Image 2. Hard Link


Every file in the system has an inode (Index node), that contains all file information (Inode number, file size, ouner information, permissions, file type, other) except the contents and name.

There are two types:

- Symbolic links: It is a pointer to the original file.

- ln -s source linkname


Image 3. Create symbolic link


- Hard links: Different name of the same file, same file size, same inode number.





No hay comentarios:

Publicar un comentario