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 Linuxwould 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 piandsudo chmod u+s /opt/vc/bin/tvservice && sudo chmod u+s /bin/chvtshould 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-PIRandrm -rf modules/MMM-PIR-Sensorso 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 piandsudo 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.
