SYMLINKS / HARDLINKS
### SMYLINKS / SOFT ### Note: Symlinks may traverse file systems & point to directories Softlinks ln -s source(file/directory) target (any directory) Note: use ls -Ll symlink_name to reveal symlink’s TRUE permissions Note: symlinks are created with 777 permissions The target exits or you dont have permissions use: ln -fs /curl* curl ### HARDLINKS ###… Leer más: SYMLINKS / HARDLINKS »