• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • The Alchemist, I had to read it for a community college class. It’s probably the most predictable book I’ve ever read, but not in an entertaining way. Just painfully boring.

    I read Siddhartha for highschool a couple years before, I would say that the books are almost identical, except I liked Siddhartha more.

    You want a book with similar themes but actually amazing? The wizard of Earthsea.

    I know the books aren’t literally the same. But the vibes feel very similar. I want to say they have very similar structure, but my memory doesn’t work that great.








  • “chown” is a command for changing the users and groups who own a file. But the options “775 xyz” are used with chmod, a command for changing what permissions the owners and groups have over a file. I’m not sure what you’re trying to do so I can’t tell what part of the command is wrong.

    Either way you can run a command with elevated permissions by putting “sudo” in front of the command. Or by switching to the root user by using the command “su” or “sudo -i” (if you have sudo access, but don’t know the root password)