BDA1
BDA1
CERTIFICATE
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.
1
Big Data Analytics
INDEX
SUBJECT: BIG DATA ANALYTICS
CLASS: TY BSC (AIML)
SEMESTER: VI
ROLL NO: 30
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: