20250602在Ubuntu20.04.6下修改壓縮包的日期和時間

rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 5月 ?23 10:23 ?Android13.0地面站.tgz*
rootroot@rootroot-X99-Turbo:~$ touch 1Android13.0地面站.tgz?
rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 6月 ? 2 09:56 ?1Android13.0地面站.tgz*
rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 6月 ? 2 09:56 ?Android13.0地面站.tgz*


20250602在Ubuntu20.04.6下修改壓縮包的日期和時間
2025/6/2 14:42


BING:linux 修改 文件 日期和時間 為當前日期和時間
百度:linux 修改 文件 日期和時間


https://chat.deepseek.com/a/chat/s/282d18b1-0f7f-42d2-a4ba-2f5750f7b363
Ubuntu修改文件時間方法總結
ubuntu 修改文件時間和日期 為當前的
在 Ubuntu 中,你可以使用 touch 命令來修改文件的時間戳(包括訪問時間和修改時間)為當前時間。以下是具體方法:

1. 將文件的時間戳更新為當前時間
bash
touch 文件名
這會將文件的訪問時間(atime)和修改時間(mtime)都更新為當前時間。

2. 僅修改文件的修改時間(mtime)為當前時間
bash
touch -m 文件名
3. 僅修改文件的訪問時間(atime)為當前時間
bash
touch -a 文件名
4. 修改為自定義時間(而非當前時間)
如果你想將文件時間設置為指定的時間而不是當前時間,可以使用:

bash
touch -t 202406021830.00 文件名
其中:

202406021830.00 表示 YYYYMMDDhhmm.ss(年月日時分.秒)格式的時間。

5. 遞歸修改目錄及其子目錄下的所有文件時間
bash
find 目錄名 -exec touch {} \;
這會將該目錄及其子目錄下的所有文件的時間戳更新為當前時間。

注意事項
你需要有對文件的寫入權限才能修改其時間戳。

如果文件不存在,touch 會創建一個新的空文件。

希望這些方法能幫到你!


