Posted on 8th February 2010One Response
Simple Unix Question. How To Look And Copy Files In My Cd Drive?
I am on AIX 5.3 and need to copy and file from CD to a /home/mystuff folder.
How can I do that?
Comments
Leave a Response
I am on AIX 5.3 and need to copy and file from CD to a /home/mystuff folder.
How can I do that?
Posted on February 8, 2010 at 7:26 am
You need to make sure the CD is mounted first.
That can be done in the /etc/checklist file or use the mount command. Once mounted, then you can copy the files just like any other directory.