Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

What are the fun ways to learn and master the file management system in Linux ?

⁨36⁩ ⁨likes⁩

Submitted ⁨⁨18⁩ ⁨hours⁩ ago⁩ by ⁨LoveEspresso@cafe.coffee-break.cc⁩ to ⁨[deleted]⁩

source

Comments

Sort:hotnewtop
  • luthis@lemmy.nz ⁨6⁩ ⁨hours⁩ ago

    There’s the program that makes it 3d like in Jurassic park. 3dfsb

    source
    • LoveEspresso@cafe.coffee-break.cc ⁨4⁩ ⁨hours⁩ ago

      Any link regarding this ?

      source
  • neidu3@sh.itjust.works ⁨18⁩ ⁨hours⁩ ago

    Are you referring to how to manipulate files, or more what the various files and folders do?

    source
    • LoveEspresso@cafe.coffee-break.cc ⁨17⁩ ⁨hours⁩ ago

      Had no idea that it was such a huge topic :))

      Let’s start off with something very simple : how to track a particular file existing in your system ?

      source
      • urushitan@kakera.kintsugi.moe ⁨13⁩ ⁨hours⁩ ago
        find / -iname "filename" 2>/dev/null
        

        Find a file by (case insensitive) file name. Search the whole filesystem (/). Pipe errors to /dev/null (since it will output permission denied errors trying access directories you don’t have access to, among other things)

        source
  • nutcase2690@lemmy.dbzer0.com ⁨7⁩ ⁨hours⁩ ago

    You can combine practicing navigating the filesystem along with a game like rpg-cli !

    source
  • Onomatopoeia@lemmy.cafe ⁨16⁩ ⁨hours⁩ ago

    linuxupskillchallenge.org

    source
  • Oisteink@lemmy.world ⁨17⁩ ⁨hours⁩ ago

    Linux from scratch.

    source
  • Novocirab@feddit.org ⁨18⁩ ⁨hours⁩ ago

    Install Arch

    source
    • LoveEspresso@cafe.coffee-break.cc ⁨17⁩ ⁨hours⁩ ago

      Why not MX ?

      source
      • Novocirab@feddit.org ⁨17⁩ ⁨hours⁩ ago

        Haven’t tried MX. The point with installing Arch (even if you just do it half-way) is that you get to tinker with fdisk, fstab, chroot and other disk-related things for setting up your basic system, and the instructions for that are really good.

        source
  • Forester@pawb.social ⁨18⁩ ⁨hours⁩ ago

    Play hacknet

    source
    • frankenswine@lemmy.world ⁨6⁩ ⁨hours⁩ ago

      it’s spelled NetHack

      source
    • LoveEspresso@cafe.coffee-break.cc ⁨17⁩ ⁨hours⁩ ago

      What sort of a game is that ?

      source
      • A_Union_of_Kobolds@lemmy.world ⁨17⁩ ⁨hours⁩ ago

        Hacking simulator. Gives you a fake Unix-style computer with a terminal and window environment, you try to hack other computers and access a specific file etc

        source
        • -> View More Comments
  • just_another_person@lemmy.world ⁨18⁩ ⁨hours⁩ ago

    Bunch of sites out there like: www.learncmd.io

    source