MKDIR /TMP/BIN/ Error
I have a problem, when I run script.sh(press 3) the script does not seem to work and there is a log(script.log1) that says mkdir could not create /tmp/bin/ because it was already created. Do I have to add rm -r /tmp/bin/ before executing?
|