完整的LOG:
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x ?51 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:56 ?./
drwxr-xr-x ? 5 root ? ? root ? ? ? ? ? ?4096 2月 ?25 09:37 ?../
drwxrwxr-x ?11 rootroot rootroot ? ? ? ?4096 4月 ?25 17:04 ?01臨時了friendlywrt-h3/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ? 6 11:26 ?02臨時了-單線程編譯通過了friendlywrt-h3/
drwxrwxrwx ? 2 rootroot rootroot ? ? ? ?4096 5月 ? 7 11:52 ?07_源代碼/
drwxrwxrwx ? 3 rootroot rootroot ? ? ? ?4096 5月 ?30 19:07 ?20241224的神州數碼RK3566/
drwxrwxr-x ?16 rootroot rootroot ? ? ? ?4096 5月 ?12 11:44 ?61臨時了sd-fuse_h3/
drwxrwxr-x ? 9 rootroot rootroot ? ? ? ?4096 5月 ?12 17:37 ?62臨時了sd-fuse_h3/
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 5月 ?17 16:28 ?63臨時了sd-fuse_h3/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?20 09:27 ?64臨時了sd-fuse_h3/
drwxrwxrwx ?36 rootroot rootroot ? ? ? ?4096 5月 ?26 15:31 ?Android13.0/
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 5月 ?23 10:23 ?Android13.0地面站.tgz*
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3771 4月 ?25 10:29 ?bak1.bashrc
-rw------- ? 1 rootroot rootroot ? ? ? 28956 5月 ?30 19:15 ?.bash_history
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 220 2月 ?24 18:43 ?.bash_logout
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3852 4月 ?25 10:30 ?.bashrc
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 5月 ?13 16:31 ?BOOT/
drwxr-xr-x ?20 rootroot rootroot ? ? ? ?4096 5月 ?30 10:23 ?.buildroot-ccache/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?23 13:45 'buildroot linux系統的cpu頻率無法查看和修改呢?'/
drwx------ 137 rootroot rootroot ? ? ? ?4096 5月 ?27 11:08 ?.cache/
drwxr-xr-x ? 3 rootroot rootroot ? ? ? ?4096 4月 ?25 15:38 ?.cmake/
drwx------ ?20 rootroot rootroot ? ? ? ?4096 5月 ?22 09:13 ?.config/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Desktop/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Documents/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 5月 ?19 17:18 ?Downloads/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?29 20:06 ?.gnupg/
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:00 ?h3/
drwxrwxr-x ? 5 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:53 ?hailuo_temp/
drwxr-xr-x ? 5 rootroot rootroot ? ? ? ?4096 3月 ? 7 09:39 ?.local/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:29 ?LOG/
drwx------ ? 4 rootroot rootroot ? ? ? ?4096 2月 ?27 17:35 ?.mozilla/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Music/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:04 ?.nv/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? 20480 5月 ?27 17:22 ?Pictures/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 ?.pki/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 807 2月 ?24 18:43 ?.profile
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Public/
-rw------- ? 1 rootroot rootroot ? ? ? ? ? 7 3月 ? 5 10:32 ?.python_history
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ?20 14:41 ?quectel-cm/
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ? 6 09:31 ?r6s/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 2 5月 ?30 18:46 ?.repo_.gitconfig.json
drwxr-xr-x ?35 rootroot rootroot ? ? ? ?4096 4月 ?10 09:23 ?RK3566_RK3568_Linux5.10_V1.2.0/
drwx------ ?19 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:44 ?RK3566的吊艙-IIMG/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?24 18:36 ?RK3588+4800w/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ?21 09:07 ?sd-fuse_h3/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?24 17:09 ?snap/
drwxrwxrwx ?16 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:43 ?source/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 5月 ?10 16:40 ?.ssh/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 0 2月 ?25 09:05 ?.sudo_as_admin_successful
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 'Sunlogin Files'/
drwxrwxr-x ?34 rootroot rootroot ? ? ? ?4096 5月 ?30 18:52 ?tao_android13/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Templates/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:07 ?tgz/
drwx------ ? 6 rootroot rootroot ? ? ? ?4096 4月 ? 7 12:05 ?.thunderbird/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?30 09:41 ?version/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Videos/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?30 19:06 ?.vmware/
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 4月 ?30 10:27 ?vmware/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 221 5月 ?20 14:36 ?.wget-hsts
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:53 ?whisper/
-rw------- ? 1 rootroot rootroot ? ? ? ? 256 6月 ? 2 09:56 ?.Xauthority
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 3月 ?22 14:59 ?攝像頭/
-rwx------ ? 1 rootroot rootroot ? ? ? ? 376 5月 ?30 16:52 ?說明.txt*
rootroot@rootroot-X99-Turbo:~$?
rootroot@rootroot-X99-Turbo:~$?
rootroot@rootroot-X99-Turbo:~$ touch 1Android13.0地面站.tgz?
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x ?51 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:56 ?./
drwxr-xr-x ? 5 root ? ? root ? ? ? ? ? ?4096 2月 ?25 09:37 ?../
drwxrwxr-x ?11 rootroot rootroot ? ? ? ?4096 4月 ?25 17:04 ?01臨時了friendlywrt-h3/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ? 6 11:26 ?02臨時了-單線程編譯通過了friendlywrt-h3/
drwxrwxrwx ? 2 rootroot rootroot ? ? ? ?4096 5月 ? 7 11:52 ?07_源代碼/
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 6月 ? 2 09:56 ?1Android13.0地面站.tgz*
drwxrwxrwx ? 3 rootroot rootroot ? ? ? ?4096 5月 ?30 19:07 ?20241224的神州數碼RK3566/
drwxrwxr-x ?16 rootroot rootroot ? ? ? ?4096 5月 ?12 11:44 ?61臨時了sd-fuse_h3/
drwxrwxr-x ? 9 rootroot rootroot ? ? ? ?4096 5月 ?12 17:37 ?62臨時了sd-fuse_h3/
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 5月 ?17 16:28 ?63臨時了sd-fuse_h3/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?20 09:27 ?64臨時了sd-fuse_h3/
drwxrwxrwx ?36 rootroot rootroot ? ? ? ?4096 5月 ?26 15:31 ?Android13.0/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3771 4月 ?25 10:29 ?bak1.bashrc
-rw------- ? 1 rootroot rootroot ? ? ? 28956 5月 ?30 19:15 ?.bash_history
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 220 2月 ?24 18:43 ?.bash_logout
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3852 4月 ?25 10:30 ?.bashrc
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 5月 ?13 16:31 ?BOOT/
drwxr-xr-x ?20 rootroot rootroot ? ? ? ?4096 5月 ?30 10:23 ?.buildroot-ccache/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?23 13:45 'buildroot linux系統的cpu頻率無法查看和修改呢?'/
drwx------ 137 rootroot rootroot ? ? ? ?4096 5月 ?27 11:08 ?.cache/
drwxr-xr-x ? 3 rootroot rootroot ? ? ? ?4096 4月 ?25 15:38 ?.cmake/
drwx------ ?20 rootroot rootroot ? ? ? ?4096 5月 ?22 09:13 ?.config/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Desktop/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Documents/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 5月 ?19 17:18 ?Downloads/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?29 20:06 ?.gnupg/
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:00 ?h3/
drwxrwxr-x ? 5 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:53 ?hailuo_temp/
drwxr-xr-x ? 5 rootroot rootroot ? ? ? ?4096 3月 ? 7 09:39 ?.local/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:29 ?LOG/
drwx------ ? 4 rootroot rootroot ? ? ? ?4096 2月 ?27 17:35 ?.mozilla/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Music/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:04 ?.nv/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? 20480 5月 ?27 17:22 ?Pictures/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 ?.pki/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 807 2月 ?24 18:43 ?.profile
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Public/
-rw------- ? 1 rootroot rootroot ? ? ? ? ? 7 3月 ? 5 10:32 ?.python_history
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ?20 14:41 ?quectel-cm/
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ? 6 09:31 ?r6s/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 2 5月 ?30 18:46 ?.repo_.gitconfig.json
drwxr-xr-x ?35 rootroot rootroot ? ? ? ?4096 4月 ?10 09:23 ?RK3566_RK3568_Linux5.10_V1.2.0/
drwx------ ?19 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:44 ?RK3566的吊艙-IIMG/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?24 18:36 ?RK3588+4800w/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ?21 09:07 ?sd-fuse_h3/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?24 17:09 ?snap/
drwxrwxrwx ?16 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:43 ?source/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 5月 ?10 16:40 ?.ssh/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 0 2月 ?25 09:05 ?.sudo_as_admin_successful
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 'Sunlogin Files'/
drwxrwxr-x ?34 rootroot rootroot ? ? ? ?4096 5月 ?30 18:52 ?tao_android13/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Templates/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:07 ?tgz/
drwx------ ? 6 rootroot rootroot ? ? ? ?4096 4月 ? 7 12:05 ?.thunderbird/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?30 09:41 ?version/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Videos/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?30 19:06 ?.vmware/
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 4月 ?30 10:27 ?vmware/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 221 5月 ?20 14:36 ?.wget-hsts
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:53 ?whisper/
-rw------- ? 1 rootroot rootroot ? ? ? ? 256 6月 ? 2 09:56 ?.Xauthority
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 3月 ?22 14:59 ?攝像頭/
-rwx------ ? 1 rootroot rootroot ? ? ? ? 376 5月 ?30 16:52 ?說明.txt*
rootroot@rootroot-X99-Turbo:~$?
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x ?51 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:57 ?./
drwxr-xr-x ? 5 root ? ? root ? ? ? ? ? ?4096 2月 ?25 09:37 ?../
drwxrwxr-x ?11 rootroot rootroot ? ? ? ?4096 4月 ?25 17:04 ?01臨時了friendlywrt-h3/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ? 6 11:26 ?02臨時了-單線程編譯通過了friendlywrt-h3/
drwxrwxrwx ? 2 rootroot rootroot ? ? ? ?4096 5月 ? 7 11:52 ?07_源代碼/
drwxrwxrwx ? 3 rootroot rootroot ? ? ? ?4096 5月 ?30 19:07 ?20241224的神州數碼RK3566/
drwxrwxr-x ?16 rootroot rootroot ? ? ? ?4096 5月 ?12 11:44 ?61臨時了sd-fuse_h3/
drwxrwxr-x ? 9 rootroot rootroot ? ? ? ?4096 5月 ?12 17:37 ?62臨時了sd-fuse_h3/
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 5月 ?17 16:28 ?63臨時了sd-fuse_h3/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?20 09:27 ?64臨時了sd-fuse_h3/
drwxrwxrwx ?36 rootroot rootroot ? ? ? ?4096 5月 ?26 15:31 ?Android13.0/
-rwxrwxrwx ? 1 rootroot rootroot 36247187308 6月 ? 2 09:56 ?Android13.0地面站.tgz*
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3771 4月 ?25 10:29 ?bak1.bashrc
-rw------- ? 1 rootroot rootroot ? ? ? 28956 5月 ?30 19:15 ?.bash_history
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 220 2月 ?24 18:43 ?.bash_logout
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ?3852 4月 ?25 10:30 ?.bashrc
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 5月 ?13 16:31 ?BOOT/
drwxr-xr-x ?20 rootroot rootroot ? ? ? ?4096 5月 ?30 10:23 ?.buildroot-ccache/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?23 13:45 'buildroot linux系統的cpu頻率無法查看和修改呢?'/
drwx------ 137 rootroot rootroot ? ? ? ?4096 5月 ?27 11:08 ?.cache/
drwxr-xr-x ? 3 rootroot rootroot ? ? ? ?4096 4月 ?25 15:38 ?.cmake/
drwx------ ?20 rootroot rootroot ? ? ? ?4096 5月 ?22 09:13 ?.config/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Desktop/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Documents/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 5月 ?19 17:18 ?Downloads/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?29 20:06 ?.gnupg/
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:00 ?h3/
drwxrwxr-x ? 5 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:53 ?hailuo_temp/
drwxr-xr-x ? 5 rootroot rootroot ? ? ? ?4096 3月 ? 7 09:39 ?.local/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?25 17:29 ?LOG/
drwx------ ? 4 rootroot rootroot ? ? ? ?4096 2月 ?27 17:35 ?.mozilla/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Music/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:04 ?.nv/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? 20480 5月 ?27 17:22 ?Pictures/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 ?.pki/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 807 2月 ?24 18:43 ?.profile
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Public/
-rw------- ? 1 rootroot rootroot ? ? ? ? ? 7 3月 ? 5 10:32 ?.python_history
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ?20 14:41 ?quectel-cm/
drwxrwxr-x ? 3 rootroot rootroot ? ? ? ?4096 5月 ? 6 09:31 ?r6s/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 2 5月 ?30 18:46 ?.repo_.gitconfig.json
drwxr-xr-x ?35 rootroot rootroot ? ? ? ?4096 4月 ?10 09:23 ?RK3566_RK3568_Linux5.10_V1.2.0/
drwx------ ?19 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:44 ?RK3566的吊艙-IIMG/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 4月 ?24 18:36 ?RK3588+4800w/
drwxrwxr-x ?12 rootroot rootroot ? ? ? ?4096 5月 ?21 09:07 ?sd-fuse_h3/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 4月 ?24 17:09 ?snap/
drwxrwxrwx ?16 rootroot rootroot ? ? ? ?4096 5月 ? 9 14:43 ?source/
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 5月 ?10 16:40 ?.ssh/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? ? 0 2月 ?25 09:05 ?.sudo_as_admin_successful
drwxrwxr-x ? 2 rootroot rootroot ? ? ? ?4096 3月 ?12 18:47 'Sunlogin Files'/
drwxrwxr-x ?34 rootroot rootroot ? ? ? ?4096 5月 ?30 18:52 ?tao_android13/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Templates/
drwx------ ? 3 rootroot rootroot ? ? ? ?4096 6月 ? 2 09:07 ?tgz/
drwx------ ? 6 rootroot rootroot ? ? ? ?4096 4月 ? 7 12:05 ?.thunderbird/
drwxrwxr-x ?13 rootroot rootroot ? ? ? ?4096 5月 ?30 09:41 ?version/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 2月 ?24 18:55 ?Videos/
drwxr-xr-x ? 2 rootroot rootroot ? ? ? ?4096 4月 ?30 19:06 ?.vmware/
drwxrwxr-x ? 4 rootroot rootroot ? ? ? ?4096 4月 ?30 10:27 ?vmware/
-rw-r--r-- ? 1 rootroot rootroot ? ? ? ? 221 5月 ?20 14:36 ?.wget-hsts
drwxrwxr-x ? 8 rootroot rootroot ? ? ? ?4096 3月 ? 7 11:53 ?whisper/
-rw------- ? 1 rootroot rootroot ? ? ? ? 256 6月 ? 2 09:56 ?.Xauthority
drwx------ ? 2 rootroot rootroot ? ? ? ?4096 3月 ?22 14:59 ?攝像頭/
-rwx------ ? 1 rootroot rootroot ? ? ? ? 376 5月 ?30 16:52 ?說明.txt*
rootroot@rootroot-X99-Turbo:~$?


