Raspberry Pi_Kor_05.4 시스템 종료

5.4 시스템 종료

5.4.1 시스템을 종료하는 방법

Linux 시스템에서 실행중인 시스템에서 빠져 나갈 때는 다음 명령을 사용할 수 있다.

■ shutdown — 시스템을 정상적으로 종료시킨다.

■ reboot — 시스템을 halt하고 종료시킨 다음 시스템을 다시 시작한다.

Raspberry Pi_Kor_05.3 시스템 Logout

5.3 시스템 Logout

5.3.1 logout 의미

logout은 전체 운영시스템은 그대로 두고, 시스템에 logon되어 있는 특정 사용자에 대한 처리를 종료하는 것이다. 따라서 해당 사용자가 처리 중이던 작업을 모두 중지시키고, 지정된 작업들이 모두 중지되면 해당 사용자가 사용하고 있던 모든 시스템 자원을 해방시키고, 시스템과 사용자와의 연결을 끊는다. 특정 사용자 계정을 logout하면 해당 계정만 종료하는 것이며, 시스템에서 실행되고 있는 다른 사용자계정에는 영향을 미치지 않는다.

Raspberry Pi_Kor_05.2 시스템 Logon

5.2 시스템 Logon

5.2.1 logon 의미

logon이란 컴퓨터 시스템에서 업무를 수행할 “작업자”가 지정되고, 작업허가를 받은 다음, 해당 컴퓨터 시스템으로 들어가는 것을 의미한다. 컴퓨터 시스템에서 작업자는 통상 “사용자 계정”으로 표현되고, 해당 계정에 대해서는 다른 사용자 계정과 구분되는 ID가 부여되고, 각각의 ID에는 또한 통상적으로 암호가 지정되어 있다. 따라서 logon 과정에서는 사용자 계정 ID와 계정에 대한 암호를 입력하여, 해당 ID가 이미 등록된 것인지, 해당 ID에 대해서 등록된 암호와 일치하는지를 점검하게 된다.

Raspberry Pi_Kor_05.1 시스템 booting

5.1 시스템 booting

5.1.1 booting의 의미

시스템에 운영체제 설치가 완료되면, 해당 시스템을 시작할 수 있다. booting은 설치된 운영체제 프로그램이 작동을 시작하면서, 시스템 작동에 필요한 모든 기본적인 프로그램을 저장장치에서 읽어서 메모리에 옮긴 다음 곧바로 실행할 수 있는 상태로 만드는 것이다.

Raspberry Pi_Kor_05.0 Chapter 5 기본 시스템 시작 및 종료

Chapter 5 기본 시스템 시작 및 종료

Chapter 주요 내용

여기서는 운영체제 설치가 완료된 Raspberry Pi 시스템을 어떻게 작동하는지를 설명하고 있다. 시스템을 어떻게 시작하고, 어떻게 사용하고, 어떻게 종료할 수 있는지에 대한 기본적인 절차를 설명하고 있다.

다음과 같은 항목에 대한 내용을 포함하고 있다.
■ 시스템 booting

■ 시스템 logon

■ 시스템 logout

■ 시스템 종료

Raspberry Pi_Eng_05.4 System Termination

5.4 System Termination

5.4.1 How to Terminate the System

To exit from a system running on a Linux system, you can use the following command:

■ Shutdown — Shut down the system normally.

■ Halt — halt the sysem.

■ Reboot — Halt the system, shut it down, and restart the system.

Raspberry Pi_Eng_05.3 Sysetm Logout

5.3 Sysetm Logout

5.3.1 Meaning of Logout

Logout is to terminate processing for a particular user who is logged on to the system, leaving the entire operating system intact. Therefore, all the jobs that the user is processing are stopped, and when all the specified jobs are stopped, all the system resources used by the user are released, and the system is disconnected from the user. Logging out a specific user account will only terminate that account and will not affect other user accounts running on the system.

Raspberry Pi_Eng_05.2 System Logon

5.2 System Logon

5.2.1 Meaning of Logon

“Logon” means that a “worker” is assigned to perform work on a computer system, obtain work privilege, and enter the computer system. In a computer system, the worker is usually represented as a “user account”, and an ID is assigned to the account different from other user accounts, and each ID is also usually designated with a password. Therefore, in the logon process, the user account ID and the password for the account are input to check whether the corresponding ID is already registered or the password is matched with the one registered with the corresponding ID.

Raspberry Pi_Eng_05.1 Meaning of Booting

5.1 System Booting

5.1.1 Meaning of Booting

Once the operating system is installed on the system, the system can be started. Booting is the process by which an installed operating system program starts to work, read all the basic programs needed for system operation from the storage device, move it into memory, and then make it ready to run.

Raspberry Pi_Eng_05.0 Chapter 5 System Startup and Shutdown

Chapter 5 System Startup and Shutdown

Chapter’s Main Topics

This chapter describes how to operate the Raspberry Pi system with the operating system installed. It describes the basic procedures for how to start, use, and exit the system.

It includes descriptions on the following topics:
■ System booting

■ System logon

■ System logout

■ System shutdown