On 10/28/23 15:14, Patrick O'Callaghan wrote:
On Sat, 2023-10-28 at 14:58 -0700, ToddAndMargo via users wrote:
On 10/28/23 06:51, George N. White III wrote:
On Fri, Oct 27, 2023 at 11:40 PM ToddAndMargo via users
<
users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>

wrote:

     Do not like sudo, but I may have to compromise.


I don't like sudo either -- it is overkill for many use cases, and
the
added complexity means more
potential for security issues.

Have you considered using "doas"?


Sweet looking command.  I just installed it.  Thank you!

I have been using "su" and "beesu".

$ doas -u root "nvme smart-log /dev/nvme0n1"
doas: Operation not permitted

Try removing the quotes.

poc

$ doas -u root nvme smart-log /dev/nvme0n1
doas: Operation not permitted

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to