-
March 17th, 2005, 12:17 PM
#1
Member
Unix / Pico Help
Hi
Im trying out Unix and Pico , anyway my question is i have a text file on my USB disk ( which is drive H:\ )
What command do i use in pico to unable me to change directory so that i am working in the usb H:\ ) as id like to open the text file located on the USB disk.
Thanks
-
March 17th, 2005, 01:39 PM
#2
In *nix you don't have a "H:" drive... Your drives are not lettered.
You may want to learn up some on the unix/linux filesystem.
I'll link you to linux references. If you need a specific version of unix, then you can look that up yourself. They are going to be pretty similar and the concept is the same.
http://www.tldp.org/LDP/Linux-Filesy...ierarchy/html/
Going forward, you'll have to have a good understanding of the filesystem layout.
Otherwise you'll be lost!
To mount your usb flash drive, check out the following tutorial.
It is pretty srt8 forward.
http://www.linuxforums.org/tutorials...ial-26510.html
Then after you have mounted your usb flash drive you would cd to the usb drive and then open the file with pico, or work from your current location and just tell pico where to find the file you want to work on..
ex. going after the example in the tutorial I linked you to above.
cd /mnt/usbflash
pico somefile
or
pico /mnt/usbflash/somefile
Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|