E|W Posted January 9, 2009 Share Posted January 9, 2009 Nu B needs help with 3 questions.. How do I start Redhat GUI from cli? How do I copy files from ./share to a USB HDD? How do I scroll up the cli output results? Appreciate the help... Quote Link to comment Share on other sites More sharing options...
atl_andy Posted January 11, 2009 Share Posted January 11, 2009 To start the GUI: startx To scroll up the cli output results, you need to pipe the results through less ls /etc | less It will scroll one page at a time using the space bar, q exits when you get to the end. Up and down arrows to go line-by-line. To copy files, you need to see where the USB drive is mounted. It could be in /media/sdb1. I can't remember exactly where RH mount, pretty sure it's on /media. Then just use cp to copy the files like any other copy. Quote Link to comment Share on other sites More sharing options...
Mchl Posted January 11, 2009 Share Posted January 11, 2009 Last time I checked (was like 6 years ago) RedHat had mc (Midinight Commander - basically a Norton Commander clone... just like Total Commander for Windows) installed by default. Just type mc into console and see if it runs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.