redhat

Windows vs Linux

Windows vs Linux, Key difference between both? Who is number 1?

Stop wasting your money on Microsoft Windows Windows vs Linux Why Choose Linux? Spending 10,000 Rupees on Windows is worth? Let’s find out Stop wasting your money on Microsoft Windows In this article I am going to share information after reading genuine articles, products, and self-study materials also going to use a few survey information […]

Windows vs Linux, Key difference between both? Who is number 1? Read More »

Manage Linux ACL using Setfacl and Getfacl

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux

What is ACL? Access control list (ACL), It is a more flexible permission mechanism for file systems. It allows you to give permissions for any users and groups. It is used to defined permission on a particular file or folder for an individual user or group other than the user owner or the group owner.

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux Read More »

note editor linux

How to create swap in Linux ?

How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod 600 /swapfile ls -lh /swapfile Now that our file is more secure, we can tell our system to set up the

How to create swap in Linux ? Read More »