Need to restart coldfusion from the command prompt in unix or linux? Chances are one of the following commands will work:
/etc/init.d/coldfusion restart
Or
/opt/coldfusionmx/bin/coldfusion restart
Or
service coldfusion restart
Or
/etc/init.d/coldfusionmx restart