Linux OS & Basic Commands

Features of the Linux Operating System

Multiprogramming
Time-sharing
Multitasking
Virtual Memory
Shared Libraries
POSIX(Portable Operating System for the UNIX environment)- Compliance
Samba
Cron Scheduler
Network Information Service(NIS)
Data Archiva…


This content originally appeared on DEV Community and was authored by Kentrell Shillow

Features of the Linux Operating System

  • Multiprogramming
  • Time-sharing
  • Multitasking
  • Virtual Memory
  • Shared Libraries
  • POSIX(Portable Operating System for the UNIX environment)- Compliance
  • Samba
  • Cron Scheduler
  • Network Information Service(NIS)
  • Data Archival Utilities
  • Web Server
  • Office suite
  • Licensing

Linux Architecture
Three main software components

  • Kernel
  • Shell
  • Linux Utilities and Application Program

Basic Commands in Linux

  • To navigate to a new directory, the present working directory or print working directory(pwd) Example: Image description

Forgotten whether youre logged in as root or another user, you can use the (whoami) command.

Image description

Navigating the Linux Filesystem

  • Changing Directories from the terminal with the command>>(cd)change directories
    Example: how to change to the /etc directory used to store configuration files.
    Example:
    Image description

  • To see the contents of a directory, you can use the ls (list) command. The command lists both the files and directories contained in the directory.

  • For more information about the files and directories you can the -l switch after ls command.
    Example:
    Image description

Every command, application, or utility has a dedicated help file in Linux.
Example if I needed help using wireless cracking tool, aircrack-ng.
Simply type command>>aircrack-ng --help

Image description


This content originally appeared on DEV Community and was authored by Kentrell Shillow


Print Share Comment Cite Upload Translate Updates
APA

Kentrell Shillow | Sciencx (2024-07-20T23:17:13+00:00) Linux OS & Basic Commands. Retrieved from https://www.scien.cx/2024/07/20/linux-os-basic-commands/

MLA
" » Linux OS & Basic Commands." Kentrell Shillow | Sciencx - Saturday July 20, 2024, https://www.scien.cx/2024/07/20/linux-os-basic-commands/
HARVARD
Kentrell Shillow | Sciencx Saturday July 20, 2024 » Linux OS & Basic Commands., viewed ,<https://www.scien.cx/2024/07/20/linux-os-basic-commands/>
VANCOUVER
Kentrell Shillow | Sciencx - » Linux OS & Basic Commands. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/20/linux-os-basic-commands/
CHICAGO
" » Linux OS & Basic Commands." Kentrell Shillow | Sciencx - Accessed . https://www.scien.cx/2024/07/20/linux-os-basic-commands/
IEEE
" » Linux OS & Basic Commands." Kentrell Shillow | Sciencx [Online]. Available: https://www.scien.cx/2024/07/20/linux-os-basic-commands/. [Accessed: ]
rf:citation
» Linux OS & Basic Commands | Kentrell Shillow | Sciencx | https://www.scien.cx/2024/07/20/linux-os-basic-commands/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.