executable folder

2003-08-14 Thread Anil Garg
Hi, As exectuable file means it can be executed by './' ..but whats the significance of and executable directory (i.e a director with executable rights). Thanks and regards Anil. ___ [EMAIL PROTECTED] mailing list

restart apache on red hat (lil off list)

2003-08-14 Thread Anil Garg
Hi. How to restart apache on red hat linux machine? In fact in php.ini i chages register_globals to 'on'..now i want to restart apache..how to do this. (is '/etc/rc.d/init.d/httpd restart' the right way to do it? or do we apachectl (if you whats the sytax).). Thanks and Regards Anil. p.s sory

adding user and group on redhat.

2003-08-08 Thread Anil Garg
hi, On red hat ..commands 'adduser' and '/stand/sysinstall' doesnt work. Can someone help me by telling how to add user and group in redhat. Thanks and Regards Anil. ___ [EMAIL PROTECTED] mailing list

How to remove ^M character

2003-08-01 Thread Anil Garg
Hi, I ftp'd a file from windows to freebsdnot its every line has ^M at its end. Is there some command in vi (or some way) by whcih ^M can be removed. Thanks Anil ___ [EMAIL PROTECTED] mailing list

Re: How to remove ^M character

2003-08-01 Thread Anil Garg
thanks :) - Original Message - From: Karl Pielorz [EMAIL PROTECTED] To: Anil Garg [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 01, 2003 2:07 PM Subject: Re: How to remove ^M character --On 01 August 2003 14:01 +0530 Anil Garg [EMAIL PROTECTED] wrote: Hi, I ftp'd

intalling mysql on bsd5.0

2003-07-23 Thread Anil Garg
Hi, While installing mysql on freebsd5.0 (scripts/mysql_install_db) i encountered the following error: - Installing all prepared tables /usr/libexec/ld-elf.so.1: Shared object libc_r.so.4 not found Installation of grant tables failed How can i get rid of this problem. Thanks anil.

new bie (tar command)

2003-02-21 Thread Anil Garg
How can i see the contents of a .tar or .tgz file without extracting it.( i couldnt find that in man tar) Thanx anil (FreeBSD user) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: new bie (tar command)

2003-02-21 Thread Anil Garg
, Anil Garg wrote: How can i see the contents of a .tar or .tgz file without extracting it.( i couldnt find that in man tar) tar -ztvf tarball.tgz Incidentally, this is in the man page :) -t --list List the contents of an archive; if filename arguments are given