自动登陆FTP脚本:
#!/bin/sh
ftp -n<open 192.168.1.17
user dever 1
cd test_pci_lnx
cd libdp
get libdp.c
bye
-----------------------------------------------
.Xclient脚本:
#!/bin/bash
xpmroot /usr/X11R6/include/X11/pixmaps/rhpenguin.xpm
xterm -title "Hello,welcome to twm!" &
exec twm
---------------------------------------------
Samba脚本:
#!/bin/sh
#smbmount //engserver/ samba_client/ -o username=tongwen%523875
mount -t smbfs -o username=tongwen //engserver/ samba_client/
阅读(909) | 评论(0) | 转发(0) |