IT 255 Command Directory Log Template Mod 2 PDF

Title IT 255 Command Directory Log Template Mod 2
Author Matthew Shackleford
Course Introduction to the Linux Operating System
Institution Southern New Hampshire University
Pages 2
File Size 190.7 KB
File Type PDF
Total Downloads 1
Total Views 140

Summary

Got an A on this assignment no problem what so ever...


Description

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 labs/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

3/7/21

whoami

Displays the default user that is logged in is Codio.

1.1 Codio – Intro to Linux

3/7/21

pwd

Print the working directory

2.1 Codio – Intro to Linux

3/7/21

ls

List directory contents command returns a horizontal list of the current directory and its contents.

3.1 Codio – Intro to Linux

3/7/21

cd

The command or change directories command allows you to go inside a directory by adding its name as an argument

4.1 Codio – Intro to Linux

3/7/21

mkdir

Make directories

5 Codio – Intro to Linux

3/7/21

touch

If any file does not exist, the touch command will create one for you.

5 Codio – Intro to Linux

3/14/21

clear

Command enables more empty space in the terminal window by taking the visible content to the top.

2.4 Codio – Linux File System Commands

3/14/21

rmdir

Removes directories entries specified by each argument.

3 Codio – Linux File System Commands

3/14/21

mv

Command moves each file or directory named by a source argument.

1 Codio – Linux The File 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

Date

Command

Description of the Command

Chapter/module/lab/lesson where you found it

environment variable.

Skills

3/14/21

history

Command that outputs a list of previously executed commands.

5.3.3 Cisco – Command Line Skills

3/14/21

type

Command that determines information about command type.

5.5 Cisco – Command Line Skills

3/14/21

/usr/share/doc/

Directory containing additional documentation files, such as readme files and support for third-party software.

6.5.2 Cisco – Getting Help

3/14/21

info

Command used to view info documentation for commands.

6.4.1 Cisco – Getting Help

3/14/21

locate

Command used to find any file or directory. Relies on a database typically generated nightly.

6.3.2 Cisco – Getting Help

3/14/21

man

Command used to view manual (man) pages for commands.

6.2.1 Cisco...


Similar Free PDFs