Vous êtes sur la page 1sur 2

1 cd fichiers

2 cd Bureau/
3 fichier
4 exit
5 cd Documents/
6 mkdir projet
7 clear
8 exit
9 ls -l /home/bakhoum-albert/
10 type ls
11 cd /home
12 ls
13 cd bakhoum-albert/
14 ls
15 cd anaconda3/
16 ls
17 cd ..
18 cd
19 apt --fix-missing
20 mkdir stage
21 ls
22 cd stage/
23 cd
24 touch stage/mon_fichier
25 cd stage/
26 ls
27 cd
28 ls stage
29 ls -a stage
30 ls -l stage
31 cd stage/
32 mkdir albert
33 mkdir bakhoum
34 ls -R
35 cd
36 pwd
37 cd stage/albert
38 pwd
39 cd
40 cd /var/log
41 ls
42 cd
43 cp -R /var/log stage/bakhoum
44 cd stage/bakhoum/
45 ls
46 ls -R
47 cd
48 rmdir stage/bakhoum/log
49 rmdir -p stage/bakhoum/log
50 rmdir -r stage/bakhoum/log
51 rmdir -p stage/bakhoum/var
52 ls
53 ls stage
54 ls stage/bakhoum/
55 ls stage/bakhoum/log
56 rm stage/bakhoum/log
57 cd stage/
58 mv bakhoum diallo
59 ls
60 cp diallo bakhoum
61 cp -r diallo bakhoum
62 ls
63 mv diallo albert
64 ls
65 cd albert/
66 ls
67 cd
68 cat /var/log/syslog
69 cd stage/
70 ls
71 nano mon_fichier
72 gedit mon_fichier
73 pico mon_fichier
74 cat mon_fichier
75 echo "uam" > mon_fichier
76 cat mon_fichier
77 nano mon_fichier
78 rm
79 rm mon_fichier
80 cd
81 rm stage/
82 rm -r stage/
83 ls
84 cd stage
85 mkdir stage
86 ls
87 rm -f stage/
88 rm -r stage/
89 ls
90 history
91 cd snap/
92 ls
93 cd
94 help
95 ncal
96 man ncal
97 history
98 ncal
99 type passwd
100 type bg
101 ncal -b
102 poweroff
103 history

Vous aimerez peut-être aussi