Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaDOS manual"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Making room for other aspects of AmigaDOS)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
=== Introduction ===
 
=== Introduction ===
   
  +
Many beginners are rather confused by the differences between the terms "AmigaDOS" and "Shell". Some people think they just use the Shell or they are just using AmigaDOS commands in a shell window.
The AmigaDOS software is contained in files stored on the system partition. They all are binaries, either programs usable by the user or libraries or other sets of functions usable by AmigaDOS.
 
   
  +
The AmigaDOS software is contained in files stored on the system partition. They are all binaries, either programs directly usable by the user, or libraries and other sets of functions usable by any program or AmigaDOS itself.
You can think of AmigaDOS as a complete system for operating the computer and its peripherals.
 
  +
  +
You can think of AmigaDOS as a complete system for operating the computer and its peripherals. In order to talk with AmigaDOS the user will use a shell to type commands and get the results from them.
   
 
=== The Shell ===
 
=== The Shell ===
Line 14: Line 16:
 
For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.
 
For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.
   
  +
[[File:Shell.png]]
TODO: insert shell image, default look
 
  +
   
 
Now learn the basics and more complex uses of the [[UserDoc:Shell|AmigaOS shell]].
 
Now learn the basics and more complex uses of the [[UserDoc:Shell|AmigaOS shell]].
   
=== Files organisation on disk ===
+
=== AmigaDOS commands ===
   
  +
For commands and arguments used in the AmigaOS command line ("CLI"), please see the [[AmigaOS Manual: AmigaDOS|AmigaDOS pages]] (currently historic documentation - to be updated).
Files and directories.
 

Latest revision as of 16:55, 21 September 2014

AmigaDOS manual

Introduction

Many beginners are rather confused by the differences between the terms "AmigaDOS" and "Shell". Some people think they just use the Shell or they are just using AmigaDOS commands in a shell window.

The AmigaDOS software is contained in files stored on the system partition. They are all binaries, either programs directly usable by the user, or libraries and other sets of functions usable by any program or AmigaDOS itself.

You can think of AmigaDOS as a complete system for operating the computer and its peripherals. In order to talk with AmigaDOS the user will use a shell to type commands and get the results from them.

The Shell

The Shell is a "command line interface" (CLI) that provides a lot of features to interact with the operating system. Simply put, it means that you use an "interface" (in this case a shell window) to send commands to the computer which will use this same interface to display results to your commands.

For historical reasons, you will still find references to the CLI in AmigaOS but this is really a shell that is used everywhere in the system.

Shell.png


Now learn the basics and more complex uses of the AmigaOS shell.

AmigaDOS commands

For commands and arguments used in the AmigaOS command line ("CLI"), please see the AmigaDOS pages (currently historic documentation - to be updated).