本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/bicheng/83696.shtml
繁體地址,請注明出處:http://hk.pswp.cn/bicheng/83696.shtml
英文地址,請注明出處:http://en.pswp.cn/bicheng/83696.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

windows無法安裝到這個磁盤,選中的磁盤采用gpt分區儀式

解決辦法: 我才用的是一個網友分享的微軟官方解決辦法,成功了,但是不知道會不會i有什么影響。將所有分區刪掉,這時磁盤變成為分配的空間。我個人是兩塊固態,一塊m.2,一塊sata;所以我直接將500g…

使用Composer創建公共類庫

概述 如果多個項目中存在使用相同類庫、模塊的情況,此時可以考慮將類庫或者模塊單獨抽取出來,形成獨立類庫,通過composer 來進行依賴管理,這樣可以更方便維護,大大提升開發效率。 優勢 可以對特定模塊進行統一維護和…

Ubuntu中TFTP服務器安裝使用

TFTP服務器 在 Ubuntu 下使用 TFTP(Trivial File Transfer Protocol) 服務,通常用于簡單的文件傳輸(如網絡設備固件更新、嵌入式開發等)。 1 TFTP服務器安裝 sudo apt-get install tftp-hpa sudo apt-get install…

前端面試總結

1.請做下自我介紹 技術棧 工作經歷 2.挑一個項目詳細講一下 介紹了一個項目的業務,重點講了一個動態表單的實現,從業務、擴展性、可維護性、性能提升 3.場景題:問答怎么做,表單之間關聯,回答不同問題跳轉到不同的下一個…

