Sei sulla pagina 1di 2

UNIVERSITI TUN HUSSEIN ONN MALAYSIA FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY BIT 3323/33203 : NETWORK SECURITY

LAB EXERCISE 1 BASIC LINUX COMMAND

Name

: ________________________________________

Matrix No : __________________

30

Objective: Students will be able to familiarize basic linux command Requirements : Linux Operating System (BackTrack 5) and Network Connection Please make sure you have completed the BackTrack 5 installation in your VMWare or physical hard drive. Basic Linux Command Part 1

1. Start up your BackTrack Linux and open Linux Terminal. 2. Enter the following commands and write the output at the right column.
NO COMMAND 1 echo hello world 2 3 4 5 6 7 8 9 10 11 passwd date hostname arch uname -a dmesg | more
(you may need to press q to quit)

OUTPUT

uptime who am i who id 1

12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

last finger w top


(you may need to press q to quit)

echo $SHELL echo {con,pre}{sent,fer}{s,ed} man "automatic door" man ls


(you may need to press q to quit)

man who
(you may need to press q to quit)

who can tell me why i got divorced lost clear cal 2000 cal 9 1752
(do you notice anything unusual?)

bc l
(type quit or press Ctrl-d to quit)

echo 5+4 | bc -l yes please


(you may need to press Ctrl-c to quit)

time sleep 5 history

Potrebbero piacerti anche