Linux Shell常用命令总结(3)

   如何在unix下面mount一个windows下面的共享目录
       mount -t smbfs -o username=USERNAME,password=PASSWORD //windowsIp/pub_directory  /mountpoint  
       /> mkdir -p /mnt/win32
       /> mount -o username=administrator,password=1234 //10.1.4.103/Mine /mnt/win32
       /> umount /mnt/win32        # 卸载该mount.

9.   netstat:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyfgsj.html