Open ghost opened 6 years ago
@at-hienpham format lại bài tập theo markdown, có cấu trúc rõ ràng, các header lớn đến nhỏ.
@at-vienle dạ em sửa xong rồi anh
1. The | symbol
$ history | grep cd
Kết quả của lệnh trước là tham số của lệnh sau
2. Listing proccess
$ ps
Hiển thị tiến trình đang chạy
3. Show command manual
$ man pwd
Hiển thị cách sử dụng của pwd
4. Listing file and directory
$ ls - l
Liệt kê danh mục tập tin trong thư mục
$ ls -a
Liệt kê tất cả các tập tin bao gồm tập tin ẩn
5. Get current directory
$ pwd
Hiển thị thư mục đang làm việc
6.Go to directory
$ cd Downloads/
Di chuyển sang thư mục Downloads
7. Show file content
$ cat
Hiển thị nội dung của file
8. copy file
$ cp
Sao chép file hello.txt qua thư mục Downloads
9. Move file or rename file
$ mv
Đổi tên file demo.txt thành Home
10. Make directory
$ mkdir
Tạo thư mục ubuntu mới
11. Remove file
$ rm
Xóa file Home trong Downloads
12. Create file
$ touch filename
Tạo file mới
13. Show the tail file
$ tail
Xem nội dung của file
14. Open file in nano editor
$ nano demo.txt
Soạn tập tin file dùng trình soạn nano
16. Login to root user
$ sudo su
Truy cập vào quyền root của user
17. Set file permission
$ chmod
Cài đặt quyền truy cập của file
18. Set owner for file
$ chown
Cài đặt chủ sở hữu của file sample.txt
19. Search file or directory
$ find
Tìm kiếm file
20. Find string in file
$ grep
Tìm chuỗi trong file
21. Show network information
$ ifconfig
Hiển thị thông tin network
22. Show information and statistics about protocols
$ netstat
23. Create user
Tạo mới user
24. Set password for user
Tạo mật khẩu cho user
25. Delete user
Xóa user
26. Create new group
Tạo mới group
27. Add user into group
Thêm user vào group
28. Delete group
Xóa group
29. Install new software
Cài đặt phần mềm
30. Uninstall software
Gỡ phần mềm đã cài đặt
31. Update software
Cập nhật phần mềm