Git Product home page Git Product logo

linuxcommandscheatsheet's Introduction

Linux Commands CheatSheet

Description:

Welcome to my Linux Commands Cheat Sheet repository. This is a straightforward and personal collection of essential Linux commands and their usage. I've put this together to make working with Linux a bit easier for myself and anyone else who finds it useful.

What's Included:

Command Essentials: You'll find a handy list of common Linux commands, from the basics to more advanced ones.

No-Nonsense Explanations: I've kept the explanations clear and simple. You'll know what each command does and how to use it.

Regular Updates: Linux is always changing, so I'll keep this cheat sheet up to date with the latest and greatest.

Feel free to use this cheat sheet to simplify your Linux experience. If you find it helpful, consider giving it a star and sharing it with others in the Linux community. Enjoy!


Welcome to the Linux command cheatsheet.

Below are some commonly used Linux commands and their descriptions.

Command Description Parameters
ls List files and directories in the current directory. -l (long format), -a (including hidden files)
cd <directory> Change the current working directory.
cd .. Change the current working directory to a to the directory immediately above the current directory.
pwd Display the current working directory.
touch <filename> Create an empty file.
mkdir <directory> Create a new directory. -p (create parent directories if they don't exist)
rmdir <directory> Remove an empty directory.
rm <file/directory> Remove a file or directory. -r (recursive), -f (force)
cp <source> <dest> Copy files or directories. -r (for directories), -i (interactive mode)
mv <source> <dest> Move/rename files or directories.
vi <filename> Open file in vim editor.

linuxcommandscheatsheet's People

Contributors

zuraizahmedshehzad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.