public awk • 11 min read • Awk Command in Linux with Examples Use awk command in Linux with our step-by-step tutorial. The awk command processes text with scripting capabilities.…
public mysql • 4 min read • MySQL List/Show Tables Show list/tables in MySQL with our step-by-step tutorial. In MySQL, the SHOW TABLES statement is used to list all the tables in a database.…
public grep • 9 min read • Grep Command in Linux (Find Text in Files) Use grep command in Linux with our step-by-step tutorial. The grep command matches a pattern in input files and outputs the matching lines.…
public at • 6 min read • At Command in Linux Utilize at command in Linux with our step-by-step tutorial. The at command schedules the execution of commands or scripts at a specific time.…
public chown • 6 min read • Chown Command in Linux (File Ownership) Use the chown command in linux with our step-by-step tutorial. It allows you to change the owner of a file, directory, by changing the user/group…
public modprobe • 3 min read • Modprobe Command in Linux Use modprobe command in Linux with our step-by-step tutorial. The modprobe command adds or removes kernel modules dynamically.…
public bash • 3 min read • Bash Source Command Use bash source command with our step-by-step tutorial. The bash source command is included in Bash and other Linux/UNIX shells.…
public bash • 6 min read • Bash printf Command Use printf command in Bash with our step-by-step tutorial. A printf command prints the formatted text and variables with options.…
public ps • 5 min read • PS Command in Linux (List Processes) Use ps command in Linux with our step-by-step tutorial. The ps command provides information about currently running processes.…
public unmask • 5 min read • Umask Command in Linux Use Umask command in Linux with our step-by-step tutorial. Umask shows the file mode creation mask, controlling permissions for new files.…
public tar • 6 min read • Tar Command in Linux (Create and Extract Archives) Use tar command in linux with our step-by-step tutorial. It is used for creating archives to store files on magnetic tape.…
public chmod-777 • 5 min read • What Does chmod 777 Mean In this tutorial, you will learn about chmod 777 command, as well as the numbers that correspond to the permissions.…