On 24 Mar 2002 18:52:23 +1100 "Tony Green" <[EMAIL PROTECTED]> wrote: > mount -t smbfs -o username=tgreen,passwd=mypass //windowsbox/windows > share /mnt/windowsbox
For security, reasons, you can leave out putting the ",passwd=mypass" bit and it will ask you passwd on the fly when you actually run the command. Otherwise, sensitive passwords are/can be stored in the bash history. Also if you haven't created a folder under mnt to mount it, do so eg. mkdir /mnt/windowsbox Chris -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
