pavement

Exit

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
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. Ctrl-D will do the same thing as typing in [[exit]].
+
'''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 (also known as the [[eof]] character) will also [[exit]] the current shell, and is also used to finish adding a job to the [[at]] scheduler interactively.
  
 
[[Category:System Commands]]
 
[[Category:System Commands]]

Latest revision as of 13:54, 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 (also known as the eof character) will also exit the current shell, and is also used to finish adding a job to the at scheduler interactively.

Personal tools