发布网友 发布时间:2022-03-20 11:23
共3个回答
热心网友 时间:2022-03-20 12:52
find 命令 “。”点代表当前目录 “switch.cfg"是查询的关键字 ”-ls "我觉得应该用 | ls 来表示 管道加 “ls"来列出文件热心网友 时间:2022-03-20 14:10
1. 从.目录下开始查找name为switch.cfg的文件,并(-ls)输出文件信息追答参照man手册的解释
-ls This primary always evaluates to true. The following information for the current file is written to standard out-
put: its inode number, size in 512-byte blocks, file permissions, number of hard links, owner, group, size in
bytes, last modification time, and pathname. If the file is a block or character special file, the device number
will be displayed instead of the size in bytes. If the file is a symbolic link, the pathname of the linked-to file
will be displayed preceded by ``->''. The format is identical to that proced by ``ls -dgils''.
热心网友 时间:2022-03-20 15:45
"点"是指当前文件夹.