Changing file permissions command line.

Marvin Kosmal mkosmal at gmail.com
Mon Feb 13 17:32:01 UTC 2012


On 2/13/12, Marvin Kosmal <mkosmal at gmail.com> wrote:
> On 2/13/12, FRank Murphy <frankly3d at gmail.com> wrote:
>> /etc/yum.repos.d/
>> ls -l
>>
>> -rw-rwxr--. 1 root root  673 Feb 12 09:23 _local.repo
>> -rw-r--r--. 1 root root  621 Feb 12 12:58 remi.repo
>>
>> The _local.repo comes up in lime green.
>> Using the command line how can it be changed back.
>>
>> Had a quick look at "chown --help"
>> But no luck, for me anyway.
>>
>> --
>> Regards
>> FRank
>> --
> HI
>
> Not clear to me what you want..
>
> You want local.repo to have same permission as remi.repo?
>
> Marvin
>


As root

chmod 644  _local.repo

HTH

Marvin


More information about the users mailing list