Python訓練打卡Day38

Dataset和Dataloader類 知識點回顧: Dataset類的__getitem__和__len__方法(本質是python的特殊方法)Dataloader類minist手寫數據集的了解 在遇到大規模數據集時,顯存常常無法一次性存儲所有數據,所以需要使用分批訓練的…

web3-區塊鏈基礎:從區塊添加機制到哈希加密與默克爾樹結構

區塊鏈基礎:從區塊添加機制到哈希加密與默克爾樹結構 什么是區塊鏈 抽象的回答: 區塊鏈提供了一種讓多個參與方在沒有一個唯一可信方的情況下達成合作 若有可信第三方 > 不需要區塊鏈 [金融系統中常常沒有可信的參與方] 像股票市場,或者一個國家的…

MySQL 索引:為使用 B+樹作為索引數據結構,而非 B樹、哈希表或二叉樹?

在數據庫的世界里,性能是永恒的追求。而索引,作為提升查詢速度的利器,其底層數據結構的選擇至關重要。如果你深入了解過 MySQL(尤其是其主流存儲引擎 InnoDB),你會發現它不約而同地選擇了 B樹 作為索引的主…

Kafka broker 寫消息的過程

Producer → Kafka Broker → Replication → Consumer|Partition chosen (by key or round-robin)|Message appended to end of log (commit log)上面的流程是kafka 寫操作的大體流程。 kafka 不會特意保留message 在內存中,而是直接寫入了disk。 那么消費的時候&…

