国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊

Linux學(xué)習(xí)

2023-07-16 22:38 作者:蛋蛋撻糊了  | 我要投稿

最近在學(xué)習(xí)系統(tǒng),打算寫專欄分享筆記增強(qiáng)記憶,大家一起學(xué)習(xí)??

2023/7/16

1.ls

1.1 ls -l

1.2 ls -a

2.cd

2.1 cd ../

2.2 cd /

3.tree

4.gcc instruction

????4.1 gcc 1.c -o 1

????4.2 gcc 1.c -o 1 -lm

????4.3 gcc -g 1.c -o 1

????4.4 gcc -E 1.c -o 1.i

????4.5 gcc -S 1.i -o 1.s

????4.6 gcc -c 1.s -o 1.o

????4.6 gcc 1.o -o 1.c

????4.7(Create dynamic library)gcc -shared 2.c -o 2.so

????4.8(Useing dynamic library )gcc main.c ./2.so -o main

????4.9(Create static library )ar rcs lib2.a 2.o

????4.10(Useing static library)gcc main.c -o main -L. -l2?

????4.11 (turn of worning)gcc -w 1.c -o 1

5.Change Power :chmod

????5.1chmod 777 1.c

6.remove

????6.1delete file: rm? (file name)

????6.2Delete folder and file: rm? -rf? (folder)

7.Use of vim:

????7.1 vim (file name)

????7.2(insert mode ) press down i;

????7.3 (‘shift’+’:’)Bottom line mode

????7.4 ‘wq!’Save +Quit +Ensforce

8.Find

????8.1 find? [path]? [expression]

????8.2 Find files with suffix “.c”of current directory and subdirectory: find -name “*.c”

9.User

????9.1? Create user: sudo? adduser? [name]

10.Create directory: mkdir [-p] [name];?

? ? ?Delete directory: rmdie [-p] [name];

11.View current path:pwd

12.Display tree directory:tree [name]

13.Download: apt-get install [name]

14.Copy: cp? [file name]? [path]

15.Mv

15.1Move file: mv [file name and suffix]

15.2Change File Name: mv [old file name]? [new file name]

16.Compression

16.1Compress file: tar -czvf [file name]

16.2Decompress file: tar -xzvf [file name]


Linux學(xué)習(xí)的評(píng)論 (共 條)

分享到微博請遵守國家法律
贺兰县| 饶平县| 南丹县| 新乡县| 新巴尔虎右旗| 仲巴县| 高州市| 上林县| 郓城县| 虞城县| 太保市| 元氏县| 南皮县| 柳州市| 唐海县| 略阳县| 那坡县| 澄江县| 墨竹工卡县| 鄂尔多斯市| 河西区| 莎车县| 湄潭县| 湘乡市| 嘉定区| 永登县| 奉化市| 阿坝| 永丰县| 抚松县| 龙门县| 衡水市| 阿尔山市| 保定市| 海口市| 临沧市| 红安县| 馆陶县| 合作市| 凤凰县| 宁城县|