3 檔案管理 面試題

2021-09-27 04:55:34 字數 2682 閱讀 9257

試題內容

[root@centos7 b]# ln  -s /lib64/libc.so /usr/lib64/libc.so
或者
[root@centos7 b]# ln ../../lib64/libc.so.6 /usr/lib64/libc.so.64 -s 

[root@centos7 b]# ll /usr/lib64/libc.so.64

lrwxrwxrwx. 1 root root 21 8月 7 07:08 /usr/lib64/libc.so.64 -> ../../lib64/libc.so.6

3、-p

4、ln -s

5、pwd

6、

[root@centos7 tmp]# mkdir dic
7、cp -a; 將alias cp='cp -a'寫入vim /etc/profile.d/env.sh8、/root

9、-

10、df -i檢視下該分割槽的的inode節點是不是滿了,如果滿了,刪掉一些無用的檔案,或者放其它盤

11、/root分割槽和/boot分割槽。swap

12、mv

13、-d

14、su -

15、4

16、軟鏈結和硬鏈結

17、檔案被程式占用

18、rc.local啟動載入檔案,會執行裡面的一些程式;message是centos系統的日誌檔案

19、**bash

[root@docker1 ~]# sed 's/test/good/g' /home/test/ct -i

20、

[root@centos7 tmp]# ls -hl

總用量 1012m

drwxr-xr-x. 3 root root 15 8月 7 07:04 b

drwxr-xr-x. 2 root root 6 8月 7 07:10 dic

-rw-r--r--. 1 root root 5.0k 8月 7 07:34 test1

-rw-r--r--. 1 root root 500m 8月 7 07:35 test2

21、

[root@centos7 tmp]# df -h

檔案系統 容量 已用 可用 已用% 掛載點

/dev/sda2 100g 5.7g 95g 6% /

devtmpfs 974m 0 974m 0% /dev

tmpfs 991m 0 991m 0% /dev/shm

tmpfs 991m 11m 980m 2% /run

tmpfs 991m 0 991m 0% /sys/fs/cgroup

/dev/sda1 1014m 166m 849m 17% /boot

/dev/sda3 50g 833m 50g 2% /data

tmpfs 199m 40k 199m 1% /run/user/0

/dev/sr0 11g 11g 0 100% /run/media/root/centos 7 x86_64

22、df -h23、24、使用如下命令觸發硬碟掃瞄,然後lsblk就可以看到了,就可以進行操作

[root@centos7 ~]# echo '- - -' > /sys/class/scsihost/host2/scan 

[root@centos7 ~]# echo '- - -' > /sys/class/scsihost/host1/scan

[root@centos7 ~]# echo '- - -' > /sys/class/scsihost/host0/scan

25、c

26、a

27、a

28、d

29、該檔案可能被某程式占用,使用lsof | grep 『檔名』看下哪個程式在使用,殺死或重啟該程式

3 檔案管理命令

檢視檔案 cat cat n 行號 e 對於linux 文字的行結束符號 windows 是 和回車 tac 倒過來看 more less tail heads tail f filename 動態看 末尾內容 文字處理 cut join,awk,sed cut d 分割符號 delimiter f...

python面試題筆記day1 檔案操作

從今天開始,每天做幾道python面試題和資料結構的題,並做以筆記 檔案操作 def get lines with open file.txt rb as f return f.readlines if name main for e in get lines process e 處理每一行資料 現...

linux 檔案管理 3 檔案萬用字元

ll proc meminfo 大小為0,不是硬碟檔案。在記憶體裡,只不過以檔案的方式顯示出來給我們看。ls conf ls f?conf ls ls mage ls 前乙個工作目錄 ls 當前 ls f?0 9 touch a.txt ll a 0 9 txt ls b acz txt ls b ...