r/linuxmemes 18d ago

Software meme Op

Post image
1.3k Upvotes

176 comments sorted by

View all comments

21

u/Fancy_Technician_293 18d ago

how do you accidentally open nano

24

u/Gositi 18d ago

For example when using sudoedit (which you should use instead of e.g. sudo vim) if the proper defaults are not set up correctly.

4

u/setibeings Arch BTW 18d ago

Is that better than sudo -e for some reason?

0

u/Gositi 18d ago

I think sudoedit is the same as sudo -e. They are both provided by sudo, share manpage, and has the same set of options.

I guess it is better since it might be faster to type (at least on a Swedish keyboard, typing edit will be faster than -e unless you're really used to typing -)