14장. 관리 작업

In Xubuntu, for security reasons, administrative tasks are confined to users with special privileges. Administrative access is given to individual users, who may use the sudo command to perform administrative tasks. The first user account you created on your system during installation will, by default, have access to sudo. You can restrict and enable sudo access to users with the Users and Groups application (see 16장. Users and Groups for more information).

여러분이 관리 권한이 필요한 프로그램을 실행할 때는, 여러분의 암호를 입력해야 합니다. 이것은 악의적인 프로그램이 시스템을 망가뜨리지 못하도록 보장하며, 신중함을 요하는 관리 작업을 실행할 때 여러분의 주의를 상기시키는 역할을 합니다! 하지만, 여러분이 암호를 입력할 때마다, 시스템은 15분 동안 이를 기억하여 매번 다시 입력할 필요가 없습니다.

명령행에서 sudo를 사용하려면 단지 실행할 명령어 앞에 "sudo" 라고 입력하십시오. 그러면 sudo 프로그램이 여러분의 암호를 물어볼 것입니다.

As noted above, sudo will remember your password for a set amount of time, which by default is 15 minutes, but can be changed. This feature was designed to allow users to perform multiple administrative tasks without being asked for a password each time.

[참고]

관리 작업을 할 때 조심하지 않으면 시스템이 망가질 수도 있습니다!

sudo 사용의 다른 팁: