Linux - Shell script to print “Welcome to Computer Bits Daily” Message

You will learn :

- Shell script to print “Welcome to Computer Bits Daily” Message

- How to run shell script ?

- Modify the file permissions to allow execution of the script.

- Environment setup for linux os on windows operating system

- How to Use a Virtual Machine to run Linux Operating System

- Required Software  : 
    - - Download a Virtual machine To run Linux OS

    - - Download Kali Linux VMware pre-built Image Copy From “ https://www.kali.org/get-kali/#kali-platforms ” Link

    - - Default password of Kali Linux OS
           User Name: root  Password: toor
           User Name: kali  Password: kali


Steps: To create an run shell script program

 - Create a file named welcomepage.sh with any text editor like Vi,Vim,Nano etc 
- Write solution of given problem and save
- Modify the file permissions to allow execution of the script by using the command :chmod u+x welcomepage.sh
- To Run the script type ./welcomepage.sh and press enter


Watch and Learn How to create a Shell script to print the “Welcome to Computer Bits Daily” Message:


Post a Comment

0 Comments