[bootlin/training-materials updates] master: labs/setup/setup.tex: use sudo to run chown (d5afd1a2)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Aug 31 21:04:23 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/d5afd1a2bfd12eca4ff14f2629e3496fcb2e9315

>---------------------------------------------------------------

commit d5afd1a2bfd12eca4ff14f2629e3496fcb2e9315
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Aug 31 21:04:23 2022 +0200

    labs/setup/setup.tex: use sudo to run chown
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

d5afd1a2bfd12eca4ff14f2629e3496fcb2e9315
 labs/setup/setup.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/setup/setup.tex b/labs/setup/setup.tex
index 46b19fae..ba172201 100644
--- a/labs/setup/setup.tex
+++ b/labs/setup/setup.tex
@@ -74,7 +74,7 @@ Can be useful throughout any of the labs
   user may no longer be able to handle the corresponding generated
   files. In this case, use the \code{chown -R} command to give the new
   files back to your regular user.\\
-  Example: \inlinebash{$ chown -R myuser.myuser linux/}
+  Example: \inlinebash{$ sudo chown -R myuser.myuser linux/}
 
 \end{itemize}
 




More information about the training-materials-updates mailing list