rsync problem

2003-09-22 Thread Jianping Zhu
I map a windows share to linux box by using smb /bin/mount -t smbfs -o username=name,password=mypass //windoze/data/mnt/data and try to backup /home rsync -av /home /mnt/data/ The problem is i can not preseve owner and group, every file is changed to belong to root, i guess

problem with rsync to windows share

2003-09-19 Thread Jianping Zhu
I mapped a windows share to linux machine /bin/mount -t smbfs -o username=bgates,password=moron //windoze/data/mnt/data and try to rsync /home to the machine I login as root and using following command to do that rsync -rvlopgtu /home /mnt/data but all the files of /home are change to

test

2003-09-19 Thread Jianping Zhu
test -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

problem with rsync

2003-09-19 Thread Jianping Zhu
I map a windows share to linux box /bin/mount -t smbfs -o username=name,password=mypass //windoze/data/mnt/data and try to backup /home rsync -rvlopgtu /home /mnt/data/ The problem is i can not preseve owner and group, everyfile is changed belong to root. But i want

Re: back up /home to window Xp by using rsync?

2003-09-19 Thread Jianping Zhu
On Thu, Sep 18, 2003 at 01:25:15AM +0200, Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Sep 2003 17:08:42 -0400 (EDT), Chris Purcell wrote: No? Are you saying that the instructions I gave don't work? No. But you replied to this message

Re: back up /home to window Xp by using rsync?

2003-09-19 Thread Jianping Zhu
On Thu, Sep 18, 2003 at 01:25:15AM +0200, Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Sep 2003 17:08:42 -0400 (EDT), Chris Purcell wrote: No? Are you saying that the instructions I gave don't work? No. But you replied to this message

iptables and smb

2003-09-17 Thread Jianping Zhu
I have a redhat 7.1 sever with a smb sever on it which have several Xp client machies client1 client2 I use IPtable as firewall I want to mount a folder on client1 to my server The problem if i turn off iptables, I can mount a folder of client1 to smb, but if the firewall is on i can not

Re: back up /home to window Xp by using rsync?

2003-09-17 Thread Jianping Zhu
On Mon, Sep 15, 2003 at 04:45:34PM -0700, Rhugga wrote: Jianping Zhu wrote: I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I want to using rsync to back up redhat to winxp, how can i do that? thnak Create a directory on the windows system and share it. Mount

Re: back up /home to window Xp by using rsync?

2003-09-17 Thread Jianping Zhu
On Wed, Sep 17, 2003 at 10:26:05AM -0500, MKlinke wrote: On Wednesday 17 September 2003 14:04, Jianping Zhu wrote: On Mon, Sep 15, 2003 at 04:45:34PM -0700, Rhugga wrote: Jianping Zhu wrote: I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I want to using rsync

back up /home to window Xp by using rsync?

2003-09-15 Thread Jianping Zhu
I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I want to using rsync to back up redhat to winxp, how can i do that? thnak -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

add new hdds to my server

2003-09-15 Thread Jianping Zhu
I have IBM server with redhat linux on it. I just got two new hdds for this sever. I have put them on the channel, how can i let redhat to know them? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

help!!!! can not start my server, big trouble

