mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
example symlinks needed ln -sf (not just ln)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0646a5a8f2
commit
6577b771c0
@ -64,7 +64,7 @@ The symlink you'd create with that information would be:
|
||||
</para>
|
||||
|
||||
<blockquote><literallayout>
|
||||
<userinput>ln -s ../usr/share/zoneinfo/EST5EDT localtime</userinput>
|
||||
<userinput>ln -sf ../usr/share/zoneinfo/EST5EDT localtime</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
<para>
|
||||
@ -72,7 +72,7 @@ Or:
|
||||
</para>
|
||||
|
||||
<blockquote><literallayout>
|
||||
<userinput>ln -s ../usr/share/zoneinfo/Canada/Eastern localtime
|
||||
<userinput>ln -sf ../usr/share/zoneinfo/Canada/Eastern localtime
|
||||
</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user