8,367
edits
Changes
→How to set up automatic login of Linux system terminal
<ol style="list-style-type: decimal;">
<li><p>The Linux system automatically logs in to the terminal by default. The default login user name is '''<span style="color:#FF0000">orangepi</span>'''</p>
<p>[[File:zero2w-img76.png]]</p></li>
<li><p>Use the following command to set the root user to automatically log in to the terminal</p>
{| class="wikitable" style="width:800px;" |-| <p>orangepi@orangepi:~$ '''sudo auto_login_cli.sh root'''</p>|}</li>
<li><p>Use the following command to disable automatic login to the terminal</p>
{| class="wikitable" style="width:800px;" |-| <p>orangepi@orangepi:~$ '''sudo auto_login_cli.sh -d'''</p>|}</li>
<li><p>Use the following command to set the orangepi user to automatically log in to the terminal again</p>
{| class="wikitable" style="width:800px;" |-| <p>orangepi@orangepi:~$ '''sudo auto_login_cli.sh orangepi'''</p>|}</li></ol>
<span id="instructions-for-automatic-login-of-linux-desktop-version-system"></span>
=== Instructions for automatic login of Linux desktop version system ===