From dd7f616882f61a301c5652b04150a4cc40dacd6f Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Mon, 9 Nov 2020 14:49:59 +0100 Subject: [PATCH] fix link to next session --- 5_users_and_rights.md | 2 +- 6_unix_processes.md | 2 +- 7_streams_and_pipes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/5_users_and_rights.md b/5_users_and_rights.md index c2cc332..9467383 100644 --- a/5_users_and_rights.md +++ b/5_users_and_rights.md @@ -275,4 +275,4 @@ When SE Linux is enabled on a system, every **processes** can be assigned a set > - `groups` to list groups > - `usermod`to manipulate user's to groups -[To understand more about processes you can head to the next section.](https://http://perso.ens-lyon.fr/laurent.modolo/unix/6_unix_processes.html) \ No newline at end of file +[To understand more about processes you can head to the next section.](http://perso.ens-lyon.fr/laurent.modolo/unix/6_unix_processes.html) \ No newline at end of file diff --git a/6_unix_processes.md b/6_unix_processes.md index e5bd477..d71d972 100644 --- a/6_unix_processes.md +++ b/6_unix_processes.md @@ -244,5 +244,5 @@ Without root access you can only set value higher than 0. > - `stress` to launch mock computation > - `nice`/`renince` to change the nice value of a process -[To learn how to articulate processes you can head to the next section.](https://http://perso.ens-lyon.fr/laurent.modolo/unix/7_streams_and_pipes.html) +[To learn how to articulate processes you can head to the next section.](http://perso.ens-lyon.fr/laurent.modolo/unix/7_streams_and_pipes.html) diff --git a/7_streams_and_pipes.md b/7_streams_and_pipes.md index cc8cc0f..977ed5a 100644 --- a/7_streams_and_pipes.md +++ b/7_streams_and_pipes.md @@ -141,4 +141,4 @@ Remember that most Unix command process input and output line by line. Which mea > - `|` the pipe operator to connect processes > - `wget` to download files -[You can head to the next session to apply pipe and stream manipulation.](https://http://perso.ens-lyon.fr/laurent.modolo/unix/8_text_manipulation.html) +[You can head to the next session to apply pipe and stream manipulation.](http://perso.ens-lyon.fr/laurent.modolo/unix/8_text_manipulation.html) \ No newline at end of file -- GitLab