To find out the Red Hat Enterprise Linux (RHEL) 6 or 7 kernel version, use the uname command to find the information about it. Check RHEL Kernel Version Login to the server and open the terminal or connect to the server through ssh using PuTTY etc. and …
Problem I have an NFS server and some volume/directories are shared from this server to other servers. One day I performed some tasks on the NFS server and during this activity, I removed a mount point /test which was shared with other servers. Before removing the mount …
Problem Getting below error after connecting to SFTP server: # sftp sftp_user1@dbappweb.com sftp_user1@dbappweb.com's password: Connected to dbappweb.com. sftp> ls remote readdir("/incoming"): Permission denied Reason I was getting the “Permission denied” error because SELinux was enabled on the SFTP servers and it was enforcing. The status …
Chroot SFTP in Linux Sometimes we need to transfer or access some files on a server through SFTP. In these cases we need to restrict the users so that they can access the files in their home directories only, other directories or files of the server …
Bigfix Agent Installation Prerequisite for RedHat Before installing the client on Red Hat Enterprise Linux 6 or later, ensure you have: 1. Disabled the SELinux process status of the SELinux can be checked by using the command getenforce. # getenforce Enforcing To disable the SELinux feature you need …