You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 19.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Both hard and symlinks are widely used in Linux, but symlinks are especially com
53
53
54
54
ls -ltr /etc/rc2.d/*
55
55
56
-
This directory holds all the scripts that start when your machine changes to “runlevel 2” (its normal running state) - but you'll see that in fact most of them are symlinks to the real scripts in _/etc/init.d_
56
+
This directory holds all the scripts that start when your machine changes to “runlevel 2” (it's normal running state) - but you'll see that in fact most of them are symlinks to the real scripts in _/etc/init.d_
57
57
58
58
It's also very common to have something like :
59
59
@@ -63,7 +63,7 @@ It's also very common to have something like :
63
63
64
64
where the program "prog", is a symlink - originally to v3, but now points to v4 (and could be pointed back if required)
65
65
66
-
Read up in the links provided, and test on your server to gain a better understanding. In particular, see how permissions and file sizes work with symbolic links versus hard links or simple files
66
+
Read up in the resources provided, and test on your server to gain a better understanding. In particular, see how permissions and file sizes work with symbolic links versus hard links or simple files
0 commit comments