Results 1 to 2 of 2
I was looking at how to burn a dvd and i ran by this page on ubuntu forums.
howto burn a dvd ?? - Ubuntu Forums
im alittle lost on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-20-2008 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 57
alittle confused
I was looking at how to burn a dvd and i ran by this page on ubuntu forums.
howto burn a dvd ?? - Ubuntu Forums
im alittle lost on how the script works. It says save it in /usr/bin and then Chmod +X
and then go into the directory where the movie is and execute the script. Im confused with on how to do it. Is this how it goes
sudo mv /usr/bin/
for example lets say= ./convertdvd themovie.avi
How would you use the code welle execute it./ That part confuses me, how would you type out the code to execute it can someoen help me out.
Thanks
- 04-20-2008 #2
No, you need to understand some of the commands you are going to execute. First of all try
egCode:man the_command_you_want_information_on
You might find this useful as well.Code:man chmod
Also keep in mind that Linux is case sensitive so Chmod is not the same as chmod.


Reply With Quote
