DEV Community

Kentrell Shillow
Kentrell Shillow

Posted on

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 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

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay