tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: apache24 failure
On 2020-06-21 16:21, Edgar Fuß wrote:
new permissions are rw-r--r-x
I don‘t get that.
It's probably a CentOS 7 bug. At any rate, I think the intended meaning
of the chmod is clear, but thought I should inquire anyway for an
important package like this.
Linux pbulkc7.hpc bacon ~ 114: (pkgsrc): touch test
Linux pbulkc7.hpc bacon ~ 115: (pkgsrc): chmod 755 test
Linux pbulkc7.hpc bacon ~ 116: (pkgsrc): dir test
-rwxr-xr-x. 1 bacon bacon 0 Jun 21 21:25 test*
Linux pbulkc7.hpc bacon ~ 117: (pkgsrc): chmod -x test
chmod: test: new permissions are rw-r--r-x, not rw-r--r--
Linux pbulkc7.hpc bacon ~ 119: (pkgsrc): chmod a-x test
Linux pbulkc7.hpc bacon ~ 120: (pkgsrc): dir test
-rw-r--r--. 1 bacon bacon 0 Jun 21 21:25 test
Home |
Main Index |
Thread Index |
Old Index