public chmod • 9 min read • Chmod Command in Linux (File Permissions) Use chmod command in Linux with our step-by-step tutorial. Access to files in Linux is controlled by file permissions, attributes, and ownership.…
public linux • 3 min read • How to Change Hostname on the Debian 10 Linux Change hostname on debian 10 with our step-by-step tutorial. The hostname is defined as a label that is used to identify particular system…
public fdisk • 7 min read • Fdisk Command in Linux (Create Disk Partitions) Use fdisk command in Linux with our step-by-step tutorial. It allows you to build and manipulate partition tables on a hard disc.…
public head • 4 min read • Linux Head Command Use the Linux head command with our step-by-step tutorial. The head command prints the first 10 lines of files or piped data by default.…
public sudo • 5 min read • Sudo Command in Linux Use the sudo command with our step-by-step tutorial. Using sudo instead of logging in as root is safer.…
public ls • 5 min read • Ls Command in Linux (List Files and Directories) Use the ls command with our step-by-step tutorial. The ls command displays information about files and directories in the file system.…
public cat • 4 min read • Cat Command in Linux Use cat command with our step-by-step tutorial. The cat command gets its name from its ability to concatenate files.…
public linux • 7 min read • Understanding Linux File Permissions In this tutorial we will explain Linux File Permissions. The Linux permissions assign access via ownership and groups.…
public memory • 6 min read • How to Check Memory Usage on Linux Check Memory Usage on Linux with our step-by-step tutorial. Memory usage on Linux is the memory utilized by the Operating System and processes.…
public use • 4 min read • How to Use Wall Command on Linux Use Wall Command on Linux with our step-by-step tutorial. Wall is a command-line utility that sends a message to all logged-in users' terminals.…
public delete • 4 min read • How to Delete Files and Directories on Linux Delete Files and Directories on Linux with our step-by-step tutorial. Deleting files & directories permanently removes them from storage.…
public bash • 4 min read • How to Use Bash Wait Command on Linux Use Bash Wait Command on Linux with our step-by-step tutorial. Wait command waits for command to complete & returns exit status.…