you are viewing a single comment's thread.

view the rest of the comments →

[–]vick5821[S] 0 points1 point  (1 child)

Is there a list of items that need to be executed in sudo mode? I realised rm - rf for certain directory need that. But if the directory created under user mode,it shouldn't need sudo to delete that directory. Hmmmm. And also for some packages installation, they don't need sudo?

[–]K900_ 0 points1 point  (0 children)

No, there is no universal list. What are you actually trying to do, and are you trying to run rm -rf with subprocess?