You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌──(root㉿xxxxxxx)-[/home/xxxxx]
└─# sudo /usr/bin/katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
┌──(root㉿xxxxx)-[/home/xxxxx]
└─# sudo python3 /usr/bin/katoolin
File "/usr/bin/katoolin", line 8
print "Sorry. This script requires sudo privledges"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
┌──(root㉿xxxxxxx)-[/home/xxxxx]
└─# sudo /usr/bin/katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
┌──(root㉿xxxxx)-[/home/xxxxx]
└─# sudo python3 /usr/bin/katoolin
File "/usr/bin/katoolin", line 8
print "Sorry. This script requires sudo privledges"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: