How does linux, and windows share folders when installing linux, in a vmware virtual machine?

vmware workstation 15 is installed on the windows 10 host, and
then fedora 29 server beta, is installed in the vmware
I want to share the d:\ workspace folder in the windows host with Fedora, and
refer to an article in Zhihu and open-vm-tools wiki, to use open-vm-tools instead of the official VMware Tools, to execute the following command:

yum install open-vm-tools open-vm-tools-desktop

the official documentation does not say how to use open-vm-tools,:
1. What should I do next after executing the above yum command?
2. open-vm-tools-dkms mentioned in Zhihu article, it seems that this package does not exist, what should I do?

Please tell me, thank you!

attached:
/ / Zhihu: install open-vm-tools in the VMware virtual machine
https://github.com/vmware/ope. / / open-vm-tools wiki
https://docs.vmware.com/en/VM. / / official documentation


add a shared directory to the virtual machine settings first

clipboard.png

then, start the virtual machine, mount the directory with vmtools,

root@ubuntu:/-sharp vmware-hgfsclient --help
hgfsclient: lists any shared folders.
root@ubuntu:/-sharp vmware-hgfsclient  //
os

-------------------------------
vmhgfs-fuse, vmhgfs-fuse --help 
root@ubuntu:/-sharp mkdir /mnt/hgfs
root@ubuntu:/-sharp vmhgfs-fuse .host:/ /mnt/hgfs
root@ubuntu:/-sharp ls /mnt/hgfs/
os
root@ubuntu:/-sharp ls /mnt/hgfs/os
CentOS-7.0-1406-x86_64-DVD.iso  ubuntu-16.04.3-server-amd64.iso
Menu