SyntaxFix
Write A Post
Hire A Developer
Questions
The easiest way is to redirect the output of the echo by >>:
echo
>>
echo 'VNCSERVERS="1:root"' >> /etc/sysconfig/configfile echo 'VNCSERVERARGS[1]="-geometry 1600x1200"' >> /etc/sysconfig/configfile