LLinux Read More 5 minute read How to Use the mv Command to Move Files & Directories in LinuxbyEdXDDecember 23, 2021 The mv command in Linux stands for move. It is used to move one or more files or…
LLinux Read More 5 minute read Using the chown Command to Change File Ownership in LinuxbyEdXDDecember 19, 2021 In Linux, when a file is created, its ownership is granted to the user who created it. However,…
LLinux Read More 2 minute read How to Concatenate Strings in BashbyEdXDDecember 12, 2021 String concatenation is the process of joining two or more strings together to form a single string. In…
LLinux Read More 2 minute read How to Delete Group in Linux Using groupdel CommandbyEdXDDecember 7, 2021 In Linux, groups are collections of user that share some common attributes, like permissions or access to certain…
LLinux Read More 5 minute read How to Change User Password in LinuxbyEdXDApril 27, 2022 In this tutorial we’ll explain how to change user passwords in Linux, from the command line, using the…
LLinux Read More 4 minute read Find Large Files and Directories in LinuxbyEdXDDecember 13, 2021 There are times when our system is running out of disk space. We may need to find these…
LLinux Read More 8 minute read How to Use the du Command to Find Disk Usage in LinuxbyEdXDDecember 9, 2021 The du (Disk Usage) command reports the estimated amount of disk space used by files and directories on…
LLinux Commands Read More 6 minute read How to Use mkdir Command to Create Directories in LinuxbyEdXDDecember 5, 2021 The mkdir (Make Directory) command creates directories (referred to as folders on some operating systems) from the command-line.…
LLinux Read More 13 minute read How to Use the SCP Command to Securely Transfer FilesbyEdXDJanuary 24, 2023 SCP (Secure Copy) is a command-line utility that allows you to securely copy files from one computer to…
LLinux Read More 5 minute read How to Use the Linux Screen CommandbyMuhammad AzizApril 20, 2022 In Linux, you often need to run lengthy processes to execute in the background and independently (such as…
LLinux Read More 9 minute read How To Change File Attributes in Linux With Chattr CommandbyEdXDandMahmud Hasan SaikotNovember 26, 2021 What Are File Attributes? File attributes are certain properties that are associated with the file. The attributes allow…
UUbuntu Read More 3 minute read How To Install IonCube Loader on Ubuntu 20.04byOzair MalikMarch 10, 2023 What is IonCube? IonCube is a code encryption tool, created in 2003. It was introduced to protect codes…