Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

SEC311 Template for LAB 1 (Watch the video to get the answers, or investigate yo

ID: 3604836 • Letter: S

Question

SEC311

Template for LAB 1

(Watch the video to get the answers, or investigate yourself)

LINUX COMMAND (type at the prompt)

EXPLAIN WHAT IT DOES

man. Example man ls

It displays a manual for a command

ls

List information about file(s)

ls - ls

ls –ls | more

cd /etc

cd /etc/opt/

cd ..

Name two files in the /etc/kismet/ directory

touch

rm

mkdir

chmod

leafpad

CTRL-C

CTRL-Z

cp

cron

clear

find

grep

groupadd

groupdel

head

kill

mv

ping

su

tail

whoami

LINUX COMMAND (type at the prompt)

EXPLAIN WHAT IT DOES

man. Example man ls

It displays a manual for a command

ls

List information about file(s)

ls - ls

ls –ls | more

cd /etc

cd /etc/opt/

cd ..

Name two files in the /etc/kismet/ directory

touch

rm

mkdir

chmod

leafpad

CTRL-C

CTRL-Z

cp

cron

clear

find

grep

groupadd

groupdel

head

kill

mv

ping

su

tail

whoami

Explanation / Answer

ls - ls

lists the long format by file size

ls –ls | more

IS command displays the file size and directories ordered with size.

cd /etc

cd /etc/opt/

hires to etc directory

cd ..

moves up a single directory

Name two files in the /etc/kismet/directory

touch

simple procedure to create a new ,empty files

rm

removes the files or directories

mkdir

employed to create a new directories

chmod

to elucidate the method in order to acess a file.

leafpad

A fundemental text editor.

CTRL-C

kills a process by offering the signal SIGINT

CTRL-Z

To suspend a process by offering a signal SIGSTOP.

cp - To copy the files and directories

cron

Generally a alarm clock to run that we choose ultimately.

clear

clears the terminal screen

find

To hunt for a file or directory in a file system.

grep

Utilized to do a same operation with the ed command.

groupadd

creates a new group

groupdel

deletes a group which was created

head

Reads the first some lines of text offered as input and writes them for the basic output.

kill

to convey a signal for a process using the TERM (kills the process).

mv

Employed to move or rename a files.

ping

To check connectivity among two nodes

su

To alter the ownership of a login session to root user.

tail

It outputs the end part of a file.

whoami

An integration of words who am i.It prints the present login name and user id.

ls - ls

lists the long format by file size

ls –ls | more

IS command displays the file size and directories ordered with size.

cd /etc

cd /etc/opt/

hires to etc directory

cd ..

moves up a single directory

Name two files in the /etc/kismet/directory

touch

simple procedure to create a new ,empty files

rm

removes the files or directories

mkdir

employed to create a new directories

chmod

to elucidate the method in order to acess a file.

leafpad

A fundemental text editor.

CTRL-C

kills a process by offering the signal SIGINT

CTRL-Z

To suspend a process by offering a signal SIGSTOP.

cp - To copy the files and directories

cron

Generally a alarm clock to run that we choose ultimately.

clear

clears the terminal screen

find

To hunt for a file or directory in a file system.

grep

Utilized to do a same operation with the ed command.

groupadd

creates a new group

groupdel

deletes a group which was created

head

Reads the first some lines of text offered as input and writes them for the basic output.

kill

to convey a signal for a process using the TERM (kills the process).

mv

Employed to move or rename a files.

ping

To check connectivity among two nodes

su

To alter the ownership of a login session to root user.

tail

It outputs the end part of a file.

whoami

An integration of words who am i.It prints the present login name and user id.