產(chǎn)品簡介
本文適用于所有RK3568/RK3588平臺產(chǎn)品在Ubuntu 20.04系統(tǒng)上如何更改用戶名,本文以IDO-EVB3588開發(fā)板為例,在ubuntu20.04系統(tǒng)上修改用戶名industio為usernew。
IDO-EVB3588開發(fā)板是一款基于RK3588平臺的產(chǎn)品。該開發(fā)板集成了四核Cortex-A76和四核Cortex-A55 CPU,以及G610 MP4 GPU和6 TOPs算力的NPU。它具有豐富的視頻輸入輸出接口,包括(HDMI-TX/HDMI-RX/eDP1.3/MIPI-DSI/MIPI-CSI)。同時還支持高速通信接口,包括(Enthernet/Pcie3.0/USB3.0/TF卡)。此外,IDO-EVB3588還提供了工業(yè)互聯(lián)接口,包括(RS485/RS232/UART)。
產(chǎn)品特點
搭載RK3588高性能SOC,集成了四核Cortex-A76和四核Cortex-A55 CPU,主頻高達2.4G;
6TOPS AI算力,三核架構,支持int4/int8/int16/FP16/BF16/TF32;
支持H.265/H.264/AV1/VP9/AVS2視頻解碼, 最高8K60FPS;
支持 H.264/H.265視頻編碼, 最高8K30FPS;
支持HDMI2.1輸出,最高8K@60Hz;
支持HDMI2.0 輸入, 最高4K60FPS;
支持多攝像頭輸入;
雙通道LVDS,支持到1080P@60Hz 大屏幕 ;
多屏異顯;
兩路獨立的千兆以太網(wǎng)口,支持WAN口+LAN口 雙IP ;
板載4路USB3.0,2路全功能Type-C;
支持Android 12/Debian10/Ubuntu20 /Buildroot /麒麟OS /OpenHamoney;
一.更改用戶名稱
1.修改前需要以root用戶登錄:
Ubuntu 20.04.5LTS Industio ttyFIQ0
Industio login: root
Password:
Welcome toUbuntu 20.04.5LTS (GNU/Linux 5.10.110aarch64)
* Documentation: https://help.ubuntu.com
root@Industio:~#
2.開始修改用戶名:
root@Industio:~# usermod -l usernew industio
root@Industio:~# groupmod -n usernew industio
root@Industio:~# usermod -d /home/usernew -m usernew
3.修改完成后即可使用新用戶名登錄(登錄密碼還是之前用戶industio的密碼:industio):
root@Industio:~# exit
logout
Ubuntu 20.04.5LTS Industio ttyFIQ0
Industio login: usernew
Password:
Welcome toUbuntu 20.04.5LTS (GNU/Linux 5.10.110aarch64)
* Documentation: https://help.ubuntu.com
* Management:https://landscape.canonical.com
* Support:https://ubuntu.com/advantage
This systemhasbeen minimized by removing packages andcontent that are
not required onasystemthat users donot loginto.
To restore this content, you can run the 'unminimize'command.
* Introducing Expanded Security Maintenance forApplications.
Receive updates toover 25,000software packages with your
Ubuntu Pro subscription. Free forpersonal use.
https://ubuntu.com/pro
Expanded Security Maintenance forApplications isnot enabled.
0updates can beapplied immediately.
Enable ESM Apps toreceive additional future security updates.
See https://ubuntu.com/esm orrun: sudo prostatus
The listof available updates ismore than aweek old.
To check fornewupdates run: sudo apt update
Failed toconnect tohttps://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection orproxy settings
Last login: Mon Jul 310:42:41CST 2023onttyFIQ0
usernew@Industio:~$
二.添加sudo權限
1.以root用戶登錄,修改/etc/sudoers配置文件,添加usernew用戶名
root@Industio:~# chmod u+w /etc/sudoers
root@Industio:~# vi /etc/sudoers
...
# User privilege specification
root ALL=(ALL:ALL) ALL
usernew ALL=(ALL:ALL) ALL
...
root@Industio:~# chmod u-w /etc/sudoers
2.退出root登錄,使用usernew用戶登錄測試sudo權限
root@Industio:~# exit
logout
Ubuntu 20.04.5LTS Industio ttyFIQ0
Industio login:usernew
Password:
Welcome to Ubuntu 20.04.5LTS (GNU/Linux 5.10.110aarch64)
...
usernew@Industio:~$ sudo apt-get update
[sudo] password forusernew:
Reading package lists... Done
...
三.修改hosts和hostname
1.修改hosts:
usernew@Industio:~$ sudo vi /etc/hosts
127.0.0.1localhost
127.0.1.1usernew
2.修改hostname:
usernew@Industio:~$ sudo vi /etc/hostname
Usernew
3.重啟設備,登錄提示信息變?yōu)?Usernew login",且登錄成功后命令行前綴變?yōu)?usernew@Usernew:~$":
Usernew login: usernew
Password:
Welcome toUbuntu 20.04.5LTS (GNU/Linux 5.10.110aarch64)
...
usernew@Usernew:~$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
四.修改用戶密碼
usernew用戶登錄,通過passwd命令修改密碼:
usernew@Usernew:~$ passwd usernew
Changing password forusernew.
Current password:
New password:
Retype new password:
passwd:password updated successfully
五.修改默認桌面登陸用戶
1.更改用戶名后需同步修改默認桌面登錄用戶,否則開機無法進入桌面
usernew@Usernew:~$ sudo vi/etc/gdm3/custom.conf
...
AutomaticLoginEnable=True
AutomaticLogin=usernew
...
2.修改后重啟設備,即可正常進入桌面
至此,在ubuntu20.04上更改用戶名完成!
-
開發(fā)板
+關注
關注
25文章
5027瀏覽量
97363 -
Ubuntu
+關注
關注
5文章
563瀏覽量
29700 -
RK3588
+關注
關注
6文章
324瀏覽量
4309
發(fā)布評論請先 登錄
相關推薦
評論