Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
At this point you need to make some decisions. You will need to create a directory for a mount point, and you will need a name for this directory. I use camera and place it in /mnt. The name of the directory (camera in my case) can be any word of your choice. The command for creating this directory is:
[bash]$ mkdir -m 777 /mnt/camera
I prefer for all my pictures to be in one directory with subdirectories by subject matter, so I also created a directory named picture, and placed it in my home directory. The name of the directory (picture in my case) can be any word of your choice. The command for creating this directory is:
[bash]$ mkdir -m 777 ~/picture
See Section A.1, listed at the end of this document.
The big decision! Are you going to do this as "user" or "superuser/root"?
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs