- What is the meaning of $ and #
- What is SSH connection How to make ssh connection without password
- How to check service status
- How to check free memory
- How to check available space on server
- How to check running processes and how to kill specific process with id
- Difference between cp and scp and rsync
- What is CRON. How to set up CRON.
- How to create folder within folder which doesn’t exist.
- How to check load on server
- How to take backup of any project folder
Practical
- How to find word in all files of specific directory
- How to find location of any file
- How to find any file in specific directory
- How to count number of lines in any file
- How to find number of lines in all files of specific folder
- How to show unique records in file
- How to sort contents of file line wise
- How to replace any word in vim editor
- How to replace any word from file without opening it
- How to replace any pattern in file using vim editor
- How to replace character from file from specific line to line e.g. line 10 to line 20, line 1 to last line
- How to swap words in file
e.g. hello world
hello india
should give o/p as
world hello
india hello - How to print only 2nd word of each line from a file