Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Linux presentation 2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tóth Miklós Tibor
Linux presentation 2020
Commits
83905364
Commit
83905364
authored
4 years ago
by
Fodor Patrik
Browse files
Options
Downloads
Patches
Plain Diff
második videó vázlat 2.0.3
parent
97bde1ae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6873
passed
4 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
második videó.md
+34
-16
34 additions, 16 deletions
második videó.md
with
34 additions
and
16 deletions
második videó.md
+
34
−
16
View file @
83905364
...
@@ -46,12 +46,6 @@ Ez azt jelenti, hogy a felhasználó fájljai, a rendszer könyvtárkatalógusai
...
@@ -46,12 +46,6 @@ Ez azt jelenti, hogy a felhasználó fájljai, a rendszer könyvtárkatalógusai
és a rendszerhez csatlakoztatott hardver eszközök, mint fájlok
és a rendszerhez csatlakoztatott hardver eszközök, mint fájlok
egységesen kezelhetőek.
egységesen kezelhetőek.
Its derivatives that a wide range of input/output
resources such as documents, directories, hard-drives, modems,
keyboards, printers and even some inter-process and
network communications are simple streams of bytes exposed
through the filesystem.
The advantage of this approach is that the same set of tools,
The advantage of this approach is that the same set of tools,
utilities and APIs can be used on a wide range of resources.
utilities and APIs can be used on a wide range of resources.
There are a number of file types. When a file is opened,
There are a number of file types. When a file is opened,
...
@@ -95,13 +89,33 @@ hogy milyen jelszót szeretnénk az új felhasználónak, valamint az
...
@@ -95,13 +89,33 @@ hogy milyen jelszót szeretnénk az új felhasználónak, valamint az
egyébb adatait (teljes név, telefonszám...stb.), de ezek közül nem mind kötelező.
egyébb adatait (teljes név, telefonszám...stb.), de ezek közül nem mind kötelező.
A parancs automatikusan létrehoz egy user mappát a /home-ban, de ha máshol
A parancs automatikusan létrehoz egy user mappát a /home-ban, de ha máshol
szeretnénk, hogy legyen ez a mappa, az is megadható az adduser egy kapcsolójával.
szeretnénk, hogy legyen ez a mappa, az is megadható az
`adduser --home <Mappa elérési útja> <userName>`
kapcsolójával.
`sudo adduser`
```
patrik@ubuntu:~$ sudo adduser mike
[sudo] password for patrik:
Adding user `mike' ...
Adding new group `mike' (1001) ...
Adding new user `mike' (1001) with group `mike' ...
Creating home directory `/home/mike' ...
Copying files from `/etc/skel' ...
New password:
Retype new password:
passwd: password updated successfully
Changing the user information for mike
Enter the new value, or press ENTER for the default
Full Name []: Mike Toth
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] Y
patrik@ubuntu:~$
```
#### Törlés
#### Törlés
`sudo userdel <userName>`
`sudo userdel <userName>`
#### Jelszó megváltoztatása
#### Jelszó megváltoztatása
`sudo passwd <userName>`
`sudo passwd <userName>`
...
@@ -164,19 +178,23 @@ szolgáltatások, démonok, konfigfájlok
...
@@ -164,19 +178,23 @@ szolgáltatások, démonok, konfigfájlok
Megjegyzés: a
`.service`
-t nem kötelező kiírni
Megjegyzés: a
`.service`
-t nem kötelező kiírni
`systemctl`
Vannak olyan programok, amit szeretnénk, a rendszerrel együtt indítani,
a rendszerrel együtt szabályosan leállítani, valamint
igény szerint kézzel indítani, leállítani, újraindítani.
`systemctl`
the central management tool for controlling the init system
`systemctl status <service_neve.service>`
`systemctl status <service_neve.service>`
Szolgáltatás indítása
`systemctl start <service_neve.service>`
`systemctl start <service_neve.service>`
Szolgáltatás leállítása
`systemctl stop <service_neve.service>`
`systemctl stop <service_neve.service>`
Szolgáltatás újraindítása
`systemctl restart <service_neve.service>`
`systemctl restart <service_neve.service>`
Szolgáltatás státusza
`systemctl enable <service_neve.service>`
`systemctl enable <service_neve.service>`
Indítás a rendszerrel
`systemctl disable <service_neve.service>`
`systemctl disable <service_neve.service>`
Ne induljon a rendszerrel
`journalctl`
`journalctl`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment