Linux Basic Commands - Tecnew

Home Ads

Linux Basic Commands

Linux Basic Commands

Share This


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

8. cat >> svs    - To add some message in that file and keep already having the information

9. touch file1 file2 file3 ....    - Touch command is used to create multiple commands at a time

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