1. Finding files by ownership. Find a file owned by a specific group. $ find /home -group groupname Find a file owned by a specific user: $ find /home -user username 2. Finding files by permission. Find files of a specific set of permissions, 777 in this example: $ find… Continue Reading How to find files based on permissions and ownership?

Keystone js deployment on Ubuntu 16.04/18.04 Date : 07-Jan-2020 Let us see how to deploy Keystone js on Ubuntu 16.04/18.04 Step 1: Install Nginx webserver Install nginx webserver in your Ubuntu machine using the following command. apt-get install nginx Post installation, you can check the status of the webserver using… Continue Reading Keystone js deployment on Ubuntu 16.04/18.04