Hi, I can't modified my host file running Yosemite, any how to tutorial? Thanks Camelia
camelia macrumors 6502a Original poster Apr 3, 2015 714 123 Mexico City May 13, 2015 #1 Hi, I can't modified my host file running Yosemite, any how to tutorial? Thanks Camelia
7 762999 Cancelled Nov 9, 2012 891 509 May 13, 2015 #2 camelia said: Hi, I can't modified my host file running Yosemite, any how to tutorial? Thanks Camelia Click to expand... open the Terminal application: Code: sudo su - nano /etc/hosts do the changes and CTRL-X to exit, it will ask you to save the file.
camelia said: Hi, I can't modified my host file running Yosemite, any how to tutorial? Thanks Camelia Click to expand... open the Terminal application: Code: sudo su - nano /etc/hosts do the changes and CTRL-X to exit, it will ask you to save the file.
soloer macrumors 6502a Sep 27, 2004 883 202 Omaha May 14, 2015 #3 Or the one-line version: Code: sudo nano /etc/hosts