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... Link to comment https://forums.phpfreaks.com/topic/140193-linux-cli-noob-needs-help/ 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. Link to comment https://forums.phpfreaks.com/topic/140193-linux-cli-noob-needs-help/#findComment-734411 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. Link to comment https://forums.phpfreaks.com/topic/140193-linux-cli-noob-needs-help/#findComment-734481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.