On Mon, 30 Jun 2014 11:31:39 AM Adarsha S wrote: > Hi All, > > While doing net join with password having semi-colon was giving error as > shown below: > > /root # /usr/bin/net join -U winson%symbol;123 -s > /var/samba/smb.conf.primary > cannot join as standalone machine > /bin/sh: 123: not found The start of the last line shows you what is going wrong - it is a shell issue. The shell is splitting your command, not anything in samba. Brad