1

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?

NecNecco
  • 701

1 Answers1

1

exit or sending End-Of-File (^D) should terminate the shell.

DopeGhoti
  • 76,081