Thursday, December 4, 2008

Install Java in Fedora

Refer www.1ask2.com

Download the java package and install it.

cd /usr/lib/mozilla/plugins

ln -s /usr/java/jre1.6.0_11/plugin/i386/ns7/libjavaplugin_oji.so

DirectoryName or FileName with a space at end

Refer www.1ask2.com

Cannot delete files or directories when there are spaces at end of the name.
How do you create a file name with a space at the end?

C:\>mkdir c:\test
C:\>cd test
C:\test>copy con "file://?/c:/test/my.txt "
Hello
Hello
^Z

1 file(s) copied.
C:\test>dir


How to delete it?
Could Not Find C:\test\my.txt

C:\test>del "file://?/c:/test/my.txt "
C:\test>