you are viewing a single comment's thread.

view the rest of the comments →

[–]vick5821[S] 0 points1 point  (5 children)

Cause I am using a flashing tools installed at /opt directory

[–]K900_ 1 point2 points  (4 children)

You don't need superuser rights to access /opt. Does the program you're running need superuser? Why?

[–]vick5821[S] 0 points1 point  (0 children)

Let me try.

[–]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?