Raspberry Pi_Kor_12.2.2 작업 사용자(working user)

12.2.2 작업 사용자(working user)

12.2.2.1 작업 사용자의 의미

작업 사용자란 현재의 작업에 사용되는 사용자 ID를 의미한다. 통상 logon 사용자가 작업 사용자가 되지만 경우에 따라서는 logon 사용자와는 다른 사용자ID를 이용해서 작업을 처리할 수가 있다. 예를 들면 logon 사용자가 “pi” 인 경우에 root 계정이 필요한 작업을 수행할 때는 “pi” 사용자 계정을 사용하지 않고 “root” 계정을 이용하여 작업을 진행할 수 있다.

Raspberry Pi_Kor_12.1.3 super user와 일반 user

12.1.3 super user와 일반 user

12.1.3.1 super user

super user란 시스템에서 모든 작업을 할 수 있는 권한이 있는 사용자를 의미한다. 이 사용자는 시스템에 있는 모든 자료에 접근할 수 있고, 모든 프로그램을 실행할 수도 있으며, 시스템의 행동이나 내용을 수정할 수도 있고, 하물며 시스템을 파괴할 있는 권한도 부여되어 있다.

Raspberry Pi_Eng_12.2.2 Working user

12.2.2 Working user

12.2.2.1 Meaning or Working user

The working user is the User ID used for the current work. Typically, the logon user is the working user, but in some cases you can use a different user ID to process the work. For example, if the logon user is “pi”, you can use the “root” user account instead of the “pi” user account to perform the tasks that require the root account.

Raspberry Pi_Eng_12.1.3 Super User and Normal User

12.1.3 Super User and Normal User

12.1.3.1 Super User

A super user is a user who is authorized to do all the work on the system. This user can access all the data on the system, run all the programs, modify the behavior and contents of the system, and even have the right to destroy the system.

The Raspberry Pi system provides a super user account named “root” by default when the system is installed at first. Basically, it has the following features: