A To Z Linux Command - New
A To Z Linux Command - New
Rosetta, 2021
A to Z Linux Command
Bash (Bourne Again SHell) is a Unix shell and command language written by Brian Fox released in 1989. Bash
command processor that typically runs in a text window, where the user types commands that cause actions.
Bash can also read commands from a file, called a script. It has been distributed widely as the shell for the GNU
operating system and as a default shell on Linux and OS X. Also recently Microsoft announced during the 2016
Build Conference that Windows 10 has added a Linux subsystem that fully supports Bash and other Ubuntu
binaries running natively in Windows.
Features of Bash
Like the other GNU projects, the bash initiative was started to preserve, protect and promote
the freedom to use, study, copy, modify and redistribute software. It is generally known that
such conditions stimulate creativity. This was also the case with the bash program, which has
a lot of extra features that other shells can’t offer.
Input/output redirection
Wildcard characters (meta characters) for filename abbreviation
Shell variables for customizing your environment
Powerful programming capabilities
Command-line editing (using vi- or Emacs-style editing commands)
Access to previous commands (command history)
Integer arithmetic
Arithmetic expressions
Command name abbreviation (aliasing)
Job control
Integrated programming features
Control structures
Directory stacking (using pushd and popd)
Brace/tilde expansion
Key bindings
In this article we are going to list A-Z Bash command line for Linux. I think the below bash
command line table will be helpful in your Linux Learning.
C
cal Display a calendar
case Conditionally perform a command
cat Concatenate and print (display) the content of files
cd Change Directory
cfdisk Partition table manipulator for Linux
chgrp Change group ownership
chmod Change access permissions
chown Change file owner and group
chroot Run a command with a different root directory
chkconfig System services (runlevel)
cksum Print CRC checksum and byte counts
clear Clear terminal screen
cmp Compare two files
comm Compare two sorted files line by line
command Run a command – ignoring shell functions
continue Resume the next iteration of a loop
cp Copy one or more files to another location
cron Daemon to execute scheduled commands
crontab Schedule a command to run at a later time
csplit Split a file into context-determined pieces
curl Transfer data from or to a server
cut Divide a file into several parts
D
date Display or change the date & time
dc Desk Calculator
dd Convert and copy a file, write disk headers, boot records
ddrescue Data recovery tool
declare Declare variables and give them attributes
df Display free disk space
diff Display the differences between two files
diff3 Show differences among three files
dig DNS lookup
dir Briefly list directory contents
dircolors Colour setup for `ls’
dirname Convert a full pathname to just a path
dirs Display list of remembered directories
dmesg Print kernel & driver messages
du Estimate file space usage
E
echo Display message on screen
egrep Search file(s) for lines that match an extended expression
eject Eject removable media
enable Enable and disable builtin shell commands
env Environment variables
Kali Linux is preinstalled with over 600 penetration-testing programs, including nmap (a port
scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng
(a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP (both
web application security scanners). Kali Linux can run natively when installed on a
computer’s hard disk, can be booted from a live CD or live USB, or it can run within a virtual
machine. It is a supported platform of the Metasploit Project’s Metasploit Framework, a tool
for developing and executing security exploits.
Here below we are listing A-Z Kali Linux commands which will help you to ease of flow in
work.