0% found this document useful (0 votes)
14 views1 page

Assignment-(Linux and Shell Programming)

This document is an assignment for the Computer Science & Engineering program at Oriental University, Indore, for the BCA course in Linux & Shell Programming. It includes five questions related to shell scripting, file permissions, system details, Armstrong numbers, and the UNIX operating system. The assignment is due on March 27, 2025, and handwritten submissions are permitted.

Uploaded by

sakshithakre162
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Assignment-(Linux and Shell Programming)

This document is an assignment for the Computer Science & Engineering program at Oriental University, Indore, for the BCA course in Linux & Shell Programming. It includes five questions related to shell scripting, file permissions, system details, Armstrong numbers, and the UNIX operating system. The assignment is due on March 27, 2025, and handwritten submissions are permitted.

Uploaded by

sakshithakre162
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ORIENTAL UNIVERSITY

INDORE

Computer science & Engineering


Academic Session- JAN-JULY 2025
Assignment-I
Program-BCA(AIDA/DSDV/PLAIN)
Semester- VI

Course Name – Linux & Shell Programming Course Code- CAXX3MJ06

Submission date – 27/03/2025

Note: Handwritten assignment allowed


After last date no submission is allowed.

Q.1 Write a shell script using a while loop to convert a binary number to a decimal number?
Q.2 What is the difference between chmod a+x file.sh and chmod +x file.sh?
Q.3 How can you display the system name and operating system details using a command?
Q.4 Write a shell script to check if a given number is an Armstrong number or not?
Q.5 Explain the role of the Kernel and Shell in UNIX ? What is a UNIX file system? List and explain
its types.

You might also like