1/26
A set of flashcards summarizing key Linux commands and their functions.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
ls
List files and directories.
pwd
Show current directory path.
mv
Move or rename files.
cp
Copy files and directories.
rm
Delete files or directories.
chmod
Change file permissions.
chown
Change file ownership.
grep
Search text in files.
find
Search for files.
fsck
Check and repair filesystem.
mount
Mount a filesystem.
su
Switch user.
sudo
Run command as admin.
apt
Manage packages in Debian.
dnf
Manage packages in RedHat.
ip
Show/manage network settings.
ping
Test connectivity.
curl
Transfer data from URLs.
dig
DNS lookup tool.
traceroute
Show network path.
man
Show manual pages.
cat
Display file contents.
top
Show real-time processes.
ps
Show processes.
du
Show disk usage.
df
Show disk space.
nano
Simple text editor.