Categories
Tags
3d algorithms alignment analyze APIT Arc Architecture arm ascii assembly asynchronous base64 BitHacks Blogging box c c23 clang clang-format client clippy cmake compiler Computer concat concurrency const_fn constexpr contravariant cos covariant cpp cpu crate CS Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP drawio dtruss Dynamic emulator example Example FFI flamegraph flat_map fold format FP fsanitize Functional FunctionalProgramming functions futures Fuwari game GATs gcc gccrs generics gitignore glibc GUI hacking hashmap haskell heap hyperfine Imperative interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS map Markdown math ML mmap mod nc OnceLock optimization OS ownership panic parallels perf physics pin postgresql product profiling pub radare2 rayon release reverse RPIT rust sanitizer Science science serialization server shift sin size SmallProjects socket std strace String StringView strip strlen struct sum super surrealdb SWAR swisstable synchronous tan thread time toml tracing traits triangulation uint32_t UnsafeRust utf16 utf8 Video vulkan 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/