Linux Tutorials on the topic “shell”
-
Linux id Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1 • Updated: Feb 22, 2020If you are new to system administration in Linux, you will gradually learn that user management is an important aspect of your work. The Linux command line offers several command-line utilities for this purpose, and one of them is the id command.
-
How to Manage Linux File Capabilities
Author: Karl Wakim • Tags: linux, shell • Comments: 0 • Published: Oct 23, 2019Capabilities essentially divide the power of the root user into separate privileges, which improves security by limiting the access an attacker would gain by exploiting or abusing a service. This guide will introduce some commonly used capabilities and demonstrate how they can be viewed and modified.
-
How to search files from the Terminal on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, shell, suse, ubuntu • Comments: 8 • Updated: Oct 08, 2019While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that, which leads to unneeded frustration. Here is a quick guide that will hopefully help you locate what you're looking for in your system.
-
-
Linux chage Command Tutorial for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Sep 10, 2019Linux command line offers several tools for user management (some of which we've already discussed). One such utility is chage, which lets you tweak password expiry information.
-
Linux xxd Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Sep 05, 2019Need a hex dump for a text file? Looking for a command line utility that can do this? Well, you are in luck, as there exists a command dubbed xxd that can do this for you.
-
Linux exit Command Explained for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1 • Updated: Sep 04, 2019If you are a Linux newbie, and your work involves doing stuff through the command line, then it goes without saying that you must be spending a lot of time on the terminal window. As you'd likely agree, there are some commands that we tend to use very frequently, like ls, cp, and rm. However, there are some others that are comparatively less used. In this tutorial, we will discuss one such, less frequently used command: Exit.
-
Linux dd Command Explained for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 5 • Updated: Sep 03, 2019Sometimes, while working on the command line in Linux, you may need to perform a copy operation in a way that the data/text gets formatted before it's written to the destination. In this tutorial, we will discuss how the dd tool works using some easy to understand examples.
-
Linux killall Command for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1 • Updated: Aug 29, 2019We've already discussed the kill command that you can use in case you want to terminate processes in Linux. However, there exists another command line utility that you can use for the same purpose: killall.
-
How to Protect Zip file with Password on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: desktop, linux, shell, ubuntu • Comments: 3 • Published: Aug 22, 2019Protect your compressed zip file with password on Linux is pretty easy. In this tutorial, we will show you how to protect zip file with a password using the command line and GUI on Ubuntu 18.04.
-
Linux rename Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3 • Published: Aug 13, 2019If you work with files on the command line in Linux, renaming files is one of the most frequent tasks you may find yourself involved in. We've already discussed the mv command that lets you do this. And here, in this tutorial, we will discuss another such tool, dubbed rename.