有没有办法在两个服务器之间区分 chown/chmod?目录?
平台:CentOS 5.6 x86_64
我有一个生产服务器和一个开发服务器。我想在几乎相同的大型目录结构中调试文件所有权和权限,在临时缓存中提供或获取一些临时文件。
有谁知道这是否可能?考虑到目录树的大小,手动逐个文件检查是不切实际的。
提前致谢。
Platform: CentOS 5.6 x86_64
I have a production server and a development server. I want to debug file ownership and permissions across a large directory structure, which is almost identical, give or take a few ephemeral files in temporary caches.
Does anyone know if this is possible? Manually checking file-for-file would not be practical, given the size of the directory tree.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://linuxconfig.org/backup-permissions-in-linux
这是最好的用于备份和恢复目录权限的脚本。当您从两台服务器获取目录权限列表时,只需对它们运行差异(您可能需要在此之前进行一些修改)
http://linuxconfig.org/backup-permissions-in-linux
This is the BEST script to bakup and restore the permissions of directories. When you get the directory permissions list from both servers, just run a diff on them (you might want to make some modificatins before that)
只需在两个目录服务器上使用带有 -ls 标志的 find 即可,例如:
Just use find on both directory servers with the -ls flag, like: