linux指令

ifconfig eth0  查IP

lftp 192.168.1.  进入主机
lftp 192.168.1.254:~> ls 
cd software/
ls     查看内容
[root@localhost ~]# cd yongzhong
[root@localhost yongzhong]# chmod +x setup
[root@localhost yongzhong]# ./setup            下载永中并安装
 
get notecase-1.9.8-1.fc6.i386.rpm                下载notecase

rpm -ivh notecase-1.9.8-1.fc6.i386.rpm     安装notecase

 notecase &                       后台运行

rpm -e notecase                 卸载notecase
 

你可能感兴趣的:(linux,职场,休闲,基础指令)