Linux Basic Commands
1. pwd -shows present working directory
2. ls - shows the list of files
3. cd .. - goes one step back
4. cd - goes the home directory
5. cd / goes the root directory
6. cat > file name -To create a file and enter some data in that file below shown the svs file created
7. cat svs -To view the information or message in that file contains
10. mkdir file name - command is used to create a directory(Folder)
11. rm s1 s2 s3 s4 - To remove the all files
No comments:
Post a Comment