leetcode hot100(兩數之和、字母異位詞分組、最長連續序列)

兩數之和 題目鏈接 參考鏈接&#xff1a; 題目描述&#xff1a; 暴力法 雙重循環查找目標值 class Solution {public int[] twoSum(int[] nums, int target) {int[] res new int[2];for(int i 0 ; i < nums.length ; i){boolean isFind false;for(int j i 1 ; j …

SkyWalking架構深度解析:分布式系統監控的利器

一、SkyWalking概述 SkyWalking是一款開源的APM(應用性能監控)系統&#xff0c;專門為微服務、云原生和容器化架構設計。它由Apache軟件基金會孵化并畢業&#xff0c;已成為分布式系統監控領域的明星項目。 核心特性 ?分布式追蹤?&#xff1a;跨服務調用鏈路的完整追蹤?服務…

Matlab程序設計基礎

matlab程序設計基礎 程序設計函數文件1.函數文件的基本結構2.創建并使用函數文件的示例3.帶多個輸出的函數示例4.包含子函數的函數文件 流程控制1. if 條件語句2. switch 多分支選擇語句3. try-catch 異常處理語句ME與lasterr 4. while 循環語句5. for 循環語句break和continue…

Client-Side Path Traversal 漏洞學習筆記

近年來,隨著Web前端技術的飛速發展,越來越多的數據請求和處理邏輯被轉移到客戶端(瀏覽器)執行。這大大提升了用戶體驗,但也帶來了新的安全威脅。其中,Client-Side Path Traversal(客戶端路徑穿越,CSPT)作為一種新興的漏洞類型,逐漸受到安全研究者和攻擊者的關注。本文…

