互动教程
在浏览器中免费使用在线 Linux 终端。练习 Ubuntu bash 命令,查看虚拟文件系统并完成互动教程。
Beginner10 mins
Linux Terminal Basics & Navigation
Learn how to inspect directories with pwd and ls, navigate file paths with cd, and view file contents using cat.
Start Guided Tutorial→
Beginner15 mins
File & Directory Manipulation
Master creating files with touch and echo, organizing folders with mkdir, copying with cp, and removing items with rm.
Start Guided Tutorial→
Intermediate15 mins
Text Searching & Regex with Grep
Filter logs and search large files using grep flags (-i, -n, -v) and output redirection operators.
Start Guided Tutorial→
Intermediate15 mins
Linux Permissions & Chmod
Understand read, write, execute permissions for user, group, and others using octal modes like 755 and 644.
Start Guided Tutorial→