Sunday, 31 August 2025

Linux - Assignment

 1). Linux features,Uses,Applications & Linux Distrbutions(Distro)

2). Linux Architecture

3). Substitution Command, File Mask & Root in Linux

4). Linux files and directory commands 

5). Define Variable and Types of variable(Shell Variable & Environment Variable(System variable)), Rules for naming a variable

6). Explain Vi editor & Vi commands (mode of vi editor) & Different Access mode codes

7). Conditional statements (or) branching Statement

  1. if statements

     a. simple if

     b. simple if else

     c. elif ladder

     d. Nested if

  2. case..esac statements

  3. Looping statements

    a. for loop

    b. while loop

    c. until loop

  4.difference between break and continue

-----------------------------

8). Explain File listing commands & wc commands 

9). Explain Filter commands

10). Explain tee commands & Redirection commands & Pipes commands

11). Palindrome checking program

12). sum of the individual digits

13). factorial calculation program


No comments:

Post a Comment

VB Database Connectivity

 Dim con As ADODB.Connection Dim rs As ADODB.Recordset Set con = New ADODB.Connection con.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Data ...