How to unmount after using mount --bind option?
umount /home/users/Desktop/backup
will remove the bind between the 2 folders.
You can then check /home/users/Desktop/backup
to make sure that the bind is gone and remove the folder if you wish.
umount /home/users/Desktop/backup
will remove the bind between the 2 folders.
You can then check /home/users/Desktop/backup
to make sure that the bind is gone and remove the folder if you wish.