Southern New Hampshire University ITT 255 Command Directory Log Template
Overview: The purpose of this document is to compile a list of the commands that you have learned and used each week in the course. This command directory will assist you in completing activities, such as your final project, in later weeks of the course. Each week, you will submit this document updated with the new commands you have learned.
Prompt: It is recommended that you log every new command here when you learn it in your reading or Iabs/lessons. You should also log the date you learned the command and where in the learning resources you found it (so that you can find it again later).
Complete this template by filling in the blank cells in the table.
Date
Command
Description of the Command
Chapter/module/lab/lesson where you found it 1.1 Codio -- Intro to Linux
3/7/21
whoami
Displays the default user that is logged in is Codio. 3/7/21 pwd Print the working directory 2.1 Codio -- Intro to Linux 3/7/21 Is List directory contents command returns a 3.1 Codio - Intro to Linux horizontal list of the current directory and its contents. 3/7/21 cd The command or change directories command 4.1 Codio -- Intro to Linux allows you to go inside a directory by adding its name as an argument 3/7/21 mkdir Make directories 5 Codio -- Intro to Linux 3/7/21 touch If any file does not exist,the touch command 5 Codio -- Intro to Linux will create one for you. 3/14/21 clear Command enables more empty space in the 2.4 Codio -- Linux File System terminal window by taking the visible content Commands to the top. 3/14/21 rmdir Removes directories entries specified by each 3 Codio -- Linux File System argument. Commands 3/14/21 mv Command moves each file or directory named 1 Codio -- Linux The File by a source argument. System 3/14/21 cp Command copies files with its contents. 3 Codio -- Linux The File System 3/14/21 echo Command the displays output in the terminal. 5.4.1 Cisco -- Command Line Skills 3/14/21 export Command that turns a local variable into an 5.4.2 Cisco - Command Line environment variable. Skills 3/14/21 history Command that outputs a list of previously 5.3.3 Cisco -- Command Line executed commands. Skills 3/14/21 type Command that determines information about 5.5 Cisco -- Command Line command type. Skills 3/14/21 /usr/share/doc/ Directory containing additional ft.5.2 Cisco -- Getting Help documentation files, such as readme files and support for third-party software.
Southern New Hampshire University Description of the Command Chapter/module/lab/lesson where you found it Command used to view info documentation ft.4.1 Cisco - Getting Help for commands. Command used to find any file or directory. ft.3.2 Cisco -- Getting Help Relies on a database typically generated nightly. Command used to view manual (man) pages ft.2.1 Cisco for commands. Each user typically has a home directory 7.2.1 Cisco - Navigating the where they have full control to create and Filesystem delete files and directories. Command prints