• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle



  • Sabayon Linux. I’m not sure if it’s still releasing updates, the main website is dead. It was based on Gentoo and later funtoo, but had a package manager of precompiled binaries. You could still use emerge if you wanted to. Definitely a weird and interesting distro

    Blend OS is trying to do the declarative nixos thing but with an arch base. That’s pretty cool.

    ClearOS was Intel’s attempt at an immutable os. From what I remember it was really fast.

    Edit: actually it clear Linux not clearOS. Edit: also clear Linux is stateless. I don’t know, there’s a lot about it I don’t understand







  • “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)