this post was submitted on 20 Feb 2025
20 points (95.5% liked)
linux4noobs
1633 readers
33 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
man
is your friend. It shows you the manual for a command. Likeman pacman
will show you the manual for pacman. You can exit it with q.I think this simple tip is exactly what I wanted - straight in there! Thanks pal!
You can also use
tldr
for quick guideYou can also use
tldr
for quick guideAs a general refrence, there's also the tldr command line program/command which gives a simplified version of the man page entry for all sorts of common commands :)
Good luck in your Linux ventures! ❤️
Yes, was literally just recommended this and looks useful!
I’ve been someone people would consider a “Mac expert” for years…
But giving Linux a go I realised how little I actually knew and understood about the underpinnings of operating systems.
Definitely interesting learning all the things that macOS was just doing for me or even hiding from me.
There is a linked command
apropos
that searches theman
page database for keywords. It can be very helpful if you forget the exact command you're looking for.Oh nice, thank you!
You can push it even futher with wikiman, an offline interface to search and view manpages and the Arch wiki.