LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Basic linux commands (https://www.linuxquestions.org/questions/linux-software-2/basic-linux-commands-152793/)

OtisLinux 03-02-2004 07:02 PM

Basic linux commands
 
I know that in MSDOS to see what a computer is sharing i use
nbtstat -a
And if i want to connect i can use
net use

In linux what is something that is like nbtstat....how do i view what a computer is sharing?

aeolus 03-02-2004 07:18 PM

maybe you can use smbmount

tk31337 03-02-2004 11:42 PM

If you're "sharing" in the sense of Samba, then smbmount is probably what you're looking for. Otherwise, if you want to share using more traditional methods (i.e ftp, or my fav.: sftp), then you'd setup what directories a user can access in the server's configuration. It all just depends.

OtisLinux 03-03-2004 08:46 AM

i want to be able to see what a differnt computer is shareing

masterJ 03-03-2004 09:53 AM

Try using smbclient -L <hostname>

That should give you a list of all SMB shares on that PC...

OtisLinux 03-03-2004 06:07 PM

thank you

celeron2002 03-03-2004 06:30 PM

nmblookup -A ip


All times are GMT -5. The time now is 11:04 PM.