Are you referring to how to manipulate files, or more what the various files and folders do?
What are the fun ways to learn and master the file management system in Linux ?
Submitted 18 hours ago by LoveEspresso@cafe.coffee-break.cc to [deleted]
Comments
neidu3@sh.itjust.works 18 hours ago
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 ?
urushitan@kakera.kintsugi.moe 13 hours ago
find / -iname "filename" 2>/dev/nullFind 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)
nutcase2690@lemmy.dbzer0.com 7 hours ago
Onomatopoeia@lemmy.cafe 16 hours ago
Oisteink@lemmy.world 17 hours ago
Linux from scratch.
Novocirab@feddit.org 18 hours ago
LoveEspresso@cafe.coffee-break.cc 17 hours ago
Why not MX ?
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.
Forester@pawb.social 18 hours ago
Play hacknet
frankenswine@lemmy.world 6 hours ago
it’s spelled NetHack
LoveEspresso@cafe.coffee-break.cc 17 hours ago
What sort of a game is that ?
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
just_another_person@lemmy.world 18 hours ago
Bunch of sites out there like: www.learncmd.io
luthis@lemmy.nz 6 hours ago
There’s the program that makes it 3d like in Jurassic park. 3dfsb
LoveEspresso@cafe.coffee-break.cc 4 hours ago
Any link regarding this ?