- 123
The ./ command in Linux is used to execute a file or script in the current directory. This is particularly useful when you have a script or executable file that you want to run, and it is located in the directory you are currently in.
Usage
To use the ./ command, you simply type ./ followed by the name of the file you want to execute. For example, if you have a script named myscript.sh in your current directory, you can run it by typing:
/myscript.shThis tells the shell to execute the myscript.sh file located in the current directory.
Examples
Here are a few examples of how to use the ./ command:
Running a Shell Script: ./myscript.sh This will execute the myscript.sh script in the current directory.
Running a Compiled Program: ./myprogram This will run the myprogram executable file in the current directory.
Running a Python Script: ./myscript.py This will execute the myscript.py Python script in the current directory, provided that the script has the appropriate shebang (#!/usr/bin/env python3) at the top and is marked as executable.
Linux Commands Cheat Sheet | GeeksforGeeks
Aug 2, 2024 · Learn the essential Linux/Unix commands you need to know with this cheat sheet. Includes commands for file management, permissions, environment variables, users, …
See results only from geeksforgeeks.org25 Basic Linux Commands For Beginners [2025] - GeeksforGeeks
Here we have put all Basic Linux Commands that every Linux user (as a beginner in 2025) should know. These are not all that you should know, b…
The Linux command line for beginners - Ubuntu
The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt or various other names, it can give the appearance of being complex and confusing to use.
Top 50+ Linux Commands You MUST Know - DigitalOcean
Linux commands cheat sheet - LinuxConfig
Oct 12, 2021 · The command line terminal in Linux is the operating system’s most powerful component. However, due to the sheer amount of commands …
- System: Any Linux distro
Linux Commands Cheat Sheet {with Free Downloadable PDF}
- Estimated Reading Time: 4 mins
Command Line for Beginners – How to Use the …
Apr 5, 2022 · In this article I'll try my best to simply explain the parts that make up the command line interface, and the basics of how it works, so you can start using it for your daily tasks. Let's go! =D. Why should I even care about using the …
- People also ask
Linux Command Line Tutorial – How to Use Common …
Oct 18, 2022 · More Control Over Your Machine: You have a great deal of power and control with the command line. You can run commands to change permissions, view hidden files, interact with databases, start servers, and more.
25 Basic Linux Commands For Beginners [2025] - GeeksforGeeks
Feb 5, 2025 · Here we have put all Basic Linux Commands that every Linux user (as a beginner in 2025) should know. These are not all that you should know, but these are the basic and most …
Linux Commands All Users Should Know {Ultimate List} …
Oct 4, 2022 · To use Linux effectively, all users should know how to use terminal commands. Although the OS has a GUI, many functionalities work faster when run as commands through the terminal. This guide showcases basic Linux …
Linux Commands: The Ultimate Linux Command Line …
Jul 12, 2023 · Master Linux terminal commands with our comprehensive command line guide. Get beginner linux command line tips, step-by-step instructions, and practical examples for executing linux commands efficiently.
- Some results have been removed