Categories
Tags
algorithms APIT Arc arm assembly asynchronous base64 BitHacks Blogging box c clang-format client cmake compiler concat concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP dtruss Dynamic Example FFI flat_map format FP fsanitize Functional functions futures Fuwari GATs gccrs generics gitignore glibc GUI hacking hashmap haskell heap interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS Markdown math ML mmap nc OnceLock optimization OS panic parallels perf physics pin postgresql radare2 release reverse RPIT rust sanitizer science Science serialization server shift sin SmallProjects socket std strace String StringView strip strlen surrealdb SWAR swisstable synchronous tan toml traits triangulation UnsafeRust utf16 utf8 Video wsl 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/