• TheTechnician27
        link
        fedilink
        English
        2324 days ago

        NTFS in general has a bunch of ridiculous, archaic restrictions that a more modern-ish one like ext4 doesn’t. Does NTFS still not allow you to use a question mark in your filename?

            • Bizzle
              link
              fedilink
              English
              624 days ago

              Well if you put it in like that it would give an error. But if you used the right slash you can kiss your home folder goodbye probably. Maybe rm ./~ would work

              • @Peruvian_Skies@sh.itjust.works
                link
                fedilink
                9
                edit-2
                24 days ago

                ~ resolves to your home folder only if it’s at the beginning of a path. /~ isn’t the same as ~. Go ahead and test it with something other than rm if you don’t believe me (this is the Internet, I could be lying).

                • Bizzle
                  link
                  fedilink
                  English
                  424 days ago

                  Hey you’re right, I tried it with rm because I’m a maniac.

        • @pyre@lemmy.world
          link
          fedilink
          124 days ago

          the question mark is a wildcard, so is asterisk. slashes are used in paths. characters you can’t use usually have implications for the OS. otherwise you can name your file pretty much anything.

          • @mke@lemmy.world
            link
            fedilink
            2
            edit-2
            22 days ago

            Yeah, I think it’s just funny comparing it with the usual situation on Linux, where there’s even less restrictions. I believe you can actually put a newline in a file name, for example, though I’ll need to check and come back later.

            I’d need to rename a massive amount of files if I ever wanted to go back to Windows.

            P.S. yup. Generally, just avoid /, null, and you’re good to go.

      • @listless
        link
        1124 days ago

        If only there were a special path like, oh I don’t know, /dev for device handles.

    • 🎧MutatedBass🖱️
      link
      fedilink
      1725 days ago

      In Windows certain words are reserved for system use. When naming files and directories, you are unable to use these words. Con, being short for “console”, is one of these words. Con is also the Spanish word for “with”, so a Spanish speaking user could not, for example, have a directory called “Fotos con Jim”.

      • @umbrella@lemmy.ml
        link
        fedilink
        1325 days ago

        i think you are only restricted if the entire name is “con”

        someone with windows can test this out for us.