Linux-Noob Forums

Full Version: Azereus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

It doesn't say anything at anytime about a license and i do not know how to execute it.

When i double click it it says archive type not supported. ?


Hi,

 

Open up a terminal to issues the commands I said.


this is what happens when i type your commands:

[Delta@localhost ~]$ mv jre1.6.0_01 /usr/lib

mv: cannot stat `jre1.6.0_01': No such file or directory

[Delta@localhost ~]$ su

Password:

[root@localhost Delta]# [Delta@localhost ~]$ mv jre1.6.0_01 /usr/lib

bash: [Delta@localhost: command not found

[root@localhost Delta]# mv: cannot stat `jre1.6.0_01': No such file or directory

???????????????????????????????????????????????????????????

I MISS MS-DOS! lol

> [Delta@localhost ~]$


you are getting this because you are not in the same DIRECTORY as the file you downloaded.

 

try this

 



Code:
pwd




 

that will list the current working directory you are in

 

now once you know what it is, try listing it's contents

 



Code:
ls -al




 

if you are logged in as 'deltanoob' and then su -

then your local dir will change

 

try pwd before and after a su statement

 

linux takes some getting used to

 

cheers

anyweb

Pages: 1 2