> alternate command in linux environment for "net view" DOS command?
There is a 'net' command which has much of the functionality of the Windows 'net' command, but not 'net view'. In a Windows network, you might try a Samba command. Looking in /usr/bin/ , I see 'smbtree' which seems to do something similar. Look at the usage I'm including below. Also, you could look into LDAP utilities which can query an LDAP directory. Here's a URL to a search engine with more information. http://www.ask.com/web?qsrc=167&o=0&l=dir&q=linux+ldap&search=search [~] smbtree --help Usage: [OPTION...] -b, --broadcast Use broadcast instead of using the master browser -D, --domains List only domains (workgroups) of tree -S, --servers List domains(workgroups) and servers of tree Help options: -?, --help Show this help message --usage Display brief usage message Common samba options: -d, --debuglevel=DEBUGLEVEL Set debug level -s, --configfile=CONFIGFILE Use alternate configuration file -l, --log-basename=LOGFILEBASE Base name for log files -V, --version Print version Authentication options: -U, --user=USERNAME Set the network username -N, --no-pass Don't ask for a password -k, --kerberos Use kerberos (AD) authentication -A, --authentication-file=FILE Get the credentials from a file -S, --signing=on|off|required Set the client signing state -P, --machine-pass Use machine account password To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
