LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux workstation in a Windows domain (https://www.linuxquestions.org/questions/linux-newbie-8/linux-workstation-in-a-windows-domain-16598/)

Dr.Swing 03-19-2002 10:34 AM

Linux workstation in a Windows domain
 
Hi Guys, I am completely new to Linux (not even out of my wrapper yet). My Q is do I need Samba (I've done some reading, but I'm confused) configured on my workstation to access files in a Windows domain.

Tanks

acid_kewpie 03-19-2002 10:43 AM

to simply access a windows server, you don't need samba configured, you'd just use the samba client apps to access the server over SMB protocol. you just mount shared folders with

smbmount //server/share /mnt/something
or
mount -t smbfs //server/share /mnt/something

you might also want to try using linnieghborhood (check rpmfind.net) for the whole Network Neighborhood experience, but i reckon most linux users, like me, would recommend you didn't, and embraced consoles more.


All times are GMT -5. The time now is 06:29 PM.