Another question about Samba and fstab

Terence Simpson stdin at stdin.me.uk
Wed Aug 1 20:04:16 UTC 2007


Pierre Hansson wrote:
> !/bin/sh -e
> mount -a
> exit 0
>
> Is that correct?
>
> /phx
>
>   
You just need to put "mount -a" into the /etc/rc.local file, you don't 
need to put anything else in there.

Terence

P.S.

it would be:
#!/bin/sh
mount -a
exit 0

if you wanted to make a shell script, but you don't have to.




More information about the kubuntu-users mailing list