0% found this document useful (0 votes)
2 views

BDA1

The document is a certificate for Mohammed Farid Piyarji, a student of Big Data Analytics at Nagindas Khandwala College, confirming his practical work during Semester VI of the B.Sc. CS program. It includes an index of practical exercises, starting with basic Linux commands, detailing their purpose and expected outputs. The document serves as a record of the student's hands-on experience in the course for the academic year 2024-2025.

Uploaded by

MK gamer
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)
2 views

BDA1

The document is a certificate for Mohammed Farid Piyarji, a student of Big Data Analytics at Nagindas Khandwala College, confirming his practical work during Semester VI of the B.Sc. CS program. It includes an index of practical exercises, starting with basic Linux commands, detailing their purpose and expected outputs. The document serves as a record of the student's hands-on experience in the course for the academic year 2024-2025.

Uploaded by

MK gamer
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/ 7

Big Data Analytics

MALAD KANDIVALI EDUCATION SOCIETY’S


NAGINDAS KHANDWALA COLLEGE OF COMMERCE,
ARTS & MANAGEMENT STUDIES & SHANTABEN NAGINDAS
KHANDWALA COLLEGE OF SCIENCE
MALAD [W], MUMBAI – 64
(AUTONOMOUS)
(Reaccredited ‘A’ Grade by NAAC)
(AFFILIATED TO UNIVERSITY OF MUMBAI)
(ISO 9001:2015)

CERTIFICATE

Name: MOHAMMED FARID PIYARJI


Roll No: 30 Programme: Big Data Analytics Semester: VI

This is certified to be a bonafide record of practical work done by the above student in the
college laboratory for the Big Data Analytics course for the partial fulfillment of Semester
VI of B.Sc. CS with specialization in Artificial Intelligence & Machine Learning during
the academic year 2024-2025.

The journal is the original study work duly approved by the undersigned in 2024-2025.

External Examiner (Subject-In-Charge)


Prof. Neha Jaiswar

Date of Examination (College Stamp)

1
Big Data Analytics

INDEX
SUBJECT: BIG DATA ANALYTICS
CLASS: TY BSC (AIML)
SEMESTER: VI
ROLL NO: 30

SR NO. DATE PRACTICAL AIM SIGN

1 Basic Linux Command

10

2
Big Data Analytics

Practical No. 1
Problem Statement:
To demonstrate basic Linux commands.

Solution:
Program: ls
Explanation: The ls command lists the contents of a directory. It can display files and
subdirectories, and it has various options to modify its output, such as showing hidden files or
providing detailed information.
Output:

Program: pwd
Explanation: The pwd command stands for "print working directory." It displays the full
path of the current directory you are in within the terminal.
Output:

3
Big Data Analytics

Program: df
Explanation: The df command reports file system disk space usage for all mounted
filesystems, helping you monitor available space.
Output:

Program: date
Explaination: The date command displays the current date and time.
Output:

Program: mkdir
Explanation: The mkdir command creates a new directory with the specified name. It can
create multiple directories at once if needed.
Output:

4
Big Data Analytics

Program: rename
Explaination: The mv command can be used to renamed or move file/directory
Output:

Program: ping
Explaination: The ping command is used to check the connectivity between two nodes, that
is whether the server is connected. It is a short form of "Packet Internet Groper."
Output:

Program: Cal
Explaination : This command is used to show the current month calender
Ouptut:

5
Big Data Analytics

Program: Host
Explaination: The host command is used to display the IP address for a given domain name
and vice versa. It performs the DNS lookups for the DNS Query.
Output:

Program: nano
Explaination: nano command is a friendly editor used in linux
Output:

6
Big Data Analytics

Program: Bash
Explaination: bash (Bourne Again SHell) is a command processor that typically runs in a
text window where the user types commands that cause actions. It can execute commands
read from standard input or from a script file
Output:

Program: history
Explaination: command is used to view the previously executed command.
Ouptut:

You might also like