The basic terminal commands you should know.

Опубликовано: 29 Сентябрь 2024
на канале: Coders Point
9
2

Hi,
In this video we will talk about some basic command which are used in software engineer daily life.

You can read by full article on below command with example In English.

  / the-basic-terminal-commands-you-should  
know-4088ffc4a78f

My GitHub profile (https://github.com/kewal28)

Terminal Basic Commands.

1. mkdir (create the directory)
2. cd (go on a path)
3. touch (create a new file)
4. vi (edit file using terminal)
5. pwd (show correct directory path)
6. ls (list all the items)
7. cp (copy file/folder)
8. mv (move or rename file/folder)
9. rm (delete file or folder)
10. grep (find some text in a file)
12. tail -f (use to show file last 10 lines)
13. diff (to compare files)
14. chmod (change permissions)
15. top (show top usage applications)
16. kill (stop any service)
17. wget (get the file from the internet)
18. ssh (to log in on server)
19. scp (to transfer/ get the file on the server)
20. zip (create a zip or unzip)