Difference between revisions of "Mount bind"
Jump to navigation
Jump to search
(Created page with "``` sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube ```") |
|||
Line 2: | Line 2: | ||
sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube | sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube | ||
``` | ``` | ||
+ | |||
+ | This can be used when ln command is not enough. |
Revision as of 14:46, 17 January 2023
sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube
This can be used when ln command is not enough.