Tag Archives: sudo

How to sudo in FreeBSD

Written by Mel Kham on . Posted in Unix Tutorials

freebsd_300x300

How to enable su  in FreeBSD?

sudo: must be setuid root

Written by Mel Kham on . Posted in Frequently Asked Questions

Qestion: when i  try   to use sudo to lunch aan  application , i  get  this issue :  sudo: must be setuid root [pirat9@Fedora15 Documents]$ sudo    yum   install  nikto Output sudo: must be setuid root How to solve this ? Answer:

How to avoid sudo password prompt?

Written by Mel Kham on . Posted in linux command

Question : How  to avoid sudo password prompt ?

avoid using sudo when working in /var/www

Written by Mel Kham on . Posted in Frequently Asked Questions

Question   How to avoid using sudo when working in /var/www?       Answer  : Add  the  user  to the www-data group and set the setgid bit on the /var/www directory so that all newly created files inherit this … Continue reading

Sudo without password on Fedora

Written by Mel Kham on . Posted in Frequently Asked Questions

Question: How to use sudo without password on Fedora?