where is systemctl command in redhat 6.6 64 bit OS?
As MadHatter has said in a comment to your question, RHEL 6 doesn't use SystemD (of which systemctl
is a part), but rather use SYSV init scripts.
As said by TessellatingHeckler, the closest equivalent would be the service network status
command, but it's not quite the same.