Chinaunix
标题:
一些好的脚本
[打印本页]
作者:
ali_tong
时间:
2008-08-15 20:47
标题:
一些好的脚本
自动登陆FTP脚本:
#!/bin/sh
ftp -n
#!/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/
本文来自ChinaUnix博客,如果查看原文请点:
http://blog.chinaunix.net/u1/53151/showart_1131748.html
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2