Closes the file descriptor (fd)
From Linux Shell Scripting Tutorial - A Beginner's handbook
To closes the file descriptor use the following syntax:
exec fd<&-
To close fd # 5, enter:
exec 5<&-