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

pc12

1 sudo adduser VictoriaKent


2 clear
3 sudo adduser VictoriaKent
4 help
5 clear
6 sudo adduser"VictoriaKent"
7 sudo adduser "VictoriaKent"
8 sudo adduser "VictoriaKent" --force
9 clear
10 su victoriaKent
11 su "victoriaKent"
12 tail -n10 /etc/passwd
13 clear
14 sudo usermod -a -G Investigadores VictoriaKent
15 clar
16 clear
17 sudo groupadd Investigadores
18 sudo usermod -a -G Investigadores VictoriaKent
19 cat /etc/group
20 clear
21 mkdir "Agencia de detectives"
22 chmod u+rwx,g+rwx+o+rwx
23 sudo chmod u+rwx,g+rwx+o+rwx
24 sudo chmod u+rwx,g+rwx,o+rwx
25 clear
26 sudo chmod u+rwx,g+rwx,o+rwx Agencia\ de\ detectives/
27 ls -l
28 clear
29 mkdir "Investigadores Privados"
30 cd Investigadores\ Privados/
31 touch "InvestigadorPrincipal.txt"
32 ls
33 sudo chmod :VictoriaKent InvestigadorPrincipal.txt
34 chmod --help
35 clear
36 sudo chmod :VictoriaKent InvestigadorPrincipal.txt
37 sudo chmod :"VictoriaKent" InvestigadorPrincipal.txt
38 su VictoriaKent
39 clear
40 sudo chmod :"VictoriaKent" InvestigadorPrincipal.txt
41 ls
42 ls -l
43 clear
44 cd
45 ls
46 cd Investigadores\ Privados/
47 ls -l
48 cd
49 chmod :VictoriaKent Investigadores\ Privados/
50 sudo chmod :VictoriaKent Investigadores\ Privados/
51 sudo useradd -m VictoriaKent
52 clear
53 cd Investigadores\ Privados/
54 ls -lR
55 sudo chmod : VictoriKent InvestigadorPrincipal.txt
56 sudo chmod : VictoriKent" InvestigadorPrincipal.txt
57 clear
58 sudo chmod :"VictoriKent" InvestigadorPrincipal.txt
59 chmod --help
60 sudo chmod :"VictoriKent" "InvestigadorPrincipal.txt"
61 clear
62 sudo chmod :"VictoriaKent" "InvestigadorPrincipal.txt"
63 sudo chmod :VictoriaKent InvestigadorPrincipal.txt
64 clear
65 ls
66 sudo passwd VictoriaKent
67 cd Investigadores\ Privados/
68 ls
69 sudo chmod :VictoriaKent InvestigadorPrincipal.txt
70 ls -l
71 su ivan
72 clear
73 ls -l
74 sudo chown :VictoriaKent
75 su VictoriaKent
76 sudo chmod u+rwx,g+r InvestigadorPrincipal.txt
77 clear
78 sudo chmod u+rwx,g+r InvestigadorPrincipal.txt
79 ls -l
80 sudo adduser VictoriaKent
81 sudo adduser VictoriaKent --force-badname
82 cat /etc/group
83 sudo chown: VictoriaKent InvestigadorPrincipal.txt
84 sudo chown :VictoriaKent InvestigadorPrincipal.txt
85 ls -l
86 su VictoriaKent
87 clear
88 ps aux | grep sleep
89 htop
90 fg %1
91 jobs
92 htop
93 sleep 1000
94 top
95 ps
96 htop
97 top
98 ps aux | grep sleep
99 fg
100 help fg
101 htop
102 killall sleep
103 top
104 killall sleep
105 htop
106 killall sleep
107 htop
108 ps aux | greep sleep
109 ps aux | grep sleep
110 kill -9 49834
111 kill
112 kill -9 8640
113 ps aux | grep sleep
114 kill 49835
115 ps aux | grep sleep
116 clear
117 crontab -e
118 touch Partidas.txt
119 mkdir backup
120 crontab -e
121 ls
122 touch Partidas.txt
123 mkdir backup
124 cd ~backup/
125 cd
126 att
127 sudo apt install at
128 clear
129 at
130 clear
131 whoami
132 clear
133 whoami >examen.txt
134 whoami >examen.txt; history>>examen.txt;
135 whoami >examen.txt; history>>examen.txt; head -n30 examen.txt

11 directories, 8 files
.
├── Agencia de detectives
├── backup
├── Cluedo.txt
├── Desktop
│ ├── computer.desktop
│ ├── network.desktop
│ ├── trash-can.desktop
│ └── user-home.desktop
├── Documents
├── Downloads
├── examen.txt
├── Investigadores Privados
│ └── InvestigadorPrincipal.txt
├── Music
├── Partidas.txt
├── Pictures
├── Public
├── Templates
└── Videos

11 directories, 8 files

You might also like