Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Tạo mới thư mục ---> mkdir Tên thư mục

Xoá file ---> rm -f /Đườngdẫn/tênfile


Xoá thư mục rỗng ---> rm -d /Đườngdẫn/tênfile
Xoá thư mục có chứ file và thư mục con ---> rm -r /Đườngdẫn/tênfile

Sao chép thư mục/flie ---> cp -r têntm/file /Đườngdẫn/


Di chuyển thư mục ---> mv têntm/file /Đườngdẫn/

[ngày giờ]
[root@localhost thinhph]# timedatectl set-timezone Asia/Ho_Chi_Minh

[Cấp quyền truy cập]


1. truy cập supper user
2. chmod 777 /home/

[Tải các file(lab)]


1. Truy cập link
2. Dùng lệnh wget + link.....
coppy Ctrl + C
paste Ctrl + Shift + V

[Chạy file .cpp]


1/ g++ tênfile.cpp -o tênfile.o
2/ chmod 777 ./tênfile.o
3/ ./tênfile.o

[Mở source code]


vi /Đườngdẫn/tênfile

/home/tênuser/

Thoát root: exit.

g++ ten.cpp -o ten.o


chmod 777 /home/user/Documents/ ten.o
./ ten.o

You might also like