Which of the following Linux commands will the users use to move from the /user/bin/temp directory to the /user/bin directory?
a. cd /user/bin/temp
b. mv /user/bin/temp /user/bin
c. cd /user/bin
d. mv /user/bin /user/bin/temp