最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(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)論 (共 條)

分享到微博請遵守國家法律
嘉祥县| 高淳县| 济源市| 襄城县| 江孜县| 平顶山市| 丰县| 铜鼓县| 汉阴县| 海宁市| 嘉祥县| 台湾省| 石门县| 阳新县| 恩平市| 临沂市| 盖州市| 拜城县| 温宿县| 七台河市| 汝阳县| 蒙山县| 湘阴县| 修水县| 华宁县| 缙云县| 临城县| 阳新县| 交城县| 中江县| 肃宁县| 张家界市| 丰城市| 宁海县| 巍山| 汶川县| 东台市| 礼泉县| 乐安县| 乐东| 宜宾市|