Categories
Tags
algorithms APIT arm assembly asynchronous base64 Blogging box c clang-format cmake compiler concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db Demo deserialization discrete doc DP Dynamic Example FFI flat_map FP Functional functions futures Fuwari GATs gccrs generics gitignore GUI hacking hashmap haskell heap interop invariant iterator justfile kernel LaTeX LFU linux MachineLearning Markdown math ML OnceLock optimization OS parallels perf physics pin postgresql release RPIT rust science Science serialization shift sin SmallProjects std String surrealdb swisstable synchronous tan traits triangulation utf16 utf8 Video x86_64 xilem zig
312 words
2 minutes
240102_Linux_Commands_001
link
A-Z Linux commands cheatsheet
alias | Create an alias for Linux commands |
awk | Search for a pattern and perform an action |
basename | Remove directory and suffix from filenames |
cal | Show calendar |
cat | Display file content |
chgrp | Change group ownership |
chmod | Change access permissions |
cp | Copy files or directories |
cron | Schedule tasks to run at specified times |
curl | Transfer data from or to a server |
cut | Divide file into various parts |
date | Display the current date and time |
dd | Convert and copy files at data stream level |
df | Display disk space usage |
diff | Display differences between files |
dirname | Display the directory portion |
du | Estimate file space usage |
echo | Display text on terminal screen |
emacs | Powerful and customizable text editor |
expand | Convert tabs to spaces |
file | Determine file type |
find | Search files or directories within a specified path |
findmnt | Display info of mounted filesystems |
fmt | Format paragraph text |
fold | Wrap text to fit a specified width |
free | Check memory usage |
fsck | Check and repair filesystem inconsistencies |
grep | Search file(s) for lines that match a pattern |
groupadd | Create a new security group |
groupdel | Remove a security group |
groupmod | Modify a group |
groups | Display group names of a user |
head | Display the first 10 lines of files |
history | Command history |
hostname | Print or set system name |
id | Print user and group IDs |
jobs | List active jobs |
kill | Kill a process using its PID |
killall | Terminate processes by name |
less | View file content one screen at a time |
ln | Create symbolic links to files |
locate | Find file names quickly |
ls | List directory contents |
lsof | List open files |
mkdir | Create new directories |
mkfs | Create a filesystem on disk |
more | View file content one screen at a time |
nc | Network utility for reading and writing data |
nohup | Run commands immune to hangups |
nslookup | Perform DNS lookups and query DNS servers |
open | Open a file in its default application |
passwd | Change your password |
paste | Merge lines of files |
ping | Test network connectivity |
printf | Format and print data |
ps | Process status |
quota | Display disk usage and limits for users |
read | Read line form standard input |
reboot | Reboot the system |
rename | Rename files |
rm | Remove files |
rsync | Remote file copy |
scp | Secure copy remotely |
screen | Terminal multiplexer |
sed | Stream editor |
seq | Generate sequences of numbers |
sleep | Delay execution |
source | Execute script in the current shell |
stat | Display file status |
tail | Display the last lines of a file |
tar | Archive files |
tee | Redirect output to multiple files |
time | Check program execution time |
timeout | Run command with time limit |
top | Display running processes |
touch | Create empty files |
tr | Translate characters |
type | Describe a command |
ulimit | Limit user resources |
uname | Print system information |
useradd | Create a new user |
userdel | Remove a user |
usermod | Modify a user |
vim | Text editor |
watch | Run command at intervals and show output |
who | Display users currently logged in |
xz | Compress and decompress files |
yes | Repeatedly output a string |
zip | Package and compress files |
240102_Linux_Commands_001
https://younghakim7.github.io/blog/posts/240102_linux_commands_001/