Một số lệnh cơ bản về Ubuntu ( đổi múi giờ, tạo user ...)

Với máy chủ sự dụng hệ điều hành Ubuntu cần biết một số các câu lênh đơn giản. Bài viết này sẽ tập hợp các câu lệnh cơ bản, hay dùng để tiện tìm kiếm.

Đổi múi giờ cho Ubuntu :

timedatectl // hiển thị mứi giờ hiện tại
timedatectl list-timezones //danh sách múi giờ
timedatectl set-timezone Asia/Ho_Chi_Minh //thay đổi múi giờ

Với User

adduser {username}
usermod -aG sudo {username}
passwd {username}
userdel {userName}
userdel -r {user-name} // remove home directory and mail spool too

usermod -l new_username old_username // Modify the username of a user
sudo chsh username //. Change the shell for a user
sudo chfn username // change the details for a user
adduser username sudo // add a user to the sudo group

Một số các tools

apt-get install git
apt-get install vi nano

Thông tin dung lượng ổ dữ liệu

fdisk -l
df -
lsblk