Linux Shell Tips published a tutorial about how to copy directory structure without files in Linux.
How to Copy Directory Structure Without Files in Linux
When it comes to copying a directory that contains other directories within directories (subdirectories) and files, implementing the cp command with the -R (recursive) flag can effectively accomplish operation via a simple command syntax like the one stated below.
How to Copy Directory Structure Without Files in Linux