Hello, I made an account with sudo privilege and disabled root account. I need to edit mongodb.conf file under ./etc and when I want to do editing I get permission deny. I basically want to add --auth=true inside this file
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @Sam80,
In case you need to use WinSCP this would mean that you need to connect as the root
user in order to be able to make that change. This is stated in the WinSCP documentation here:
https://winscp.net/eng/docs/faq_su
Another option, as you already mentioned, would be to use the command line instead so that you don’t have to allow remote root
logins.
Hope that this helps! Regards, Bobby
with command line I could do it but any one knows how could I do editing as sudo with WINSCP? Thanks