• electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    2 days ago

    I’ve been using Linux for almost 20 years, but I still remember the fear of the terminal. The truth is that there is not much that you need to learn for daily use. Unless I’m working on an actual project (like configuring servers/networking) I don’t spend much time in a CLI. Start with a beginner friendly distro (Linux Mint Debian Edition is my pick). You shouldn’t need terminal at all for basic usage. Next, find some tutorials on basic Linux terminal usage and practice. The goal isn’t to “learn every command” but to just familiarize yourself with how it works. Learn how to navigate your files and folders (ls, cp, mv, touch, etc). Learn how to edit text files (use nano). After that, anything you need to learn will be because you want to do something beyond basic use.