* Ryan Dooley > Heru Walmsley wrote: > > >I am a newbie so I have what I think is a simple quesiton. How do > >I determine what programs are installed on my machine. I have been > >running RH8 for about a month now and I installed a progam to > >access a MS share but can not remember the program name. Is there a > >switch for RPM that will list installed packages. I looked at the > >man page and did not find a switch for listing installed packages. > >Is there a graphical package manager that will querry and list the > >installed packages? Thanks, > > > > > "rpm -qa" will list all installed RPMs on the system. You can > always "rpm -qa | less" instead of trying to scroll back. > > My guess is that you are looking for samba-client (on the command line > "smbclient").
If the share is on the same computer, then perhaps it is the mtools (mcopy, mdir, etc). (Better though is to mount the share, this also apply for remote shares using samba: mkdir /win mount -t msdos /dev/hdaX /win mkdir -p /machine/share mount -t smbfs //machine/share /machine/share -o username=<myuser> ) -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list