These are just a few examples, and the actual commands
you need may vary depending on the specific task you're trying to accomplish.
// Neel.B
1. pwd : Shows the current working directory
2. ls : Lists the files and directories in the current directory
3. cd folder_name : Changes the current working directory
4. mkdir folder_name : Create a new directory
5. touch file_name : Create a new file in current directory
6. rm file_name : Remove/delete files
7. cp source destination : Copy files
© www.thecoderjob.com. All Rights Reserved. Designed by HTML Codex