Difference between revisions of "Mount bind"

From UVOO Tech Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
```
 
```
sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube
+
sudo mount --bind /mnt/c/Users/$USER/.kube /home/$USER/.kube
 
```
 
```
  
 
This can be used when ln command is not enough.
 
This can be used when ln command is not enough.

Latest revision as of 22:03, 13 February 2023

sudo mount --bind /mnt/c/Users/$USER/.kube /home/$USER/.kube

This can be used when ln command is not enough.