Top 60 linux commands Flashcards
ssh [options…]
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.
ls [OPTION]… [FILE]…
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.
pwd [OPTION]…
en: Print the full filename of the current working directory.
hu: Kiírja a teljes fájlnevét az aktuális könyvtárnak.
cd [-L|[-P [-e]] [-@]] [dir]
en: Change the shell working directory.
hu: Navigáció a könyvtárak között.
touch [OPTION]… FILE…
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.
echo [SHORT-OPTION]… [STRING]…
echo LONG-OPTION
en: Echo the STRING to standard output.
hu: Megjeleníti a megadott stringet.
nano [options] [[+line[,column]] file]…
nano [options] [[+crCRstring] file]…
en: Nano is a small and friendly text editor.
hu: Nano egy kicsi, barátságos szövegszerkesztő.
vim [options] [file ..]
en: Vim is a more advanced text editor with many features.
hu: Vim egy fejlettebb szövegszerkesztő rengeteg funkcióval.
cat [OPTION]… [FILE]…
en: It concatenates FILEs to standard output.
hu: Összefűz és megjelenít FILEokat.
shred [OPTION]… FILE…
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.
mkdir [OPTION]… DIRECTORY…
en: Creates a DIRECTORY if not already exists.
hu: Létrehoz DIRECTORYt/kat, ha még nem létezik/nek.