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

help-circle


  • greedytacothief@lemmy.worldtoNews@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    21
    arrow-down
    5
    ·
    10 days ago

    I read Birmingham and for a second thought this might not be in the US, oh how foolish I am.

    I used to think that gun laws/ownership in the US was workable, I know lots of responsible gun owners, and have shot a couple guns myself. But I’m just tired of all these mass shootings, at this point maybe we should just get rid of them.













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