Dear Erivaldo,
Have a look at the options Ticks and FrameTicks in the help. An example would be something like:
Ticks
FrameTicks
Plot[Sin[x],{x,0,2Pi},Ticks->{Range[0,2Pi,Pi/2],Automatic}]