What are Linux commands?

What are Basic Linux commands?
it is a very broad question. but here is what you do. press windows button on keyboard on a linux box -> type "terminal" -> when terminal shows up in search click it. this would open up a terminal window -> type "help"
it would give you a help of basic linux commands.

come back here and ask more specific question. like... "how do I play a song in linux using command line?"
 
Account Suspended.png
 
Some Linux Basic Commands:
1. pwd command - current working directory
2. cd - change directory
3. ls - listing all file
4. cat - concatenate
5. cp - copy
6. mv - move
7. mkdir - making folder
8. touch - making file
9. rmdir - remove directory
10. rm - remove
11. find - searching
12. sudo - super user do
 
Back
Top