基于Socketserver+ThreadPoolExecutor+Thread構造的TCP網絡實時通信程序

目錄 介紹&#xff1a; 源代碼&#xff1a; Socketserver-服務端代碼 Socketserver客戶端代碼&#xff1a; 介紹&#xff1a; socketserver是一種傳統的傳輸層網絡編程接口&#xff0c;相比WebSocket這種應用層的協議來說&#xff0c;socketserver比較底層&#xff0c;soc…

【無標題】平面圖四色問題P類歸屬的嚴格論證——基于拓撲收縮與動態調色算法框架

平面圖四色問題P類歸屬的嚴格論證——基于拓撲收縮與動態調色算法框架 --- #### **核心定理** 任意平面圖 \(G (V, E)\) 的四色著色問題可在多項式時間 \(O(|V|^2)\) 內求解&#xff0c;且算法正確性由以下三重保證&#xff1a; 1. **拓撲不變性**&#xff08;Kuratowsk…

HALCON 深度學習訓練 3D 圖像的幾種方式優缺點

HALCON 深度學習訓練 3D 圖像的幾種方式優缺點 ** 在計算機視覺和工業檢測等領域&#xff0c;3D 圖像數據的處理和分析變得越來越重要&#xff0c;HALCON 作為一款強大的機器視覺軟件&#xff0c;提供了多種深度學習訓練 3D 圖像的方式。每種方式都有其獨特的設計思路和應用場…

pytest中的元類思想與實戰應用

在Python編程世界里&#xff0c;元類是一種強大而高級的特性&#xff0c;它能在類定義階段深度定制類的創建與行為。而pytest作為熱門的測試框架&#xff0c;雖然沒有直接使用元類&#xff0c;但在設計機制上&#xff0c;卻暗含了許多與元類思想相通的地方。接下來&#xff0c;…

以太網幀結構和封裝【三】-- TCP/UDP頭部信息

TCP頭部用于建立可靠連接、流量控制及數據完整性校驗。 Ipv4封裝tcp報&#xff1a; Ipv6封裝tcp報&#xff1a; UDP頭部信息 UDP關鍵協議特性&#xff1a; 1&#xff09;無連接&#xff1a;無需握手&#xff0c;直接發送數據。 2&#xff09;不可靠性&#xff1a;不保證數據…

MySQL補充知識點學習

書接上文&#xff1a;MySQL關系型數據庫學習&#xff0c;繼續看書補充MySQL知識點學習。 1. 基本概念學習 1.1 游標&#xff08;Cursor&#xff09; MySQL 游標是一種數據庫對象&#xff0c;它允許應用程序逐行處理查詢結果集&#xff0c;而不是一次性獲取所有結果。游標在需…

基于InternLM的情感調節大師FunGPT

基于書生系列大模型&#xff0c;社區用戶不斷創造出令人耳目一新的項目&#xff0c;從靈感萌發到落地實踐&#xff0c;每一個都充滿智慧與價值。“與書生共創”將陸續推出一系列文章&#xff0c;分享這些項目背后的故事與經驗。歡迎訂閱并積極投稿&#xff0c;一起分享經驗與成…

【拓撲】1639.拓撲排序

題目描述 這是 2018 2018 2018 年研究生入學考試中給出的一個問題&#xff1a; 以下哪個選項不是從給定的有向圖中獲得的拓撲序列&#xff1f; 現在&#xff0c;請你編寫一個程序來測試每個選項。 輸入格式 第一行包含兩個整數 N N N 和 M M M&#xff0c;分別表示有向圖…