Exit
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | '''Exit''' is the system command used to close a [[shell]] you're in. It is also very frequently used for exiting other command-line-ish environments, such as FTP clients or the [[mysql]] server. | + | '''Exit''' is the system command used to close a [[shell]] you're in. It is also very frequently used for exiting other command-line-ish environments, such as FTP clients or the [[mysql]] server. Ctrl-D will do the same thing as typing in [[exit]]. |
[[Category:System Commands]] | [[Category:System Commands]] |
Revision as of 11:23, 25 August 2004
Exit is the system command used to close a shell you're in. It is also very frequently used for exiting other command-line-ish environments, such as FTP clients or the mysql server. Ctrl-D will do the same thing as typing in exit.