10 Ways to Display Users Info and Activity In Linux

10 Ways to Display Users Info and Activity In Linux

Learn How to Display Users Info and Activity In Linux When you are administrating bunch of groups and users on your Linux system, you might be wondering how to monitor their configuration and activity on the system. Linux provides various commands, which gives you comprehensive overview of users and groups activity. So in this article…

How to Fix semanage Command Not Found CentOS7/RHEL7

How to Fix semanage Command Not Found CentOS7/RHEL7

semanage Command Not Found CentOS7/RHEL7 Lately, I was configuring Caching-Only DNS on CentOS7 / RHEL7, once i tried to configure SElinux context on /etc/named.conf using: semanage fcontext -a -t named_conf_t /etc/named.conf, it didn’t work.! and threw the following error: -bash: semanage: command not found. Let me show you how i fix this error “semanage Command…