Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 3B

156 bytes added, 09:34, 11 August 2023
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 orangepi '''orangepi'''
::[[File:pi3b-img171.png]]
<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 ===