RHCE033 Lecture12

来源:互联网 发布:客服数据分析 编辑:程序博客网 时间:2024/05/21 16:14

links http://www.redhat.com

 

links -source http://www.redhat.com

 

wget   :  retrieves files via HTTP & FTP

 

http://192.168.0.254/pub/Cluster/

 

wget http.....    load files

 

wget -c http//192....  &      suppot load files any time  continue load

 

http://mirrors.163.com/

 

tail -f nohup.out

 

nohup wget -c http://......  &

 

nohup :  remember file load status

 

ps

 

kill -19 20836

 

jobs

 

bg %1     //exec 1

 

 

mail  

 

&1    ps: look first mail

 

&h

 

& q

 

saved 1message in mbox

 

held 3 message in /var/spool/mail/root

 

& d 1   ps : delete first

 

& d 2-3 

 

& q

 

open ssh

 

ssh root@station5

 

ssh -X root@station7 system-config-date

 

scp install.log 192.168.0.7:

 

scp user1@192.168.0.7:/home/user1/install.conf /tmp/

 

rsync*.conf barney:/home/joe/configs/

 

rsync -av /etc/ /tmp/etc

 

cd /

 

rsync -av --delete *.so user1@192.168.0.7:pam/

 

 

原创粉丝点击