You are on page 1of 2

1 history

2 cat .bash_history
3 ls
4 ls -l
5 alias ll= "ls -l"
6 alias ll="ls -l"
7 ll
8 cp abc target
9 ll
10 mv target new
11 ll
12 ls
13 mkdir subdir
14 ll
15 pwd
16 clear
17 ll
18 cd subdir
19 ll
20 cd ..
21 mv new mysubll
22 mv new mysub
23 ll
24 mv mysubll subdir
25 cd subdir
26 ll
27 echo hello >abc
28 cat abc
29 ls -l \bin >abc
30 ls -l\bin >out
31 cat out
32 ls -l\bin
33 nano out
34 more >out
35 cd ..
36 sudo power off
37 exit
38 ls
39 touch abc
40 ls
41 ls -l
42 dir
43
44 ping 10.10.2
45 sudo vx -v start
46 d /usr/local/bin
47 cd /usr/local/bin
48 ll
49 curl -u hemlata -o vx

51 vx -v start
52 chmod +x ./vx
53 vx -v start
54 /vx -v start
55 ./vx -v start
56 ll
57 head vx
58 curl -u hemlata -o vx https://fs.thu.de/public/traub/vm/vx.txt
59 head vx
60 vx -v start
61 ip a
62 ip a add 10.4.0.76/16 dev vx
63 ip a
64 ping 10.4.0.111
65 history

You might also like