Read the statement by Michael Teeuw here.
delete sudo commande ?
-
This post is deleted! -
@RIKKO14 on linux the delete file command is rm
the delete folder is rmdir
you can also do both at once
rm -rf foldername
a reminder that Google is your friend
how do I delete a file in Linux
would have given you assistance without waiting for us
-
@sdeweil I’m sorry but yes I had used
rm -rf modules/
but my question is aboutsudo usermod -a -G gpio pi
andsudo chmod u+s /opt/vc/bin/tvservice && sudo chmod u+s /bin/chvt
should they be deleted and how ? -
@RIKKO14 well u didn’t want to delete modules, cause that wiped out everything
I think u could leave the others.
-
@sdetweil : I’m really sorry because I don’t think I make myself understood.
I deleted MMM-PIR and MMM-PIR-Sensor by doingrm -rf modules/MMM-PIR
andrm -rf modules/MMM-PIR-Sensor
so the MMM-PIR and MMM-PIR-Sensor modules are correctly removed and my MM works correctly.
i am just wondering if i should and how to deletesudo usermod -a -G gpio pi
andsudo chmod u+s /opt/vc/bin/tvservice && sudo chmod u+s /bin/chvt
… -
@RIKKO14 as I said >I think u could leave the others.
-
@sdetweil , ok thanks you.