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.
我有一个文件
-rwxrwxr-x 1 ics ics 917 Aug 1 08:38 apply_ws_db_chgs.sh
当我 cvs 提交这个文件时,文件保护被剥夺了所有者、组和其他的 x。
-rw-rw-r-- 1 ics ics 972 Aug 1 08:43 apply_ws_db_chgs.sh
我能做些什么来纠正这个问题。
这是这篇文章的副本。我在 CVS 存储库中输入了这个命令:
chmod 555 apply_ws_db_chgs.sh,v
问题解决了。