Index: Annexure - I
Index: Annexure - I
Annexure – I
Sr.
Contents Page No.
No.
1 3.Proposed Methodology 1
4. Action Plan 2
5. Resources Required 2
1.Rationale 3
2 4. Literature Review 3
9. applications 10
1
Annexure-I
Micro-Project on
To Study Details About Linux Utilities
3. Proposed Methodology
Linux is a Unix-Like operating system. All the Linux/Unix commands are run in the
terminal provided by the Linux system. This terminal is just like the command prompt of
Windows OS. Linux/Unix commands are case-sensitive. The terminal can be used to
accomplish all Administrative tasks. This includes package installation, file manipulation,
and user management. Linux terminal is user-interactive. The terminal outputs the results of
commands which are specified by the user itself. Execution of typed command is done only
after you press the Enter key.
2
4 Action Plan
5. Resources Required:
Sr.
Name of resource / material Specification Quantity Remarks
No.
1 Computer WINDOWS 7.2GB RAM, 1
2 Operating System Ubuntu 1
3
Annexure – II
Micro-project on
To Study Details About Linux Utilities
1.Rationale:
The command line is your direct access to a computer. It's where you ask software to
perform hardware actions that point-and-click graphical user interfaces (GUIs) simply can't
ask. Command lines are available on many operating systems—proprietary or open source.
But it’s usually associated with Linux, because both command lines and open-source
software, together, give users unrestricted access to their computer.
4. Literature Review
4
➢ Linux terminal is a user-friendly terminal as it provides various support options. To
open the Linux terminal, press "CTRL + ALT + T" keys together, and execute a
command by pressing the 'ENTER' key
First, we all are discuss about our project topic that’s Linux Utilities then we collect all
information about our topic through the books and Wikipediae and then we start to
peppering our project report we study all 50 Linux commands and we executed it in Linux
terminal and we got output of every commands then we take screenshot of output then we
attach it on report.
Syntax:
1. pwd
2.mkdir Command
The mkdir command is used to create a new directory under any directory.
Syntax:
Output:
5
3.host Command
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. Syntax:
Output:
4. ping Command
The ping command is used to check the connectivity between two nodes, that is whether the
1. ping <destination>
Output:
5. mail Command
The mail command is used to send emails from the command line.
Syntax:
6
1. mail -s "Subject" <recipient
address> 2. Output:
6. exit Command :-
Linux exit command is used to exit from the current shell. It takes a parameter as a number
and exits the shell with a return of status number.
Syntax:
1. exit
Output:
7.time Command
The time command is used to display the time to execute a command.
Syntax:
1. time
Output:
8.sleep Command
The sleep command is used to hold the terminal by the specified amount of time. By
7
1. sleep <time>
Output:
9. cal Command
The cal command is used to display the current month's calendar with the current date
highlighted.
Syntax:
1. cal<
Output:
10. wc Command
The wc command is used to count the lines, words, and characters in a file.
Syntax:
1. wc <file name>
Output:
8
No.
1 Computer WINDOWS 7,2GB RAM, 1
160GB HDD
2 Operating System Ubuntu 1
Ping
********
9
10