Displaying 5 results from an estimated 5 matches for "direstori".
Did you mean:
directori
2006 Dec 12
3
problem with acls and dos mode in 3.0.23d
Hello!
I have direstory with following acl:
getfacl Visio2002
# file: Visio2002
# owner: ilyin
# group: ilyin
user::rwx
user:dm:rwx
user:pitomtsev:rwx
user:nap:rwx
user:mav:rwx
user:goi:rwx
user:ilyin:rwx
user:huzyahmetov:rwx
group::r-x
group:common:r-x
mask::rwx
other::---
default:user::rwx
default:user:pitomtsev:rwx
default:user:nap:rwx
default:user:mav:rwx
default:user:goi:rwx
2018 Sep 12
2
ca-bundle questions
Sometime in Feb, yum updated something to do with ca-bundle. I didn't
notice at the time, but it put these two files on my machine:
/etc/pki/tls/certs/ca-bundle.trust.crt.rpmnew and
/etc/pki/tls/certs/ca-bundle.crt.rpmnew
Both of those on the existing system are symbolic links
ca-bundle.trust.crt ->
/etc/pki/ca-trust/extracted/openssl/ca-bundle-trust.crt and
ca-bundle.crt ->
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote:
> On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
>>
>> I am building a Dockerfile and I am setting up MariaDB repos as follow:
>
> This question is probably way offtopic for a CentOS mailing list.
>
>> # Setup MariaDB repos
>> RUN touch
2018 Sep 13
0
ca-bundle questions
You need to dig deeper - I will give you a start ...
> > > Sometime in Feb, yum updated something to do with ca-bundle.
The "something" is the ca-certificates.noarch rpm. It is updated every
year around May. The last update was around May 16th this year. Not
February.
> > > I didn't
> > > notice at the time, but it put these two files on my machine:
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow:
# Setup MariaDB repos
RUN touch /etc/yum.repos.d/MariaDB.repo
I should write this inside the MariaDB.repo file:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
What's the right way to do this? The one below?
echo