Skip to content
Snippets Groups Projects
Unverified Commit dd7f6168 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix link to next session

parent 006a8ea9
No related branches found
No related tags found
No related merge requests found
...@@ -275,4 +275,4 @@ When SE Linux is enabled on a system, every **processes** can be assigned a set ...@@ -275,4 +275,4 @@ When SE Linux is enabled on a system, every **processes** can be assigned a set
> - `groups` to list groups > - `groups` to list groups
> - `usermod`to manipulate user's to 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) [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 \ No newline at end of file
...@@ -244,5 +244,5 @@ Without root access you can only set value higher than 0. ...@@ -244,5 +244,5 @@ Without root access you can only set value higher than 0.
> - `stress` to launch mock computation > - `stress` to launch mock computation
> - `nice`/`renince` to change the nice value of a process > - `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)
...@@ -141,4 +141,4 @@ Remember that most Unix command process input and output line by line. Which mea ...@@ -141,4 +141,4 @@ Remember that most Unix command process input and output line by line. Which mea
> - `|` the pipe operator to connect processes > - `|` the pipe operator to connect processes
> - `wget` to download files > - `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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment