Skip to content

Commit c456fff

Browse files
authored
C/e
1 parent 47e50b1 commit c456fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

19.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Both hard and symlinks are widely used in Linux, but symlinks are especially com
5353

5454
ls -ltr /etc/rc2.d/*
5555

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_
5757

5858
It's also very common to have something like :
5959

@@ -63,7 +63,7 @@ It's also very common to have something like :
6363

6464
where the program "prog", is a symlink - originally to v3, but now points to v4 (and could be pointed back if required)
6565

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
6767

6868

6969
## The Differences

0 commit comments

Comments
 (0)