Is it possible to restrict access to the service for specific user and allow for another?
How to enable access to the atd service for one user and deny for another in CentOS 8?
632 Views Asked by Bogdan Goncharenko At
1
There are 1 best solutions below
Related Questions in LINUX
- Is there some way to use printf to print a horizontal list of decrementing hex digits in NASM assembly on Linux
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- Writes in io_uring do not advance the file offset
- Why `set -o pipefail` gives different output even though the pipe is not failing
- what really controls the permissions: UID or eUID?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Docker container unable to make HTTPS requests to external API
- Whow to use callback_query_handler in Python 3.10
- Create kea runtime directory at startup in Yocto image
- Problem on CPU scheduling algorithms in OS
- How to copy files into the singularity sandbox?
- Android kernel error: undefined reference to `get_hw_version_platform'
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
Related Questions in REDHAT
- Choosing OpenShift Over DIY Kubernetes on Bare Metal: Benefits and Storage Management
- Is it possible to mount a logical volume without wiping the data?
- How to setup security on elasticsearch based on redhat image in openshift
- How to use the host IP as the connection to an external server in a docker container?
- looking for help on package for REHL UBI 8/9: saxon
- libxml2 and libxslt development packages issue in Redhat Linux
- Get Apache to create files as the web site owner
- Differences in behavior of kill(pid, SIGINT) between Debian and Red Hat based distros
- cannot contain "Catalina sh not working in java devel"
- Puppet Unknown variable: 'osfamily' on Rocky 9
- Cannot extend jboss-eap-7 container
- How to auto confirm question with parted tool using Ansible in Linux
- dockerfile - add a package to ubi minimal base image from private repository
- I want to access a password stored in a elytron credential store using system properties in jboss eap 7.4 version
- connection issues when MLFLow is hosted on remote server
Related Questions in GNOME-TERMINAL
- VS CODE - How to enable CMD in integrated terminal? (Zorin 17)
- Why is gnome-terminal slow when drawing characters with ncurses?
- Colors not shown in the output of git-graph
- Bash script launching new terminals
- Gnome-terminal font doesen't show the right Symbol
- How can hard-wrap long lines in a gnome-terminal window?
- yad tray icon crashes, but works when run from VSCode
- Enter key stopped working in ubuntu after updating gsettings
- When i open ubuntu terminal "~~~~" and "^[[2~^[[2~^[[2~" this characters coming non stoply . How to get ride of this?
- Unable to open GNOME-TERMINAL at cent OS 7
- How do I grab a variable from the output of another command and leave the command running
- how to query the precise top-left absolute x,y coordinates of the gnome-terminal text window area under ubuntu?
- Neovim in GNOME-terminal with mouse disabled moves cursor when scrolled
- pass arguments to gnome-terminal from find -exec command
- When Infinite Loop is opening at same time in Redhat Linux then how to stop it?
Related Questions in CENTOS8
- Adacore GNATCOLL Postgres library not installing on CentOS 8
- Problem with installation of Steam on CentOS 8
- Why a running cronjob causes a new random gpg-agent process running and causes cached passphrase in gpg-agent invalid?
- ISC-KEA - kea-legal hook - database backend mysql unsupported?
- Ruby: how to access group info from /var/db/group.db
- java.lang.UnsatisfiedLinkError: 'long org.opencv.core.Mat.n_Mat()'
- Unable to docker-compose up any project
- Inappropriate ioctl for device SIOCGIWRANGE with Atheros in CentOS8
- Postgres Extesions Not Available - CentOS 8
- Squid proxy can't access a Cloudflare protected website
- nftables blocking local unix sockets
- Install httpd on local repository in CentOS 8
- How to configure rsyslog inside docker image centos 8
- Using firewalld in CentOS 8 to dynamically auto-populate a blacklist and block it
- Hostname of this host on the management network: Host name is not valid
Related Questions in RHEL8
- Unable to install Python in RHEL 8 using subscription-manager
- My system requires ntp package while for Rhel 8 I can only download chrony
- Root user doesn't have permission to setgid when command executed by auditd event handler
- How to allow docker containers in a subnet to communicate outside the subnet
- how to install sqlitebrowser on RHEL
- What happens to syslog if i lock /var/log/messages with fcntl. Will the logs be permanently lost or rsyslog will wait for fcntl to unlock messages?
- None of the required 'libconfig++' found
- Ansible sysctl tries to reload ipv6, even though ipv6 is disabled
- Unable to install yum downloadonly plugin on RHEL8
- How to enable access to the atd service for one user and deny for another in CentOS 8?
- How to find all file owned by one user and copy them to another directory in RHEL 8?
- Docker service exits on deploy-over-SSH from Jenkins but manually succeeds
- Identifying RHEL8 version details
- Podman-docker container has not started while executing the run command in linux ( Rhel 8 ) server
- How do I install `python39-rpm-macros` for Fedora 35?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, you can explicitly control who can create
atjobs. See at.allow(5) and at.deny(5) man pages.