Re: Upgrade-Problem (phpmyadmin100)
Marcus Röckrath <[email protected]>
| Newsgroups | spline.eisfair |
|---|---|
| Message-ID | <[email protected]> |
Hallo, Marcus Röckrath wrote: > Das ging nämlich per Definitionem noch nie, bitte mal genau nachlesen, was > Hardlinks sind. Die ganz brauchbare Antwort der Google-KI: Hard Links How they work: Share the exact same inode and disk space as the original file. Deleting original: The data remains safe and accessible if you delete the original file name. Limitations: Cannot link to directories or cross different partitions/file systems. Command: ln original_file hard_link_name Symbolic (Soft) Links How they work: Act like a pointer or shortcut to the target file path. Deleting original: The link breaks and becomes "dangling" if the target file is moved or deleted. Capabilities: Can link to both files and directories, and can cross different file systems. Command: ln -s target_path symlink_name -- Gruß Marcus [eisfair-Team]