Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要提取的CPIO包。它有一组文件,比如 x1、x2、....xN。提取时,这些文件是在 777 权限下生成的。
但我希望它是在 755 权限下生成的。有没有办法可以使用管道来修改从 CPIO 生成的文件的权限。