Results 1 to 2 of 2
id: cannot find name for group ID 500
[.@localhost home]$ ^Mjre-6u2-linux-i586.bin
jre-6u2-linux-i586.bin: command not found
[.@localhost home]$ jre-6u2-linux-i586.bin
bash: jre-6u2-linux-i586.bin: command not found
[.@localhost home]$ mv jre-6u2-linux-i586.bin /opt
mv: cannot ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-17-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 9
JRE will not move to location so can install...
id: cannot find name for group ID 500
[.@localhost home]$ ^Mjre-6u2-linux-i586.bin
jre-6u2-linux-i586.bin: command not found
[.@localhost home]$ jre-6u2-linux-i586.bin
bash: jre-6u2-linux-i586.bin: command not found
[.@localhost home]$ mv jre-6u2-linux-i586.bin /opt
mv: cannot stat `jre-6u2-linux-i586.bin': No such file or directory
[.@localhost home]$ mv /desktop/jre-6u2-linux-i586.bin /opt
mv: cannot stat `/desktop/jre-6u2-linux-i586.bin': No such file or directory
[.@localhost home]$ mv /desktop/jre-6u2-linux-i586.bin /opt
mv: cannot stat `/desktop/jre-6u2-linux-i586.bin': No such file or directory
[.@localhost home]$ whereis jre-6u2-linux-i586.bin
jre-6u2-linux-i586:
[.@localhost home]$ mv jre-6u2-linux-i586 /opt
mv: cannot stat `jre-6u2-linux-i586': No such file or directory
[.@localhost home]$ mv jre-6u2-linux-i586.bin /opt
mv: cannot stat `jre-6u2-linux-i586.bin': No such file or directory
[.@localhost home]$ su
Password:
[root@localhost home]# mv jre-6u2-linux-i586.bin /opt
mv: cannot stat `jre-6u2-linux-i586.bin': No such file or directory
[root@localhost home]# mv jre-6u2-linux-i586 /opt
mv: cannot stat `jre-6u2-linux-i586': No such file or directory
[root@localhost home]#
- 07-23-2007 #2
You need to change directory to the one that 'jre-6u2-linux-i586.bin'
For example, if it was on your Desktop:
cd stands for Change Directory.Code:[.@localhost home]$ cd ./Desktop [.@localhost Desktop]$ mv jre-6u2-linux-i586.bin /opt
./ means the directory you're currently in.
../ means the directory above the one you're in (back).Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity.
George S. Patton


Reply With Quote
