Most Commonly Used BASH Commands Flashcards
unshar
Unpack shell archive scripts.
kill
Terminate a process.
tail
Output the last part of files.
tee
Read from standard input and write to standard output and files.
file
Determine file type.
od
Dump files in octal and other formats.
fc
Fix command; list or edit and re-execute commands from the history list.
at
Schedule one-time tasks.
last
Show listing of last logged-in users.
lscpu
Provides detailed information about the CPU architecture, useful for understanding resources available for data processing tasks.
ssh-keygen
Used for SSH key generation, essential for securely connecting to remote servers in tasks involving big data or distributed computing.
factor
Display the prime factors of a number.
ftpwho
Show current process information for FTP connections.
telnet
User interface to the TELNET protocol.
awk
A full-fledged scripting language often used as a command-line tool for text/data extraction and reporting.
patch
Apply a diff file to an original.
dd
Convert and copy a file.
mv
Move files or directories.
fold
Wrap each input line to fit in specified width.
passwd
Change user password.
tftp
Trivial File Transfer Protocol client.
curl
Transfer data from or to a server.
scp
Secure copy (remote file copy program).
set
Set shell options.