Linux Tutorials on the topic “shell”
-
Linux OD Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jun 15, 2024There may be times when while working on the Linux command line, you might want to display/convert content in a file in/to a form other than its original form, like decimal or octal. Gladly, there's an inbuilt command line tool that you can use in situations like these.
-
Linux readlink and realpath Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1 • Updated: Jun 06, 2024In this tutorial, we will discuss the basics of realpath and readlink commands that are similar (if not same) in the sense that they display resolved symbolic links in output.
-
Linux awk Command
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Published: May 24, 2024Among the numerous text processing tools available on the Linux shell, awk stands out for its power and versatility. Originally developed in the 1970s by Aho, Weinberger, and Kernighan, awk is more than just a command - it's a complete programming language designed for processing and analyzing text files.
-
-
How to Setup Jail with Iocage on FreeBSD
Author: Muhammad Arul • Tags: freebsd, linux, server, shell • Comments: 0 • Published: Apr 27, 2024Iocage is a FreeBSD jail manager written in python. It's simple and comes with an ease command syntax. The Iocage jail manager is dedicated for ZFS dataset inside jails and allows you to create jail based on the 'VNET' virtual networking stacks and/or the 'Shared IP' based jail. Withing the Iocage, you can create the jail template, base jail, and normal jail.
-
Linux Commands - Overview and Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 13 • Updated: Mar 04, 2024The command line is one of the most powerful features of Linux. There exists a sea of Linux command line tools, allowing you to do almost everything you can think of doing on your Linux PC. However, this usually creates a problem: with so many commands available to use, you don't know where and how to start learning them, especially when you are beginner.
-
The Linux read Command
Author: howtoforge • Tags: linux, shell • Comments: 0 • Published: Jan 19, 2024The read command in Bash reads a line from the standard input and splits it into fields.
-
How to View Running Processes on Linux
Author: Korbin Brown • Tags: desktop, server, shell • Comments: 1 • Updated: Jul 21, 2023There are several Linux tools we can use to identify all of the processes on our system, and that's what we'll be covering in this guide.
-
Linux bzcmp, bzdiff, bzmore, bzless, and bzgrep Commands Explained with Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jul 07, 2023While the bzip2 command line utility can be used to compress files, there are many other tools that let you perform basic tasks - like comparing such files - without the need to uncompress them. Here, in this tutorial, we will discuss the basics of bzcmp, bzdiff, bzmore, bzless, and bzgrep commands using some easy to understand examples.
-
Linux Head Command Explained for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0In this article, we will discuss the basics of the head command using some easy to understand examples. Sometimes, while working on the command line in Linux, you might want to take a quick look at a few initial lines of a file. For example, if a log file is continuously being updated, the requirement could be to view, say, first 10 lines of the log file every time.
-
How to Manage Packages with APT on Ubuntu
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 0APT also known as Advanced Packaging Tool is the command-line tool for managing packages in Debian-based distributions like Debian and Ubuntu. In this tutorial, we will explain how to manage packages using APT command line tool on Ubuntu.