I am writing technical documentation for a smalll project I wrote in college. How do I show that script should be run with root privileges?
My main question is what is the norm of depicting show a scenario? I can of course write that 'run the script with root privileges', but I thought I had ask here.
Should I do :
Run the script with X:
./script.py X
PS: Never handled UNIX much before so please don't flame :)