Re: [ilugd] Help needed on file permissions.

2003-03-03 Thread Aruna
thanks. Regards - Aruna - Original Message - From: "Narsingh Sahu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 11:25 AM Subject: Re: [ilugd] Help needed on file permissions. > --- Aruna <[EMAIL PROTECTED]> wrote: > >

Re: [ilugd] Help needed on file permissions.

2003-03-02 Thread Narsingh Sahu
--- Aruna <[EMAIL PROTECTED]> wrote: > Hi, > > I am a new member of this group. I am using Linux > 7.2 and want to have an executable file which can be > accessed by all users without having super user > permissions. Can anybody suggest how can I do the > same ? Check man chmod. -- narsingh

RE: [ilugd] Help needed on file permissions.

2003-03-02 Thread Manish Sharma , Gurgaon
probably you need: chmod 0755   -- Manish -Original Message-From: Aruna [mailto:[EMAIL PROTECTED]Sent: Saturday, March 01, 2003 4:32 PMTo: multiple recipients ofSubject: [ilugd] Help needed on file permissions. Hi,   I am a new member of this group. I am using Linu

Re: [ilugd] Help needed on file permissions.

2003-03-01 Thread Arjun
Dear Sir, Copy the file to everyone's desktop and /etc/skel. Give it permissions as follows:- root# chmod 777 for read-write-execute,read-write-execute,read-write-execute Or root# chmod 755 for read-write-execute,read-execute,rea

Re: [ilugd] Help needed on file permissions.

2003-03-01 Thread Raj Shekhar
--- Aruna <[EMAIL PROTECTED]> wrote: > Hi, > > I am a new member of this group. I am using Linux 7.2 and want to > have an executable file which can be accessed by all users without > having super user permissions. Can anybody suggest how can I do the > same ? Make a group,for eg: foo-bar-baz, a