public free • 4 min read • Free Command in Linux Learn about free command in Linux with our step-by-step tutorial. The free command retrieves system memory usage information in Linux.…
public fg • 3 min read • How to Use fg Command on Linux? Use fg Command in Linux with our step-by-step tutorial. The fg command brings background processes to the foreground.…
public ps-ef • 4 min read • How to Use ps -ef Command on Linux? Use ps -ef Command in Linux with our step-by-step tutorial. The `ps -ef` command is a Linux tool that displays process details.…
public patch • 4 min read • How to Run “patch” Command on Linux? Run “patch” Command in Linux with our step-by-step tutorial. The built-in utility for patching files on Linux is called patch.…
public truncate • 4 min read • How To Use “Truncate” Command On Linux? Use the truncate command in Linux with our step-by-step tutorial. It allows you to efficiently truncate or extend the size of a file.…
public locate • 5 min read • Locate Command in Linux Use locate command in Linux with our step-by-step tutorial. The locate command uses a pre-built database to provide fast search results.…
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 gunzip • 3 min read • Gunzip Command in Linux Use gunzip command in Linux with our step-by-step tutorial. The gunzip command is used to decompress files that were compressed by gzip command.…
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 tail • 4 min read • Linux Tail Command Use linux tail command with our step-by-step tutorial. It displays the latest part of one or more files or piped data (10 lines by default).…
public gzip • 4 min read • Gzip Command in Linux Learn gzip command in linux with our step-by-step tutorial. The gzip command in Linux is used to compress files or directories.…
public rsync • 5 min read • Rsync Command in Linux with Examples Use rsync command in Linux with our step-by-step tutorial. A command-line tool that synchronizes files between sites using shell or Rsync daemon.…