1

I'm using the code

sudo nano -w /etc/webmin/miniserv.conf

to change Webmin's port in putty but it's saying command not found. Any suggestions?

:~# sudo nano -w /etc/webmin/miniserv.conf
sudo: nano: command not found
Rinzwind
  • 299,756
zarch
  • 19
  • 1
  • 4
  • What's it saying exactly? I'd suggest editing the question to include (a copy/paste) exactly what you're inputting and exactly what it's replying with. – Oli Dec 01 '13 at 16:34
  • I havn't added or touched any of the accounts or it's settings. I'm using Ubunut 13.04 same error when removing sudo – zarch Dec 01 '13 at 16:45
  • @zarch can you please accept my answer as its solved your issue. – Raja G Dec 01 '13 at 17:17

1 Answers1

1

Install nano then , sudo apt-get install nano

but AFAIK nano will be installed by default in every Ubuntu.

you can use other alternatives also.If you have GUI then

sudo gedit /etc/webmin/miniserv.conf

else you can use vim also.

Raja G
  • 102,391
  • 106
  • 255
  • 328