LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copying a file (https://www.linuxquestions.org/questions/linux-newbie-8/copying-a-file-11891/)

tgonetwork 01-16-2002 07:29 AM

Copying a file
 
Ok this is probably a sign that i shouldn't be using Linux but how do i copy a file from CD. It can be from either the d: or the e: drive any suggestions - they are both rpm files if thats any help

Matt

trickykid 01-16-2002 09:05 AM

don't understand the D: and E: .. linux doesn't know what those are..

you should be able to mount your cd, then browse or cd into the directory listing of the cd contents.. once in there, you can just use the cp command to copy what file you need to where ever...

let us know if you understand this.. or have problems.

tgonetwork 01-16-2002 09:57 AM

Yeah sorry worked out how to do it all praise to the alt.os.linux.mandrake newsgroup

How do i shutdown the computer though without having to login as root start up gnome and shutdown along with a lot of warnings??

Matt

Mik 01-16-2002 10:08 AM

Go to a terminal window. Then type one of the following:

halt
halt -p
shutdown -h now

Depends how you've got it setup. If normal users don't have permissions to run those scripts then you'll have to do it as root.
Use 'su -' to log in to root. Or if you have it installed sudo could help.


All times are GMT -5. The time now is 11:59 PM.