Linux Tutorials on the topic “shell”
-
Linux mktemp Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4Creating temporary files or directories is a common task that many Linux command line users do. But there's a dedicated command line tool - dubbed mktemp - that lets you do this.
-
How to install the web-based Guacamole Remote Desktop Client on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 14Apache Guacamole is a free, open-source and web-based remote desktop application that allows you to access your desktop machines through a web browser. In this tutorial, we will show how to install Apache Guacamole remote desktop gateway on Ubuntu 18.04 LTS server.
-
Linux tcpdump Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Everytime you open a webpage on your computer, data packets are sent and received on your network interface. Sometimes, analyzing these packets becomes important for many reasons. Thankfully, Linux offers a command line utility that dumps information related to these data packets in output.
-
-
Linux shred Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1This tutorial shows how to delete data safely on Linux by using the shred command. All examples in this article have been tested on an Ubuntu and Debian, but they should work on any other Linux distribution as well.
-
Linux vdir Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Listing contents of a directory is one of the most basic tasks that users (both pro and noobs) find themselves involved in. The ls command is hands down the most popular tool used for this purpose. There are some alternatives. For example, there's a utility called vdir, basics of which we'll be discussing here.
-
Linux whatis Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Man pages are one of the most useful resources when it comes to understanding command line utilities. A man page, however, contains a lot of details about the command. IIf you are looking for a short help text, the command whatis becomes handy.
-
Linux pkill Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2In Linux, if you need to kill a process (for whatever reason) through the command line, you can use the kill command, which requires you to pass as input the ID of the process you're trying to terminate. But did you know that there also exists a way to kill processes without specifying their PIDs?
-
What is umask in Linux?
Author: Nitesh Bhavsar • Tags: linux, shell • Comments: 3UMASK in Linux or Unix systems is known as User Mask or it is also called as User file creation Mask. This is a base permission or default permission when a new file or folder is created in the Linux machine.
-
Linux tr Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Depending on the kind of work you do on the command line in Linux, you may want a utility that can act as a Swiss army knife for quick text editing. Gladly, there exists a tool dubbed tr, which qualifies for this role.
-
Download Files with Wget on the Linux Shell - Explanation and Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Are you a Linux newbie? Are you looking for a command line tool that can help you download files from the Web? If your answer to both these questions is yes, then you've come to the right place, as in this tutorial, we will discuss the basic usage of the WGET command line utility.