Cheatsheet: Difference between revisions

Content added Content deleted
Line 806: Line 806:
* The size of the symbolic link is the number of bytes in the name of the file it refers to, because no other information is available in the symbolic link.
* The size of the symbolic link is the number of bytes in the name of the file it refers to, because no other information is available in the symbolic link.
<br />
<br />

*Find Sym Links
find . -type l -ls
ls -la | grep "\->"


;Hard links
;Hard links