Posts

Showing posts with the label Linux

Linux Command & Basic

Image
17 September 1991-    Linus Torvalds Initial release date:  17 September 1991 Programming languages:  C ,  Assembly language Linux’. The kernel is the core of the system and manages the CPU, memory, and peripheral devices Popular Linux distributions include: LINUX MINT MANJARO DEBIAN UBUNTU ANTERGOS SOLUS FEDORA ELEMENTARY OS OPENSUSE Structure 1.system library for Linux is Glibc (GNU C library). Root Files 1./bin — Essential User Binaries(program) 2. /boot — Static Boot Files( kernel store) 3. /dev — Device Files 4./etc — Configuration Files 5. /home — Home Folders 6. /lib — Essential Shared Libraries 7. /lost+found — Recovered Files 8./media — Removable Media 9. /mnt — Temporary Mount Points 10./opt — Optional Packages 11./srv — Service Data 12./sbin — System Administration Binaries Commands  1.  zip  --command to compress your files 2. pwd  --path of the current working directory 3.CD - Change Directory ...