this post was submitted on 20 Apr 2024
563 points (90.9% liked)
linuxmemes
21189 readers
300 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
not seen in this comic: the linux file isn't where the comic/manual/internet nerds says it should be, and there's no realistic way to find it
Sure there is:
find / -name myprogram*.md -o -name myprogram*.txt
or start with just looking for the program name and pipe toless
So simple
The prompt was realistic not simple lol. Usually some
man
orprogramname -h
and then reading will tell you where to look and that's simple. Not many people want to hear "RTFM" though.Until flatpak came along and just keeps everything in their respective app sandbox.
If your app don't need full user home access (most app don't), you can use a persistent folder to place the folder in app sandbox instead of home.
It is not only more clean, but also more secure and private.
Nonsense. And even if the config file cannot be found in the usual directories then there are always tools like KFind that can search your entire OS within seconds.
congratulations. you've just sent a linux newb down a 12 hour rabbit hole that doesn't actually solve their problem.
and thats the power of linux baby hell yeah
How does it not solve their problem if they're searching for configuration files? That would only be the case if the files do not exist in the first place, and then there's really no difference between GNU/Linux and Windows at all if you assume that initial configuration has not occurred. What would you do?