列出目前 listening 的 TCP sockets
ss -ltn
# 輸出 ex:
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 4096 0.0.0.0:6379 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:5044 0.0.0.0:*
LISTEN 0 128 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:43875 0.0.0.0:*
LISTEN 0 4096 [::]:6379 [::]:*
LISTEN 0 4096 [::]:5044 [::]:*
LISTEN 0 128 [::]:22 [::]:*
刪除空資料夾
rm -d ${資料夾名稱}
or
rmdir ${資料夾名稱}
刪除非空資料夾
rm -r ${資料夾名稱}
or
rm -rf ${資料夾名稱}
查看檔案細節
stat appendonly.aof
# 輸出 ex:
File: appendonly.aof
Size: 1239 Blocks: 8 IO Block: 4096 regular file
Device: 801h/2049d Inode: 521216 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 999/ UNKNOWN) Gid: ( 999/ UNKNOWN)
Access: 2023-06-17 08:12:54.053733221 +0000
Modify: 2023-06-17 08:15:06.525067109 +0000
Change: 2023-06-17 08:15:06.525067109 +0000
Birth: -
查看檔案大小
stat --format="%s" appendonly.aof
# 輸出 ex:
0
轉載請註明來源,若有任何錯誤或表達不清楚的地方,歡迎在下方評論區留言,也可以來信至 leozheng0621@gmail.com
如果文章對您有幫助,歡迎斗內(donate),請我喝杯咖啡