SOLVED Re: Changing file permissions command line.

2012-02-13 Thread FRank Murphy
On 13/02/12 17:32, Marvin Kosmal wrote: As root chmod 644 _local.repo HTH Marvin Thaks to all. solved. -- Regards FRank -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: htt

Re: Changing file permissions command line.

2012-02-13 Thread FRank Murphy
On 13/02/12 17:25, Reindl Harald wrote: BTW: "stat filename" displays all informations you could get [harry@rh:~]$ stat /etc/yum.repos.d/rpmfusion-nonfree.repo Datei: „/etc/yum.repos.d/rpmfusion-nonfree.repo“ Größe: 1247 Blöcke: 8 EA Block: 4096 reguläre Datei Gerät:

Re: Changing file permissions command line.

2012-02-13 Thread Marvin Kosmal
On 2/13/12, Marvin Kosmal wrote: > On 2/13/12, FRank Murphy 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

Re: Changing file permissions command line.

2012-02-13 Thread Reindl Harald
Am 13.02.2012 18:24, schrieb Reindl Harald: > > > Am 13.02.2012 18:21, schrieb Marvin Kosmal: >> On 2/13/12, FRank Murphy 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 _lo

Re: Changing file permissions command line.

2012-02-13 Thread Reindl Harald
Am 13.02.2012 18:21, schrieb Marvin Kosmal: > On 2/13/12, FRank Murphy 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 h

Re: Changing file permissions command line.

2012-02-13 Thread FRank Murphy
On 13/02/12 17:21, Marvin Kosmal wrote: You want local.repo to have same permission as remi.repo? Marvin Yes. -- Regards FRank -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines

Re: Changing file permissions command line.

2012-02-13 Thread Marvin Kosmal
On 2/13/12, FRank Murphy 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 "chow

Changing file permissions command line.

2012-02-13 Thread FRank Murphy
/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