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 …
Check the /etc/login.defs file to check the applied password policy, here it is showing that password expiry days define as 99999 i.e. it will never expire. # cat /etc/login.defs . . . # Password aging controls: # # PASS_MAX_DAYS Maximum number of days a password may …
Problem I have added a new disk to the Linux server but after creating the partition using fdisk command, the partitioned disk was not found, as shown below: # fdisk /dev/mapper/mpathq Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building …
August 12, 2019
VMware ESXi
The End of General Support for vSphere 5.5 is September 19, 2018. To maintain your full level of Support and Subscription Services, VMware recommends upgrading to vSphere 6.5, vSphere 6.7 or to a newer version. VMware has extended the general support for vSphere 6.5 to a …
Problem Recently I got an update for Windows 10 on my laptop. I have updated the running windows 10 on my laptop. Before the update, there was 84 GB of space was available on my laptop hard disk but after the update, I found that there …