AT-PHPIntership / server-practice

0 stars 2 forks source link

S1-Pham Thi Minh Hien #5

Open ghost opened 6 years ago

ghost commented 6 years ago

1. The | symbol

$ history | grep cd

Kết quả của lệnh trước là tham số của lệnh sau

image

2. Listing proccess

$ ps

Hiển thị tiến trình đang chạy

image

3. Show command manual

$ man pwd

Hiển thị cách sử dụng của pwd

image

4. Listing file and directory

$ ls - l

Liệt kê danh mục tập tin trong thư mục

image

$ ls -a

Liệt kê tất cả các tập tin bao gồm tập tin ẩn

image

5. Get current directory

$ pwd

Hiển thị thư mục đang làm việc

image

6.Go to directory

$ cd Downloads/

Di chuyển sang thư mục Downloads

image

7. Show file content

$ cat

Hiển thị nội dung của file

image

8. copy file

$ cp

Sao chép file hello.txt qua thư mục Downloads

image

9. Move file or rename file

$ mv

Đổi tên file demo.txt thành Home

image

10. Make directory

$ mkdir

Tạo thư mục ubuntu mới

image

11. Remove file

$ rm

Xóa file Home trong Downloads

image

12. Create file

$ touch filename

Tạo file mới

image

13. Show the tail file

$ tail

Xem nội dung của file

image

14. Open file in nano editor

$ nano demo.txt

Soạn tập tin file dùng trình soạn nano

image image

16. Login to root user

$ sudo su

Truy cập vào quyền root của user

image

17. Set file permission

$ chmod

Cài đặt quyền truy cập của file

image

18. Set owner for file

$ chown

Cài đặt chủ sở hữu của file sample.txt

image

19. Search file or directory

$ find

Tìm kiếm file

image

20. Find string in file

$ grep

Tìm chuỗi trong file

image

21. Show network information

$ ifconfig

Hiển thị thông tin network

21

22. Show information and statistics about protocols

$ netstat

screenshot from 2018-06-14 09-32-15

23. Create user

Tạo mới user

image

24. Set password for user

Tạo mật khẩu cho user

image

25. Delete user

Xóa user

image

26. Create new group

Tạo mới group

image

27. Add user into group

Thêm user vào group

image

28. Delete group

Xóa group

image

29. Install new software

Cài đặt phần mềm

image

30. Uninstall software

Gỡ phần mềm đã cài đặt

image

31. Update software

Cập nhật phần mềm

image

ghost commented 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ỏ.

ghost commented 6 years ago

@at-vienle dạ em sửa xong rồi anh