Shell: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
In computing, a shell is a user interface for access to an operating system's services. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. It is named a shell because it is a layer around the operating system kernel. | In computing, a shell is a user interface for access to an operating system's services. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. It is named a shell because it is a layer around the operating system kernel. | ||
==OS/2 | ==OS/2 CONFIG.SYS statements== | ||
*PROTSHELL - CONFIG.SYS command to define protected mode shell | *PROTSHELL - CONFIG.SYS command to define protected mode shell | ||
:Example: < | :Example: <tt>PROTSHELL=C:\OS2\PMSHELL.EXE</tt> | ||
*SHELL - CONFIG.SYS command to define DOS command interpreter | *SHELL - CONFIG.SYS command to define DOS command interpreter | ||
:Example: < | :Example: <tt>SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS /P</tt> | ||
*OS2_SHELL - Environment variable | *[[OS2_SHELL]] - Environment variable | ||
:Example: < | :Example: <tt>SET OS2_SHELL=C:\OS2\CMD.EXE</tt> | ||
See also: UNIX Shell | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Latest revision as of 18:20, 6 December 2019
In computing, a shell is a user interface for access to an operating system's services. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. It is named a shell because it is a layer around the operating system kernel.
OS/2 CONFIG.SYS statements
- PROTSHELL - CONFIG.SYS command to define protected mode shell
- Example: PROTSHELL=C:\OS2\PMSHELL.EXE
- SHELL - CONFIG.SYS command to define DOS command interpreter
- Example: SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS /P
- OS2_SHELL - Environment variable
- Example: SET OS2_SHELL=C:\OS2\CMD.EXE
See also: UNIX Shell