79290514

Date: 2024-12-18 09:02:02
Score: 1
Natty:
Report link

If you already have root privilages and need sudo only to run existing code using sudo, then alias can be used as below:

alias sudo="$($1)"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abhishek Kumar