gpt4 book ai didi

linux - 如何检查多个文件目录的权限 - linux

转载 作者:太空宇宙 更新时间:2023-11-04 10:31:02 24 4
gpt4 key购买 nike

在 linux 命令行上运行脚本后,我得到一个 .txt 文件。查看 .txt 文件时,我看到很多数字以及在哪些文件目录中可以找到它们。

例如:

usr/lib/tc/pareto.dist
123455324

usr/bin/python2.7
4564745

/etc/rpc
845669

我知道我可以使用 ls -l "some_file 显示一个文件目录的权限。但是如何在一个txt.file中显示多个文件目录的权限呢?

例如:

-rw-rw-r-- 1 me   me   1097374 Sep 26 18:48 some_file
-rwxr-xr-x 1 root root 316848 Feb 27 2000 /usr/bin
..

最佳答案

这可以帮助你。

grep "/" yourFile | xargs ls -l

ls -l `grep "/" yourFile`

关于linux - 如何检查多个文件目录的权限 - linux,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39918408/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com