how do i set paths for different directories on my harddisk

Asked by ajmal_82

i want to set different paths for video files,audio files and downloads directory other than default installed paths the ubuntu sets after installation.thnks also iam xp user please guide me to get most of ubuntu system

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

How do you mean "different paths"?

You can set variables for use in command line like:

export VIDEO=$HOME/Videos

then if you want to throw a file into the $HOME/Videos folder you can use

mv file $VIDEO

and it will move there. Your question is hugely vague so I have had a guess at the hope of a quick fix. If this is not what you mean please clarify.

Thanks

Can you help with this problem?

Provide an answer of your own, or ask ajmal_82 for more information if necessary.

To post a message you must log in.