VirtualBox

Changes between Initial Version and Version 1 of Ticket #18117, comment 2


Ignore:
Timestamp:
Nov 9, 2018 4:49:00 PM (5 years ago)
Author:
Arirang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18117, comment 2

    initial v1  
    44For example, when run "cat .new.test1." on Linux, VirtualBox should remove the dot and access ".new.test1" file.
    55
     6Here is testing procedure:
     7{{{
     8chwon@chwon-VirtualBox:~/sandbox/tmp$ echo "hello" > .new.test.
     9chwon@chwon-VirtualBox:~/sandbox/tmp$ ls -la
     10total 5
     11drwxrwxrwx 1 chwon chwon    0 Nov  9 11:36 .
     12drwxrwxrwx 1 chwon chwon 4096 Nov  9 11:36 ..
     13-rwxrwxrwx 1 chwon chwon    6 Nov  9 11:36 .new.test
     14chwon@chwon-VirtualBox:~/sandbox/tmp$ cat .new.test.
     15cat: .new.test.: No such file or directory
     16chwon@chwon-VirtualBox:~/sandbox/tmp$ cat .new.test
     17hello
     18}}}
     19
    620Do you know why it changed and which version changed it?

© 2023 Oracle
ContactPrivacy policyTerms of Use