What is Bash Redirection and how to work with Redirection in Bash with example commands.
Tag:
BASH
-
- VimFAQLinuxLinux AdministrationLinux BasicsLinux Tips & TricksText editorsTips and TricksTrouble shootingUnix/Linux BeginnersVim Tips
How To Comment Out Multiple Lines At Once In Vim Editor
By skBy sk 49,012 viewsThis brief guide explains five different ways to comment out multiple lines at once in Vim editor in Linux and Unix operating systems.
- Linux CommandsCommand line utilitiesFAQLinuxLinux AdministrationLinux BasicsLinux DistributionsLinux Tips & TricksTips and TricksUnixUnix/Linux Beginners
Copy A File To Multiple Directories From Command Line On Linux
By skBy sk 4,859 viewsThis guide explains how to copy a file to multiple directories from command line using find, cp, echo, xargs and tee commands on Linux.
- Linux Tips & TricksBash TipsFAQLinuxLinux BasicsLinux CommandsUnix/Linux Beginners
How To Add A Directory To PATH In Linux
By skBy sk 7,645 viewsGenerally, the location of the executable file to launch an installed program will be…
- Secure Shell (SSH)LinuxLinux AdministrationLinux BasicsLinux CommandsLinux DistributionsLinux Tips & TricksSecurityTips and TricksUnix/Linux Beginners
How To Allow Or Deny SSH Access To A Particular User Or Group In Linux
By skBy sk 208,129 viewsThis brief guide will walk you though the steps to allow or deny SSH…
- BASHBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
How To Enable Timestamp In Bash History In Linux
By skBy sk 18,732 viewsYou can easily find the list of recently executed commands in Linux using history…
- Bash TipsBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
A Bash Function To Extract File Archives Of Various Types
By skBy sk 6,260 viewsThere are so many applications available to extract various types of archive files. Remembering…
-
-
- Linux AdministrationCommand line utilitiesFAQKVMLinuxLinux BasicsLinux CommandsLinux Tips & TricksOracle VirtualBoxQEMUTips and TricksTrouble shootingUtilitiesVirtualization
How To Check If A Linux System Is Physical Or Virtual Machine
By skBy sk 85,952 viewsLearn how to check if a Linux system is physical or virtual machine.