pmgo icon indicating copy to clipboard operation
pmgo copied to clipboard

How to specify the user run pmgo?

Open dongmai opened this issue 7 years ago • 1 comments
trafficstars

Hi @struCoder ,

How can I run pmgo with different user than the current logged user? For example, I ssh to server by 'root' user but want to run pmgo with 'green' user.

Thanks.

dongmai avatar Mar 12 '18 02:03 dongmai

Hi @dongmai I think this command should be work :)

chown -R $(whoami):root /usr/bin/pmgo

struCoder avatar Mar 13 '18 01:03 struCoder