Basic Linux command Every Software Engineer should know.
1 min readJan 10, 2023
Here are some basic Linux commands that every software engineer should know:
cd
- Change the current working directoryls
- List the files and directories in the current working directorypwd
- Print the current working directorymkdir
- Create a new directoryrmdir
- Remove an empty directorycp
- Copy a file or directorymv
- Move or rename a file or directoryrm
- Remove a file or directorycat
- Concatenate and print the contents of a fileless
- View the contents of a file one page at a timegrep
- Search for a pattern in a file or multiple filesfind
- Search for a file or directory based on various criteriachmod
- Change the permissions on a file or directorychown
- Change the owner of a file or directory
These are just a few of the many commands available in Linux, but learning these basic commands will give you a good foundation for working with the operating system.
Thank you for reading !!!
If you enjoy this article and would like to Buy Me a Coffee, please click here.
you can connect with me on Linkedin.