Re: permissions issue help ?!?!

2003-01-07 Thread Miguel Mendez
On Tue, 7 Jan 2003 13:03:10 -0500 (EST) Brent Bailey [EMAIL PROTECTED] wrote: Hi, I have another FBSD box thats working fine ..and the permissions on its/tmp dir are:drwxrwxrwt root wheel /tmp now to restore the permissions on the broken box ..i did #chmod 777 /tmp What you want is

Re: permissions issue help ?!?!

2003-01-07 Thread Miguel Mendez
On Tue, 7 Jan 2003 18:52:19 +0100 Miguel Mendez [EMAIL PROTECTED] wrote: t is the sticky bit, it means that files and directories created inside/tmp are owned by whoever creates them. See man 8 sticky for detailed info. I've realized just after pressing send that this is not what I meant to

Re: permissions issue help ?!?!

2003-01-07 Thread Andrew Prewett
Today Brent Bailey wrote: Hello, Im using FBSD 4.6 R i recently installed something (i dont know what ) that changed the permissions on my /tmp directory.making things like mysql php and other programs not function correctly. as things are now on the broken box the permissions are:

Re: permissions issue help ?!?!

2003-01-07 Thread Brent Bailey
Awesomethanx for your help... i have one other one for ya ...if your up to it .. for whatever reason ...a file that was in the /tmp dir is missing its a file that mysql used called mysql.sock= it had permissions like srwxrwxrwx mysql wheelmysql.sock= any thoughts ?? Im sure i need this

Re: permissions issue help ?!?!

2003-01-07 Thread Mark
- Original Message - From: Brent Bailey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 7:03 PM Subject: permissions issue help ?!?! however im not sure how to get the t on the permissions back chmod 1777 There, all done. :) (im not even sure what the t

Re: permissions issue help ?!?!

2003-01-07 Thread Brent Bailey
ehhehe i hear ya ... its all good I appreciate your help much Brent On Tue, 7 Jan 2003 18:52:19 +0100 Miguel Mendez [EMAIL PROTECTED] wrote: t is the sticky bit, it means that files and directories created inside/tmp are owned by whoever creates them. See man 8 sticky for detailed

Re: permissions issue help ?!?!

2003-01-07 Thread Hari Bhaskaran
On Tue, Jan 07, 2003 at 01:27:05PM -0500, Brent Bailey wrote: Awesomethanx for your help... i have one other one for ya ...if your up to it .. for whatever reason ...a file that was in the /tmp dir is missing its a file that mysql used called mysql.sock= it had permissions like

RE: permissions issue help ?!?!

2003-01-07 Thread John Brooks
, January 07, 2003 12:27 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: permissions issue help ?!?! Awesomethanx for your help... i have one other one for ya ...if your up to it .. for whatever reason ...a file that was in the /tmp dir is missing its