User permission : Linux File Permission - javatpoint 

Practice

Types of Linux Editor

VIM

GNU

NANO

Save the file content

:w – Saves a file and keeps the file open

:q – Exits without saving

:wq – Saves a file and quits

vi Editor in UNIX - GeeksforGeeks 

bash shell

#!/bin/bash  == called shebang 

Korn shell

#!/bin/ksh 

Practice Script

3. Create a script to display  Myname is <value>. I stay in <value>

4. Create a script to add 2 number and display output "The sum <number1> and <number 2> is <SUM>

5. Create a script to display system information like - My system information is as below

uptime, date, present working directory, home directory, username.

6. Read Name and Favourite food from the user and display