Lines Matching full:symbolic
673 <Literal remap="tt">12</Literal> - The file is a <Literal remap="tt">symbolic link</Literal>.
777 described above, to another alias method called <Literal remap="tt">symbolic linking</Literal>,
871 <Title>Symbolic links</Title>
910 <Literal remap="tt">Symbolic link</Literal>, on the other hand, is analyzed at <Literal remap="tt">run time</Literal>. A
911 symbolic link is just a <Literal remap="tt">pathname</Literal> which is accessible from an inode.
913 kernel reaches a symbolic link, it will <Literal remap="tt">follow it in run time</Literal> using
918 As such, symbolic link can be made <Literal remap="tt">across different filesystems</Literal> and a
920 its symbolic links.
925 directory entry. Symbolic link, on the other hand, consumes at least an
930 When the inode is identified as a symbolic link, the kernel needs to find
935 <Title>Fast symbolic links</Title>
940 needed in that case. This is called <Literal remap="tt">fast</Literal> symbolic link. It is fast
950 <Title>Slow symbolic links</Title>