| Server IP : 172.67.134.114 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/ko/system-admin-guide/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="login-automatic" xml:lang="ko">
<info>
<link type="guide" xref="login#management"/>
<revision pkgversion="3.4.2" date="2012-12-01" status="review"/>
<revision pkgversion="3.8" date="2013-04-04" status="review"/>
<revision pkgversion="3.12" date="2014-06-18" status="review"/>
<credit type="author copyright">
<name>minnie_eg</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>[email protected]</email>
<years>2012, 2013</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>[email protected]</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>시작 시에 사용자 계정으로 자동으로 로그인합니다.</desc>
</info>
<title>자동 로그인 설정</title>
<p its:locNote="TRANSLATORS: 'Administrator' and 'Automatic Login' are strings from the Users dialog in the Settings panel user interface.">A user
with an <em>Administrator</em> account type can
<link href="help:gnome-help/user-autologin">enable <em>Automatic Login</em>
from the <app>Settings</app></link> panel. You can also set up autologin
manually in the <sys its:translate="no">GDM</sys> custom configuration
file, as follows.</p>
<p><file its:translate="no">/etc/gdm/custom.conf</file> 파일을 수정하고 파일의 <code>[데몬]</code> 구역이 다음을 명시했는지 확인합니다:</p>
<listing its:translate="no">
<title><file>custom.conf</file></title>
<code>
[daemon]
AutomaticLoginEnable=<input>True</input>
AutomaticLogin=<input>username</input>
</code>
</listing>
<p><input its:translate="no">username</input>를 당신이 자동으로 로그인 하기를 원하는 사용자로 변경합니다.</p>
<note>
<p><file its:translate="no">custom.conf</file> 파일은 <file its:translate="no">/etc/gdm/</file>에서 찾을 수 있지만, 그 위치는 당신의 분포에 따라 달라질 수 있습니다.</p>
</note>
</page>