LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GUI not working, need some command line tit-bits!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/gui-not-working-need-some-command-line-tit-bits-721235/)

Gambatron 04-23-2009 02:40 PM

GUI not working, need some command line tit-bits!!!!
 
Hi Guys. I'm not exactly a newbie, but I'm certainly no expert! OK, here goes.. My GUI has gone kaputz. I click on an icon (i.e applications) and it opens firefox. I click on Places and it opens my e-mail facility. I'm not too bothered about this for now. I'd just like to know;

1. How to open files from the command line (I can open applications; packagename PROGRAM), I just want to open files.

2. How to move 1 file from one directory to another (I already know about the commands cd and ls).

3. How to open the terminal from the keyboard.

Thanx

Hardy Heron, core 2 duo, 2GB corsair RAM (got a high FSB, not sue quite what though).

repo 04-23-2009 02:48 PM

Quote:

1. How to open files from the command line (I can open applications; packagename PROGRAM), I just want to open files.
Code:

vi filename
Quote:

2. How to move 1 file from one directory to another (I already know about the commands cd and ls).
to copy the file
Code:

cp filename  path/filename
to move the file
Code:

mv filename path/filename
3. How to open the terminal from the keyboard.
?


All times are GMT -5. The time now is 09:49 AM.