Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Zero 3

194 bytes added, 15:31, 10 July 2023
How to set automatic terminal login in linux system
=== How to set automatic terminal login in linux system ===
# The Linux system automatically logs in to the terminal by default, and the default login user name is '''<span style="color:#FF0000">orangepi</span>'''
::[[File:media/image81.png|475x240px]]
<ol start="2" style="list-style-type: decimal;">
<li>Use the following command to set the root user to automatically log in to the terminal</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo auto_login_cli.sh root'''
|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Use the following command to disable automatic login terminal</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo auto_login_cli.sh -d'''
|}</ol>
<ol start="4" style="list-style-type: decimal;">
<li>Use the following command to set the orangepi user to automatically log in to the terminal again</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo auto_login_cli.sh orangepi'''
|}
</ol>
<span id="instructions-for-automatic-login-of-linux-desktop-version-system"></span>
<span id="instructions-for-automatic-login-of-linux-desktop-version-system"></span>
=== Instructions for automatic login of linux desktop version system ===