How do I navigate in the terminal to a Windows network share?
I can access the Windows work-group using the GUI but I would like to get there in bash.
|
How do I navigate in the terminal to a Windows network share? I can access the Windows work-group using the GUI but I would like to get there in bash. |
||||
|
|
|
You could install smbfs and mount a Windows network share using smbmount. This way you won't need to connect to the Winodows share with the UI before accessing it.
|
|||
|
|
|
Those share folders are supposed to be mounted at You could also check mount points with |
|||
|