search for: coyoteroot

Displaying 1 result from an estimated 1 matches for "coyoteroot".

2004 Jan 27
0
runaway smbd hogging system & ethernet cable bandwidth
...smb--- #!/bin/sh # chkconfig: 345 35 65 # description: The local samba shares starter start() { echo Starting share coyote: mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/public /mnt/coyote mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/root /mnt/coyoteroot mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/home /mnt/coyotehome mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/usr /mnt/coyoteusr mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/opt /mnt/coyoteopt } stop() { echo Sto...