What are Basic Linux commands?
Google..
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?”
2 Likes
rm -rf / should be nuke everything. ![]()
2 Likes
Some Linux Basic Commands:
- pwd command - current working directory
- cd - change directory
- ls - listing all file
- cat - concatenate
- cp - copy
- mv - move
- mkdir - making folder
- touch - making file
- rmdir - remove directory
- rm - remove
- find - searching
- sudo - super user do
