72
submitted 1 day ago* (last edited 1 day ago) by towelie@lemm.ee to c/linux@lemmy.ml

I mean I feel stupid typing it now, but I've been using Windows since I was 5 years old, and Linux for about 30 days. It was not apparent to me that many of my folders were actually shortcuts to stuff in my user directory, and now that I know to look out for them the location of my applications make sooo much more sense.

you are viewing a single comment's thread
view the rest of the comments
[-] iriyan@lemmy.ml 3 points 11 hours ago

There are some really old introductory unix texts of how the system is structured and why, 99% of this stuff is still true for most linux (except some weird experimental alternatives where people tried to create ms-unix ). The basic terminal commands should also be useful, and help you understand. For example open a terminal and see the command for copy (cp) or (mv) or mkdir rm rmdir and use -h for the help of the options of each (if -h doesn't work then --help does) and then extensive documentation is found by name of command after "man" for manual ex: man chmod

One of the most magical things that happens in unix is mount, where you create a directory (mount point /mnt), take a device like your usb stick volume named sdb1

mount /dev/sdb1 /mnt

ls -lah /mnt

say you create /tmp/disks and in it a b c d e and mount 5 disks in a through e and it appears as one subdirectory /tmp/disks

Instead of looking at a file browser and something going cling-clong and appearing as a volume, what dumb people do

this post was submitted on 21 Feb 2025
72 points (97.4% liked)

Linux

50249 readers
1089 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS