This is a discussion on Explorer within the Linux Operating System forums, part of the Unix Operating Systems category; --> Does Redhat 7.3 have something like Windows Explorer where I can see the file structure and be able to ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| John Bahran wrote: > Does Redhat 7.3 Gosh, that's rather old and unsupported. I strongly suggest upgrading to something more recent. > have something like Windows Explorer where I can see > the file structure and be able to copy and move files? Would > appreciate the input. Nautilus. Konqueror. Rox. Xfree4. Midnight Commander. Probably a dozen or so others. If they aren't installed already, then you can always add them. -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
| |||
| "John Bahran" <johnbahran@hotmail.com> a écrit dans le message de news:aea82e98.0408171149.27544bdf@posting.google.c om... > Does Redhat 7.3 have something like Windows Explorer where I can see > the file structure and be able to copy and move files? Would > appreciate the input. What window manager are you using ? If you're a newbie you should probably be using Kde or gnome, which should have a link to their respective file manager somewhere on the desktop... You should be able to start their file manager even if you're not using them, but I don't have a X system handy right now and don't remember the name of the executables installed, juste type xfm& in a shell. But it really looks and acts old nowadays... BTW redhat 7.3 is quite old, you should be using Fedora core 2 which is the new Redhat distrib. |
| |||
| I tried xfm but it didn't recognized it. My problem is that I am trying to copy soem files on the desktop to a directory on my C: drive called "test". How could I do that? "Samuel Tribehou" <s.tribehou@cykia.com> wrote in message news:<4122721c$0$29615$626a14ce@news.free.fr>... > "John Bahran" <johnbahran@hotmail.com> a écrit dans le message de > news:aea82e98.0408171149.27544bdf@posting.google.c om... > > Does Redhat 7.3 have something like Windows Explorer where I can see > > the file structure and be able to copy and move files? Would > > appreciate the input. > > What window manager are you using ? If you're a newbie you should probably > be using Kde or gnome, which should have a link to their respective file > manager > somewhere on the desktop... > You should be able to start their file manager even if you're not using > them, but I > don't have a X system handy right now and don't remember the name of the > executables > installed, > juste type xfm& in a shell. But it really looks and acts old nowadays... > > BTW redhat 7.3 is quite old, you should be using Fedora core 2 which is the > new > Redhat distrib. |
| |||
| John Bahran wrote: > I tried xfm but it didn't recognized it. My problem is that I am > trying to copy soem files on the desktop to a directory on my C: drive > called "test". How could I do that? Hi John, If you mean on the desktop in Linux, those files most likely exist in a directory called /home/john/desktop or something similar. At the shell/console, maybe try typing "man konqueror" or "which konqueror" to see if they are installed. If a man page comes up when you type man konqueror, it could well mean that konqueror is on the system...if so, try simply entering konqueror and you'll be in business. You can try the same test for nautilus, which is the gnome file manager. If neither of those work, you might also want to go to this page... http://freshmeat.net/projects/gentoo/ and download this program which is a file manager reasonably similar to what you might want. There's a link to RPMs for it there as well. |
| ||||
| On 18 Aug 2004 10:55:51 -0700, John Bahran <johnbahran@hotmail.com> wrote: > I tried xfm but it didn't recognized it. My problem is that I am > trying to copy soem files on the desktop to a directory on my C: drive > called "test". How could I do that? There is no C: drive in Linux, unless you are trying to copy files to your Windows partition, wherever it is mounted, perhaps /mnt/C. -- If quizzes are quizzical, what are tests? (Think about it) |