About 268,000,000 results
Open links in new tab
  1. ./ Command in Linux: A Beginner's Guide to ./ (dot slash ... - Techlasi

    Feb 11, 2025 · Learn how to use the ./ command in Linux to execute files from the current directory. This guide covers syntax, making files executable, common errors, and advanced usage.

  2. 15 Special Characters You Need to Know for Bash

    Oct 3, 2025 · There's a way you can use a character to represent itself rather than its special function. We'll show you which characters are "special" or "meta-" characters, as well as how you can use …

  3. Demystifying the Meaning and Use of "./" (Dot Slash) in Linux

    Oct 24, 2023 · For new Linux users, the "./"" shortcut that often precedes filenames and directories may seem obscure. But this symbol, made up of just two characters, holds great significance. In this …

  4. Linux operators: Using |, >, >>, &, &&, !, =, () and many more

    Jul 11, 2024 · Some of the most convenient ‘tricks’ on Linux depend on the use of a handful of special characters. This post looks at a number of command operators on Linux and shows how they work.

  5. Why Do We Use ./ (Dot Slash) To Execute a File in Linux

    Mar 18, 2024 · In this tutorial, we'll learn when and how to use "./" for running a script in Linux.

  6. Linux Command Line Cheat Sheet for Beginners

    Sep 22, 2025 · Access a handy Linux command line cheat sheet for quick reference when navigating file systems, managing users, and more.

  7. 25 Basic Linux Commands For Beginners [2025] - GeeksforGeeks

    Dec 18, 2025 · Linux commands are used to interact with the operating system through the terminal and perform tasks like file management, navigation, and system monitoring. Learning basic Linux …

  8. What does the ./ mean (dot slash) in linux?

    Oct 11, 2017 · Unlike the Windows command prompt, Unix (and Unix-like systems like Linux) shells do not check the current directory for executables before checking the PATH environment variable, and …

  9. 50+ Essential Linux Commands: A Comprehensive Guide

    Apr 7, 2025 · In this tutorial, you will learn the most frequently used and powerful commands for file management, process control, user access, network configuration, and system debugging. You will …

  10. Why we use ./ (dot slash) to run Linux scripts? - TheServerSide

    Jan 21, 2025 · Ever wonder why you need a ./ before a Unix shell script or command of your own in order to run it? Here's what the Linux dot slash does and why Unix systems require the ./ syntax.