Linux File PermissionsFile Permissions File permissions determine who can read, write, or execute a file. In Linux, these details can be viewed by using the…Posted on October 31st, 2020Author: Calista Lai
How to create and remove directory in linux.The command is used to create a new directory. The command can also be used to create multiple and nested directories too. command Syntax…Posted on October 28th, 2020Author: Sourabh Yadav
How to install Postgres on Linux (Debian)How to Install Postgres On Linux (Debian) Step-1 Install using apt. Step-2 Test your Installation You will see: To quit type Step-3 Create…Posted on October 27th, 2020Author: Rohit Geddam
Linux directories structure explainedThis short article aims to provide a simple and useful explanation to the Linux directory structure. Linux dirs - This is the top level…Posted on May 28th, 2020Author: Zoran Pandovski
How to list `dot` files in LinuxThe Unix-like operating systems are using to point to the current directory and to point to the parent directory. These entries are not…Posted on May 26th, 2020Author: Zoran Pandovski