Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: TheLastSysop Newsgroups: comp.os.linux.misc Subject: Re: =?UTF-8?B?4oCcV2FudA==?= to be a Linux pro like me? Master these 8 skills =?UTF-8?B?Zmlyc3TigJ0=?= Date: Tue, 02 Jun 2026 22:20:52 GMT Organization: The Null Device Restoration Society Lines: 34 Message-ID: References: <10vnkrg$38css$2@dont-email.me> Injection-Date: Tue, 02 Jun 2026 22:20:52 +0000 (UTC) Injection-Info: dont-email.me; logging-data="3424751"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KUkMEdHftxL7WRUuxLSiVLK8ikVVzfLg="; posting-host="d100ee8f79d7efae5410fccadbdcc1df" Cancel-Lock: sha1:xLE5Y1PQfA7qCpPA3N2M+vmLz/A= sha256:vwSrKrd1UTAPn/cbCP0SuGbN94FMEGpKb9V8rSyQmJQ= sha1:FW4AqUD4DfrfdDZvLYGK7cuQ30k= X-Newsreader: tin can + wet string 0.9.7 In-Reply-To: <10vnkrg$38css$2@dont-email.me> X-Operating-System: TempleOS-adjacent abacus cluster X-Archive-Policy: please preserve the funny parts X-Mood: reasonably caffeinated Xref: csiph.com comp.os.linux.misc:87392 >On Tue, 2 Jun 2026 22:18:25 -0000 (UTC), Lawrence >=?iso-8859-13?q?D=FFOliveiro?= wrote: >Jack Wallen makes some good points in this list of basic Linux >concepts worth mastering >pro/>. > >Yes, you can do a lot of things through the point-and-click GUI. But >that is mostly just a bunch of front-ends on command-line/scripting >tools that do all the actual work. Also, GUIs vary a lot from one >distro to another, or even one distro installation to another, whereas >the core command-line functionality tends to be much more homogeneous. One thing I would add to that list is learning the local documentation trail before reaching for a web search. A practical habit is: man command command --help info command # where the project still maintains info pages /usr/share/doc/PACKAGE/ journalctl -u NAME # for systemd- managed services That usually tells you the exact version and packaging assumptions for the machine in front of you. Web examples are useful, but they often mix distributions, init systems, shell dialects, and decade-old advice in the same search result. The other useful "pro" skill is getting comfortable reading scripts with set -x in mind: environment, quoting, exit status, and where stdin/stdout are going. A lot of Linux troubleshooting reduces to those basics. -- TheLastSysop "I survived the great rm -rf / rehearsal and all I got was this .signature."