CoderKeung / myLife

我的英语随手记
0 stars 0 forks source link

Linux Command Line #7

Open CoderKeung opened 11 months ago

CoderKeung commented 11 months ago

Create a new user and create home directory

useradd -m [USERNAME]

CoderKeung commented 11 months ago

Get Linux OS version

lsb_release -a hostnamectl

CoderKeung commented 11 months ago

Change Linux user default shell

sudo vim /etc/passwd