1753711 Members
4389 Online
108799 Solutions
New Discussion юеВ

Re: sudo issue

 
SOLVED
Go to solution
MSwift
Regular Advisor

sudo issue

when i sudo the command itself takes very long to execute. Have anyone faced this issue?

Regards

Mike
2 REPLIES 2
Ganesan R
Honored Contributor

Re: sudo issue

Hi,

How about if you execute the command without sudo?

taking long time to execute a command might because of so many reasons. Server load, resources availablity to complete the command, resource bottleneck, etc..
Best wishes,

Ganesh.
F Verschuren
Esteemed Contributor
Solution

Re: sudo issue

how do you use sudo,
sometims is saves time to use the c option, so all te paths and envioments are ok..

sudo "comand"
sudo su root -c "command"

Can you explease on what comand sudo takes a long time, if poseble compare it whitout the use of sudo...