Thank you for your comments. This does not appear to be a bug report and
we are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
[WWW] https://answers.launchpad.net/ubuntu

By the way, those characters such as ', {,[.(,-, etc are user by the
shell for it own purpose and if you want to access them in a name for
example from let's say chmod you should either escape them with an \ or
enclose the name in ", for example:

[EMAIL PROTECTED]:~$ chmod +x userfile\(2\).bin
or
[EMAIL PROTECTED]:~$ chmod +x "userfile(2).bin"

** Changed in: ubuntu
       Status: New => Invalid

-- 
.bin files run fails when filename includes a "("
https://bugs.launchpad.net/bugs/138451
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to