CompTIA Linux+ XK0-005 All CLI Tools Flashcards
Acronym | Definition |
---|---|
sed | Stream editor for filtering and transforming text. |
awk | Pattern scanning and processing language. |
printf | Format and print data. |
nano | Easy to use command line text editor. |
vi / vim | Text editors with vim being an improved version of vi. |
gzip | Tool for file compression. |
bzip2 | File compression utility. |
zip | Package and compress (archive) files. |
tar | Archive tool commonly used to group files into a single file. |
xz | Compress or decompress files using high compression. |
cpio | Copy files to and from archives. |
dd | Convert and copy a file. |
stat | Display file or file system status. |
file | Determine file type. |
rsync | Utility for efficient file transfer and synchronization. |
scp | Secure copy (remote file copy program). |
nc (netcat) | Networking utility for reading/writing from/to network connections. |
mv | Move or rename files or directories. |
cp | Copy files and directories. |
mkdir | Create directories. |
rmdir | Remove directories. |
ls | List directory contents. |
pwd | Print working directory. |
rm | Remove files or directories. |
cd | Change directory. |
tree | Display a tree representation of directory structure. |
cat | Concatenate files and print on the standard output. |
touch | Change file timestamps. |
fdisk | Manipulate disk partition table. |
parted | Partition manipulation program. |
partprobe | Inform the kernel about partition table changes. |
mount | Mount a file system. |
df | Display free disk space. |
du | Disk usage - estimate file space usage. |
lvcreate / lvchange / lvextend | LVM commands for managing logical volumes. |
pvcreate / vgcreate / vgextend | Commands for creating/extending physical volumes and volume groups in LVM. |
mdadm | Manage MD (multi-disk) devices for RAID. |
lsscsi | List SCSI devices. |
lsblk | List block devices. |
blkid | Locate or print block device attributes. |
systemctl | System and service manager. |
nmcli | Network Manager command line tool. |
ifconfig | Configure or display network interface parameters. |
hostname | Show or set the system's host name. |
route | Show/manipulate the IP routing table. |
nsswitch | Service for configuring the handling of name service requests. |
dig / nslookup / host | DNS lookup utilities. |
WHOIS | Query and response protocol for querying databases storing registered users or assignees of an Internet resource. |
tcpdump | Dump traffic on a network. |
wireshark / tshark | Network protocol analyzers. |
netstat | Network statistics utility. |
traceroute | Trace the route to a network host. |
ping | Send ICMP ECHO_REQUEST packets to network hosts. |
mtr | Network diagnostic tool. |
SSH | Secure Shell a protocol for secure remote login and other secure network services. |
cURL / wget | Data transfer tools supporting various protocols. |
SCP | Secure Copy Protocol for securely transferring files. |
echo | Display a line of text. |
source | Read and execute commands from a file. |
grep / egrep | Print lines matching a pattern. |
tee | Read from standard input and write to standard output and files. |
wc | Print newline word and byte counts for files. |
cut | Remove sections from each line of files. |
tr | Translate or delete characters. |
head / tail | Output the first/last part of files. |
find | Search for files in a directory hierarchy. |
xargs | Build and execute command lines from standard input. |
Front
pvcreate / vgcreate / vgextend
Click the card to flip
Back
Commands for creating/extending physical volumes and volume groups in LVM.
Front
file
Back
Determine file type.
Front
mdadm
Back
Manage MD (multi-disk) devices for RAID.
Front
xargs
Back
Build and execute command lines from standard input.
Front
bzip2
Back
File compression utility.
Front
SCP
Back
Secure Copy Protocol for securely transferring files.
Front
SSH
Back
Secure Shell a protocol for secure remote login and other secure network services.
Front
source
Back
Read and execute commands from a file.
Front
ls
Back
List directory contents.
Front
dd
Back
Convert and copy a file.
Front
ping
Back
Send ICMP ECHO_REQUEST packets to network hosts.
Front
cURL / wget
Back
Data transfer tools supporting various protocols.
Front
mv
Back
Move or rename files or directories.
Front
scp
Back
Secure copy (remote file copy program).
Front
rm
Back
Remove files or directories.
Front
nsswitch
Back
Service for configuring the handling of name service requests.
Front
vi / vim
Back
Text editors with vim being an improved version of vi.
Front
xz
Back
Compress or decompress files using high compression.
Front
cp
Back
Copy files and directories.
Front
lsscsi
Back
List SCSI devices.
Front
parted
Back
Partition manipulation program.
Front
mount
Back
Mount a file system.
Front
mtr
Back
Network diagnostic tool.
Front
nc (netcat)
Back
Networking utility for reading/writing from/to network connections.
Front
lvcreate / lvchange / lvextend
Back
LVM commands for managing logical volumes.
Front
nmcli
Back
Network Manager command line tool.
Front
route
Back
Show/manipulate the IP routing table.
Front
grep / egrep
Back
Print lines matching a pattern.
Front
du
Back
Disk usage - estimate file space usage.
Front
blkid
Back
Locate or print block device attributes.
Front
systemctl
Back
System and service manager.
Front
touch
Back
Change file timestamps.
Front
ifconfig
Back
Configure or display network interface parameters.
Front
wireshark / tshark
Back
Network protocol analyzers.
Front
tar
Back
Archive tool commonly used to group files into a single file.
Front
cpio
Back
Copy files to and from archives.
Front
sed
Back
Stream editor for filtering and transforming text.
Front
partprobe
Back
Inform the kernel about partition table changes.
Front
traceroute
Back
Trace the route to a network host.
Front
fdisk
Back
Manipulate disk partition table.
Front
wc
Back
Print newline word and byte counts for files.
Front
hostname
Back
Show or set the system's host name.
Front
printf
Back
Format and print data.
Front
tcpdump
Back
Dump traffic on a network.
Front
mkdir
Back
Create directories.
Front
tr
Back
Translate or delete characters.
Front
head / tail
Back
Output the first/last part of files.
Front
tree
Back
Display a tree representation of directory structure.
Front
cat
Back
Concatenate files and print on the standard output.
Front
pwd
Back
Print working directory.
Front
echo
Back
Display a line of text.
Front
WHOIS
Back
Query and response protocol for querying databases storing registered users or assignees of an Internet resource.
Front
lsblk
Back
List block devices.
Front
awk
Back
Pattern scanning and processing language.
Front
tee
Back
Read from standard input and write to standard output and files.
Front
cd
Back
Change directory.
Front
cut
Back
Remove sections from each line of files.
Front
rsync
Back
Utility for efficient file transfer and synchronization.
Front
rmdir
Back
Remove directories.
Front
find
Back
Search for files in a directory hierarchy.
Front
nano
Back
Easy to use command line text editor.
Front
df
Back
Display free disk space.
Front
dig / nslookup / host
Back
DNS lookup utilities.
Front
stat
Back
Display file or file system status.
Front
netstat
Back
Network statistics utility.
Front
zip
Back
Package and compress (archive) files.
Front
gzip
Back
Tool for file compression.
1/67