I connected to CentOS server via SSH. In SSH terminal I executed
csh
command mistakenly. Now when I use
logout
command it throws
Not a login shell.
output. How can I logout CSH and return back to SSH?
exit
exit or sending End-Of-File (^D) should terminate the shell.
^D
exit
? Ctrl+D? – Mikel Oct 23 '14 at 19:27