Top 60 linux commands Flashcards

1
Q

ssh [options…]

A

en: SSH client is used for logging into and for executing commands on a remote machine. It is intended for secure and encrypted communication between two untrusted host over an insecure network.

hu: Az SSH Kliens távoli eszközökhöz enged csatlakozni/bejelentkezni, illetve parancsokat végrehajtani. Biztonságos és kódolt kommunikációt biztosít két nem megbízható host között ,egy nem biztonságos hálózaton keresztül.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ls [OPTION]… [FILE]…

A

en: List information about the files of the current directory by default, or a specific directory if given. List files in an alphabetical order if no options are given.

hu: Kilistázza a jelenlegi könyvtár tartalmát alapértelmezettként, illetve ha meg van adva, egy konkrét könyvtárét. Betűrendben listázza ki a fájlokat, ha nincs opció megadva.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

pwd [OPTION]…

A

en: Print the full filename of the current working directory.

hu: Kiírja a teljes fájlnevét az aktuális könyvtárnak.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

cd [-L|[-P [-e]] [-@]] [dir]

A

en: Change the shell working directory.

hu: Navigáció a könyvtárak között.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

touch [OPTION]… FILE…

A

en: Update the access and modification times of each file to the current time. If file does not exist, it is created empty unless -c or -h supplied.

hu: Módosítja a FILE hozzáférési és módosítási idejét a jelenlegi időre. Ha a FILE nem létezik, üres fájl kerül létrehozásra, kivéve, ha -c vagy -h opciót is megkapja.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

echo [SHORT-OPTION]… [STRING]…
echo LONG-OPTION

A

en: Echo the STRING to standard output.

hu: Megjeleníti a megadott stringet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

nano [options] [[+line[,column]] file]…
nano [options] [[+crCRstring] file]…

A

en: Nano is a small and friendly text editor.

hu: Nano egy kicsi, barátságos szövegszerkesztő.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

vim [options] [file ..]

A

en: Vim is a more advanced text editor with many features.

hu: Vim egy fejlettebb szövegszerkesztő rengeteg funkcióval.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

cat [OPTION]… [FILE]…

A

en: It concatenates FILEs to standard output.

hu: Összefűz és megjelenít FILEokat.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

shred [OPTION]… FILE…

A

en: Overwrite the specified FILEs repeatedly, to make it harder to recover data. Also deletes the file if given the option.

hu. Többszörösen felülírja a FILE tartalmát, hogy nehezebb legyen visszaállítani. Ki is törölhető vele a FILE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

mkdir [OPTION]… DIRECTORY…

A

en: Creates a DIRECTORY if not already exists.

hu: Létrehoz DIRECTORYt/kat, ha még nem létezik/nek.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly