Hello,
I have installed a core Linux 4.7.7 clean instance and I have some script which load at startup and listen on port 6000.
How do I get to automatically telnet to port 6000 after automatic login.
I tried to put the command telnet localhost 6000 in /home/tc.profile at the end of the file but it didn't work. After reboot it gave me a connection refused message but if I run it manually it works fine
Thanks,