Hi,
We have couple of shell scripts , which get hung due to defunct issue. Could anyone please help me understand the possible reason? How do I handle this in my script?
#!/bin/bash cd /home/username smbclient //link/to/server$ password -W domain -U username recurse prompt mput baclupfiles exit
recurse, prompt, mput baclupfiles and exit
address="$PWD" echo "$address"
machine001.cluster.org machine002.cluster.org machine003.cluster.org machine004.cluster.org