Arduino using telnet

My question was, what should I write in my TERMINAL (after connecting it to my board using telnet), to send instructions to my board?

Well, you write some type of command in your terminal, capture and evaluate the command in your telnet server code, then have the server arduno do something based on the command. You need to post your telnet server code to see what you have so far.