this post was submitted on 02 Jul 2023
349 points (96.5% liked)

linuxmemes

20703 readers
1908 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
349
sudo touch grass (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Username is not in the sudoers file. This incident will be reported.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

I would have guessed you don't have permissions on the directory to create the file.

Btw, sudo is fine for server administration but imo too big and troublesome for desktop use. There are tools with fewer than 150 lines of code doing what you use sudo for on desktop.

[–] [email protected] 0 points 1 year ago (1 children)

What tools do you recommend for Linux desktop use?

[–] [email protected] 1 points 1 year ago

Currently, i use rdo and ssu. But both have their shortcomings: rdo doesn't always get, that you typed the pw just a minute ago. While ssu doesn't need your pw, but it has awkward parameter handling and was made for file editing, doesn't work with some tools like pikaur/yay. I know there's more such tools, 1000 lines of code would still be preferable over full-blown sudo/doas. But maybe i make a mix of ssu' passwd handling and rdo' capabilities myself.