Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

[linuxadmin@localhost kk]$ history

1 ls
2 ls -a
3 clear
4 pwd
5 mkdir cars
6 ls cars
7 cat > carlist.txt
8 head carlist.txt
9 head -n 4 carlist.txt
10 tail -n 2 carlist.txt
11 mv carlist.txt /home/mygarage.txt
12 mkdir animals
13 pwd
14 cd animals
15 pwd
16 cd > reptiles
17 snakes
18 pwd
19 cd animals
20 ls
21 cd reptiles
22 rmdir reptiles
23 cd
24 ls
25 cd animals
26 cat > reptiles.txt
27 cd
28 cat carlist.txt cat reptiles.txt > cat hobby.txt
29 pwd
30 ls
31 cd animals
32 ls
33 rmdir animals
34 cd
35 rmdir animals
36 rm -r animals
37 cd
38 ls
39 pwd
40 cp carlist.txt
41 cd
42 mkdir garage
43 cd
44 ls
45 cp carlist.txt /home/linuxadmin/garage
46 cd garage
47 ls
48 cat carlist.txt
49 cd
50 mkdir kk
51 cd
52 mv carlist.txt /home/linuxadmin/kk/mycars.txt
53 cd kk
54 ls
55 cat mycars.txt
56 history
[linuxadmin@localhost photo]$ history

1 calculator

2 ls

3 ls-a

4 clear

5 ls

6 ls- a

7 clearclear

8 clear

9 ls

10 ls - a

11 ls -al

12 ls -r

13 clear

14 mkdin

15 clear

16 pwd

17 ls

18 ls -a

19 ls -al

20 ls -r

21 mkdir photos

22 ls

23 mkdir photos/my photo

24 ls

25 pwd

26 cd photo

27 ls

28 pwd

29 ls

30 ls -a
31 cd..

32 mkdir movies

33 ls

34 pwd

35 ls

36 ls -a

37 ls -r

38 ls -al

39 rmdir movies

40 ls

41 pwd

42 cd . .

43 ls

44 cd . .

45 pwd

46 ls

47 rm photo

48 history

49 clear

50 histort

51 history

[linuxadmin@localhost photo]$

You might also like