2003-09-15 Thread Jianping Zhu
have redhat linux 7.1 i am now having big trouble (my boss need to use it tomorrow I get following eorror msg in the start up process initailizing usb contoller [Ok] check root file system /Contain a file sytem with errors check forced unattched node 369319

Re: add new hdds to my server

2003-09-15 Thread Jianping Zhu
Thanks my os redhat 7.1 ibm xseriess x230 scsi J.P. On Mon, Sep 15, 2003 at 03:04:56PM -0500, Michael Lee Yohe wrote: I have IBM server with redhat linux on it. I just got two new hdds for this sever. I have put them on the channel, how can i let redhat to know them? What kind of

antivirus software for redhat server

2003-07-09 Thread Jianping Zhu
can anyone recommend a good antivirus software for redhat linux server? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: how to change all user's default umask form 022 to 002

2003-06-20 Thread Jianping Zhu
On Thu, Jun 19, 2003 at 07:53:23PM -0500, Bret Hughes wrote: On Thu, 2003-06-19 at 14:47, Robert P. J. Day wrote: On Thu, 19 Jun 2003, Bret Hughes wrote: On Thu, 2003-06-19 at 11:04, Jianping Zhu wrote: I have a redhat 7.1 box server, now the the defautl umask for every user

test

2003-06-19 Thread Jianping Zhu
test -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

problem with group access

2003-06-19 Thread Jianping Zhu
i have users u1 u2 u3 I there home directory, u1 u2 u3 have default umask 022 I have a directory d1, and u1 u2 u3 need to have r/w access to d1, i put u1 u2 u3 in group g1 and use chmod g+s d1, now all file creat by u1 u2 u3 will belong to g1. but when u1 put some file in d1, because his

Re: problem with group access

2003-06-19 Thread Jianping Zhu
Message- From: Jianping Zhu [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:50 AM To: [EMAIL PROTECTED] Subject: problem with group access i have users u1 u2 u3 I there home directory, u1 u2 u3 have default umask 022 I have a directory d1, and u1 u2 u3 need to have r/w

Re: problem with group access

2003-06-19 Thread Jianping Zhu
On Thu, Jun 19, 2003 at 10:58:28AM -0500, Bret Hughes wrote: On Thu, 2003-06-19 at 09:42, Esler, Joel Contractor wrote: Does the directory have a executable bit set on it for the group? J IIRC that will keep group ownership the same as the dir but not affect the umask. You probably

how to change all user's default umask form 022 to 002

2003-06-19 Thread Jianping Zhu
I have a redhat 7.1 box server, now the the defautl umask for every user is 022, how can I change it to 002? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: problem with group access

2003-06-19 Thread Jianping Zhu
On Thu, Jun 19, 2003 at 04:41:34PM +0100, MKlinke wrote: On Thursday 19 June 2003 15:50, Jianping Zhu wrote: i have users u1 u2 u3 I there home directory, u1 u2 u3 have default umask 022 I have a directory d1, and u1 u2 u3 need to have r/w access to d1, i put u1 u2 u3 in group g1

ssh+rsync

2003-04-02 Thread Jianping Zhu
Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

ssh without password

2003-04-02 Thread Jianping Zhu
I have redhat linux machines A and B, I have root access to A but not to, Is there a way by whick I can ssh from A to B without password. and how? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

rsync linux and mac

2003-04-01 Thread Jianping Zhu
I have a linux server with tape in it and i have serveral mac machines, I can u use rsync +ssh backup directories in mac machines and how? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

can log root ssh to linux box

2003-04-01 Thread Jianping Zhu
#IgnoreUserKnownHosts no -- How can root ssh login B, thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto

Re: can not log root ssh to linux box

2003-04-01 Thread Jianping Zhu
On Tue, 1 Apr 2003, Jianping Zhu wrote: the subject should be can not root ssh login linux box I have linux redhat 7.3 box called B with ssh on. i need to to root ssh to it inorder to use rsync for backup. but i failed to login, i did following -- [EMAIL

tapetype entry

2003-03-31 Thread Jianping Zhu
How to generate tapetype entry after install amanda rpms? Thanks On Fri, 28 Mar 2003, Jianping Zhu wrote: Thanks for respose. I have redhat7.3 box r1 r2 r3. r1 has amanda amanda-server amanda-client and tape r2 has amanda amanda-client r3 has amanda amanda-client now i want backup

rsync+ssh how to

2003-03-31 Thread Jianping Zhu
should be? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

configure amanda server

2003-03-28 Thread Jianping Zhu
Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: configure amanda

2003-03-28 Thread Jianping Zhu
is a dell poweredge 4600, the tape is fuji 150M 20/40GB 4mm Data tape, in the amanda.conf where tape type should i choose or how to define this tape? On Fri, 28 Mar 2003, Jeff Kinz wrote: On Fri, Mar 28, 2003 at 09:12:22AM -0500, Jianping Zhu wrote: i have redat 7.3 I have insall amada

install oracle on redhat 7.3

2003-03-27 Thread Jianping Zhu
What files should i download in order to install oracle on my redhat7.3 linux server? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list

dmesg

2003-03-27 Thread Jianping Zhu
doesn't have any tracks I recognize! cdrom: This disc doesn't have any tracks I recognize! what is wrong with it? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list

need a oracle backup software

2003-03-26 Thread Jianping Zhu
I have redhat 7.3 with oracle on it, can anyone recommend a good oracle database table backup software? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list

what is raw device?

2003-03-26 Thread Jianping Zhu
raw device refer to file (/dev/ha0) system or hard ware like floppy ? Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL

amanda installation

2003-03-25 Thread Jianping Zhu
I have three redhat 7.3 boxes, b1 b2 b3, only b1 has tape drive, I want install amanda for three machines backup system to tape. I can install amanda-2.4.2p2-7.i386.rpm on b1, what should i install on b2, b3, in order to do backup? Thanks Jianping Zhu

search mail-list archive

2003-03-25 Thread Jianping Zhu
I try to seach something by author, subject on rehat-list and redhat-install-list achives. But always failed. For example when i try to get my previous posts with Author Jianping Zhu, but i can never get anything. Is there anything special i have to in order to search? Thanks -- redhat-list

Re: amanda installati

2003-03-25 Thread Jianping Zhu
Thanks. One more question is that if i install amanda from source code, do i also need to install amanda and amanda client on client machine and install amanda and amanda server in server machine? Thanks On Tue, 25 Mar 2003, Matthew Saltzman wrote: On Tue, 25 Mar 2003, Jianping Zhu wrote

backup hard disks

2003-03-24 Thread Jianping Zhu
we finish all backup) Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman

Re: need a strategy to backup my systems

2003-03-22 Thread Jianping Zhu
On Fri, 21 Mar 2003, Jianping Zhu wrote: I have a 3 redhat linux machines m1 m2 m3. but only m1 has tape dirve. for security reason ftp service did not open in any of this machines. ssh are open in all three machines. I need to backup directory d2 in m2 and d3 in m3. how can I backup d2

how to add string to a file from command line?

2003-03-21 Thread Jianping Zhu
I have file f1 and i want to add a line to the end of the file from command line, is there a way to do that? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

need a strategy to backup my systems

2003-03-21 Thread Jianping Zhu
I have a 3 redhat linux machines m1 m2 m3. but only m1 has tape dirve. for security reason ftp service did not open in any of this machines. ssh are open in all three machines. I need to backup directory d2 in m2 and d3 in m3. how can I backup d2 d3 from m1? Thanks -- redhat-list mailing

group r/w

2003-03-20 Thread Jianping Zhu
I have dir d1 need to be accessed by u1 u2 u3 u3 i use groupadd to add a new group g1, and put u1 u2 u3 u4 in this group. then I use chgrp to let d1 belong to g1, and i grant r/w access of d1 to g1. but when i log in as u1, i can not write to u1. (if i restart the server, it will work). my

Re: group r/w

2003-03-20 Thread Jianping Zhu
Do i have to restart server, to let my change to /etc/group take effect? Thanks On Thu, 20 Mar 2003, Jianping Zhu wrote: I have dir d1 need to be accessed by u1 u2 u3 u3 i use groupadd to add a new group g1, and put u1 u2 u3 u4 in this group. then I use chgrp to let d1 belong to g1, and i

default group

2003-03-19 Thread Jianping Zhu
I have redhat 7.3, I have a user u1 with default group g1, ( when u1 create any file, it belongs to g1) how can i change u1' default group to g2? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

Re: default group

2003-03-19 Thread Jianping Zhu
, Mike Klinke On Wednesday 19 March 2003 13:55, Jianping Zhu wrote: I have redhat 7.3, I have a user u1 with default group g1, ( when u1 create any file, it belongs to g1) how can i change u1' default group to g2? Thanks Jianping Zhu Department

default groud

2003-03-17 Thread Jianping Zhu
I have redhat 7.1, Now if i add a user say jzhu the account jzhu will be in newly-created default group jzhu. but I want the accout jzhu to be in an exsisting group users when it is created. how can i do that? Thanks Jianping Zhu Department of Computer Science

group access to folder

2003-03-07 Thread Jianping Zhu
I have redhat 7.1 I have folder f1 f2 f3 i have user u1 u2 u3 i have group g1 g2 g3 u1 u2 is in g3; but u1's default group is g1 u2's default group is g2 now all files in f3 belong to g3 and can be r/w access by u1, u2 but when u put a file say file1 it f3, file1 will belong to g1, and u2 will

serach

2003-03-07 Thread Jianping Zhu
I never get the seach in following website work? why? I checked Author and type a author name, but it returns nothing. http://www.redhat.net/mailing-listt/redhat-list/ -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

group access to folder

2003-03-07 Thread Jianping Zhu
I have redhat 7.1 I have folder f1 f2 f3 i have user u1 u2 u3 i have group g1 g2 g3 u1's default group is g1, u2's default group is g2, both u1 u2 are in g3. I want user in g3 have r/w to all files in f3. The problem is when u1 put a file say file1 in f3, file1 will belong to g1,

php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
I install php-4.1.2-7.3.6.i386.rpm and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 but when i try to connect to mysql by using phd i always get error msg Call to undefined fuction mysql_connect() my php code looks like ** ?php

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
On Thu, 27 Feb 2003, Francisco Neira wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jianping Zhu wrote: | I install | | php-4.1.2-7.3.6.i386.rpm | and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 | but when i try to connect to mysql by using phd i always get error msg

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
Thanks your for your advice. On Thu, 27 Feb 2003, Francisco Neira wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jianping Zhu wrote: | I install | | php-4.1.2-7.3.6.i386.rpm | and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 | but when i try to connect to mysql by using

can u get this message

2003-02-12 Thread Jianping Zhu
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

how to see more history of my console screen?

2003-02-12 Thread Jianping Zhu
I have redhat 7.3, sometimes when i issue a locate command , lots of lines are list on screen, but i can go back to a small history of the screen. Is there a way to config the system to let me go back to see more? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: how to see more history of my console screen?

2003-02-12 Thread Jianping Zhu
09:37:07 -0500 (EST), Jianping Zhu wrote: I have redhat 7.3, sometimes when i issue a locate command , lots of lines are list on screen, but i can go back to a small history of the screen. Is there a way to config the system to let me go back to see more? What shell? What kind

how to get rid off [: too many arguments?????

2003-02-11 Thread Jianping Zhu
I have redhat 7.3 box, today when i log in i get this msg on my login screen ** [: too many arguments [jzhu@lychee jzhu]$ ## how can i get rid of the first line [: too many arguments Thanks Jianping Zhu

how to have all fine in a folder belong to one grp automatically

2003-02-11 Thread Jianping Zhu
. and when he put a file in f3, the file will belong to g3? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED

folder r/w permission

2003-02-11 Thread Jianping Zhu
is that is there a way, by which when u1 writes file1 to f1, the file will automatially has group attribut g1, and when he writes file2 to f2, file2 will belong to g2? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706

how to set -classpath for servlet

2003-02-08 Thread Jianping Zhu
Hellervlet.java in this case work? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https

how to install perlDBI perl-DBD-Mysql?

2003-02-05 Thread Jianping Zhu
I have redhat 7.3. How to check if perl-DBI and perl-DBD-mysql have been preinstalled? if not how can i install it? I tried to to download the binary from mysql website, and installed them but failed. and in CPAN website i found following information: Red Hat Linux

apache mod_auth_mysql

2003-02-02 Thread Jianping Zhu
I have rehat 7.3 linux server with apache server running, when i try to install mod_auth_mysql, i got followine error msg, [root@mango mysqlsrc]# rpm -i mod_auth_mysql-1.11-1.i386.rpm err: failed dependencies: libmysqlclient.so.10

Re: one question about gzip

2003-01-27 Thread Jianping Zhu
. The file will probably increase in size. gunzipping the file then using a better compression program such a bzip would probably be useful. but might not be worth the trouble unless the uncompressed file is really big. On Sun, 2003-01-26 at 20:46, Jianping Zhu wrote: I have a file foo

one question about gzip

2003-01-26 Thread Jianping Zhu
I have a file foo, I to gzip it. by using gzip foo It will get a file called foo.gz but i want a compress file named bar.gz Is there a way to do that? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

suid and perl

2003-01-24 Thread Jianping Zhu
In order for suid to work, this feature needs to be configured into Perl when it is compiled. You may need to reinstall Perl if suid was not enabled The above sentence is from the installation instruction of a software from http://stein.cshl.org/WWW/software/user_manage/ . my question is how

how to use current date as file extension?

2003-01-23 Thread Jianping Zhu
I have redhat 7.3, i want to use currnt date as file extension by using following command. mv myfile myfile.${`date`} but it does not work. how to do that? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

Re: why is wrong with this /etc/crontab

2003-01-20 Thread Jianping Zhu
Thanks, i checked as you indicated. but it is still not working. On Thu, 16 Jan 2003, Bart Schelstraete wrote: Jianping Zhu wrote: I have redhat 7.3 server the /etc/crontab is as following .- SHELL=/bin/bash PATH=/sbin:/bin:/usr

how to use script to run perl scripts

2003-01-17 Thread Jianping Zhu
I have a perl file pe.pl --- #!/usr/bin/perl use warnings; $scalar = 5; print $scalar * $scalar,\n; print Hello World!; - when i type ./pp.pl it works Now i write anoterh scrpit file pp - #script

incremental tape backups (script?)

2003-01-17 Thread Jianping Zhu
I have a redhat linux system, now every time i have to backup the entire system (/home, mainly), can somebody explain to me how to do incremental backup or share me with incremental backup tape script? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL

crontab

2003-01-15 Thread Jianping Zhu
when did systme call /ect/crontab? if i make change to /etc/crontab how to let the change take effect? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list

Re: crontab

2003-01-15 Thread Jianping Zhu
Thank you for response i found we i use crontab -e, the file /var/spool/corn/root not /etc/crontab is changed. how can i change /etc/crontab? Thanks On Wed, 15 Jan 2003, Mark Neidorff wrote: On Wed, 15 Jan 2003, Jianping Zhu wrote: when did systme call /ect/crontab? if i make change

after changing /etc/profile using source?

2003-01-14 Thread Jianping Zhu
after changing /etc/profile i use source to let the changes take effect, but it seems do not work. what should I do? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

Re: [help] after changing /etc/profile using source?

2003-01-14 Thread Jianping Zhu
not work any help will be greatly appreciated! On Tue, 14 Jan 2003, Jianping Zhu wrote: after changing /etc/profile i use source to let the changes take effect, but it seems do not work. what should I do? Thanks Jianping Zhu Department of Computer

how to set up environment varibles$ path for all usrer

2003-01-14 Thread Jianping Zhu
after setting $path in /etc/profile. how can let this change take effect without having to restart computer? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

help!!!! one question about /etc/profile

2003-01-14 Thread Jianping Zhu
I have a redhat 7.3 linux server with a large db running on it. I need to install a software pubcrawler.pl on this machine. After i install it, need to set up environment varible for every user to use it. So i make change to /ect/profile. After i make change i do not now how to let my change take

how to substutue string in a text file

2003-01-13 Thread Jianping Zhu
how to substutue string in a text file by using gerp or find? I have a text file, lof of abdfggg in that text file, i need to change it to opsmsdd, is there a simple way to do that? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia

Re: how to substutue string in a text file

2003-01-13 Thread Jianping Zhu
i use man replace but find nothing how to use replace? Thanks On Mon, 13 Jan 2003, Robert P. J. Day wrote: On Mon, 13 Jan 2003, Jianping Zhu wrote: how to substutue string in a text file by using gerp or find? I have a text file, lof of abdfggg in that text file, i need

RE: how to substutue string in a text file

2003-01-13 Thread Jianping Zhu
into a variable. Rick -Original Message- From: Jianping Zhu [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:22 AM To: [EMAIL PROTECTED] Subject: how to substutue string in a text file how to substutue string in a text file by using gerp or find? I have

how to disconnect a symblic link?

2003-01-13 Thread Jianping Zhu
I have a dirctory mydir i mistakely use ln -s mydir to link mydir to itself. how can i diconneted this link? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat

how to start to text mode?

2003-01-09 Thread Jianping Zhu
i have redaht 7.3. after i start my computer it will go gui mode. I prefer it to go text mode after i start it. what change should i made in order to acheave this goal? thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

RE: (annoying)problem with select, click and paste

2003-01-08 Thread Jianping Zhu
. But i can not do it now. How to fix this problem. On Tue, 7 Jan 2003, Daily, Shane, CTR wrote: Are you saying when you exit X the mouse doesn't work? If so, make sure GPM is running. Sorry if I misunderstood. Shane -Original Message- From: Jianping Zhu [mailto:[EMAIL PROTECTED

select-paste does not work(annoying)

2003-01-07 Thread Jianping Zhu
I have redhat 7.3 linux box, in text mode (or conmand line) when i try to select something then click to paste, it does not work it is very annoying. any susggestion how to fix this problem ? Jianping -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

(annoying)problem with select, click and paste

2003-01-07 Thread Jianping Zhu
I have redhat 7.3 box defaultly boot to gui mode. after i enter text mode, i found the select click and paste (highlight some words , click and paste to other location on screen) does not work, how can i fix this problem? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL

how to find a specific string in a text file

2003-01-07 Thread Jianping Zhu
how to find a specific string say adrf in a text file myfile. i should use grep, but i do not remember. Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

probelm to wirter to cd with KOnCD

2003-01-06 Thread Jianping Zhu
I have a linux box with redhat 7.3 on it. I am having problem to write to CD. I use the software knocd. Everytime when I try to data a dirtory to CD, I always got a error msg invalid image-File. How can i correct this error? Thanks for any suggestions. Jianping -- redhat-list mailing list

Re: probelm to wirter to cd with KOnCD

2003-01-06 Thread Jianping Zhu
Thank you very much for your advice can you give me some more specific advice how to data a cd in commnand line ? Jianping On 6 Jan 2003, Cliff Wells wrote: On Mon, 2003-01-06 at 16:10, Jianping Zhu wrote: I have a linux box with redhat 7.3 on it. I am having problem to write to CD. I

how to check if i have a cdrw in my machine

2003-01-06 Thread Jianping Zhu
I have cd dirver in my system, i am not sure it is a simple cdrom or cdrw, is there a command to check that out? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

cp problem

2003-01-03 Thread Jianping Zhu
227,228c227,228 261500blackduck/ASDP/1pop/new_resid 8964548 blackduck/ASDP/1pop --- 261512blackduck/ASDP/1pop/new_resid 8964628 blackduck/ASDP/1pop why this can happen? how can i corrent this mistake? Thanks Jianping Jianping Zhu

how to check apache version

2002-12-29 Thread Jianping Zhu
Hi, I have redhat 7.1 linux server with an apache websever running in it, how can i check whick version my apache webserver is? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

uncompress urh-ap1-mod_jk.so.gz

2002-12-29 Thread Jianping Zhu
how to uncompress a file like rh-ap1-mod_jk.so.gz? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED

apache and tomcat

2002-12-19 Thread Jianping Zhu
I have redhat linux sever with a apache websever in it. I want to use java sevrlet and jsp for development purpose. how can I Integrate Tomcat as a plugin within the regular Apache server? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia

hwo to set java path permanently

2002-12-16 Thread Jianping Zhu
I have redhat7.1 linux several, default shell is bash shell, I installed java and javac in /usr/local/jdk/bin how can i set java path premantly so every user can use javac and java? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia

bash-shell

2002-12-16 Thread Jianping Zhu
After I change .bash_profile, how I can let it take effect? is there some command for bash shell like source for csh? Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

backup file to cdrom

2002-12-12 Thread Jianping Zhu
what is the command to backup files (directories) to CDROM in linux? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto

Re: backup file to cdrom

2002-12-12 Thread Jianping Zhu
I tried but get error msg, no manual entry for cdrecord no manual entry for mkisofs what can i do next? Thanks On Thu, 12 Dec 2002, Yoink! wrote: On Thu, 12 Dec 2002, Jianping Zhu wrote: what is the command to backup files (directories) to CDROM in linux? man mkisofs man cdrecord

superuser permission

2002-12-11 Thread Jianping Zhu
Can someone gives some example of superuser command in linux and how i can find out all root user command? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat

how to delete a user

2002-12-11 Thread Jianping Zhu
how to delete a user? Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https

backup script

2002-12-10 Thread Jianping Zhu
I have redhat 7.1 server. Because i have several dictories need to be backup, I want to write a script do it automatically say every Satuerday a 2:00am. is there a way to do that? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

crontab

2002-12-10 Thread Jianping Zhu
/cron.monthly 0,5,10,15,20,25,30,35,40,45,50 * * * * (echo; date; echo)/dev/console - I suppose the date will be print on sceen every 5 minute, but it did not. why? Thanks Jianping Zhu Department of Computer

how to change compilation flag for linux

2002-09-27 Thread Jianping Zhu
Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com

my win2k machine can not share the printer of samba sever

2002-09-18 Thread Jianping Zhu
i have a redhat 7.1 linux server with samba 2.4 server on it. I have a printer attached to the linux sever. But my windows machines can not share the printer. Any suggestions will be greatly appreciated the samba.conf is list in following: --

  1   2   >