Online Linux Terminal Logo
OnlineLinuxTerminal

Commandes

Utilisez un terminal Linux gratuit directement dans votre navigateur. Pratiquez les commandes bash Ubuntu, inspectez des systèmes de fichiers et suivez des cours.

lsNavigation

List directory contents with details and hidden files.

View Manual & Try Live
cdNavigation

Change current working directory.

View Manual & Try Live
pwdNavigation

Print name of current working directory.

View Manual & Try Live
treeNavigation

Display directory structure in a tree-like diagram.

View Manual & Try Live
catFile Operations

Concatenate and print file contents to terminal.

View Manual & Try Live
touchFile Operations

Create empty files or update timestamps.

View Manual & Try Live
mkdirFile Operations

Create new directory folders.

View Manual & Try Live
rmFile Operations

Remove files or directories recursively.

View Manual & Try Live
cpFile Operations

Copy files or directories to new paths.

View Manual & Try Live
mvFile Operations

Move or rename files and directories.

View Manual & Try Live
grepText Processing

Search text files using matching regular expressions.

View Manual & Try Live
sedText Processing

Stream editor for filtering and transforming text.

View Manual & Try Live
awkText Processing

Pattern scanning and column processing language.

View Manual & Try Live
headText Processing

Output the first part of files.

View Manual & Try Live
tailText Processing

Output the last part of files.

View Manual & Try Live
wcText Processing

Print line, word, and byte counts for files.

View Manual & Try Live
echoText Processing

Print text or redirect content to files.

View Manual & Try Live
chmodPermissions

Change file mode bits and access permissions.

View Manual & Try Live
chownPermissions

Change file owner and group attributes.

View Manual & Try Live
nanoEditors

Launch simple text editor modal.

View Manual & Try Live
vimEditors

Launch vi/vim text editor modal.

View Manual & Try Live
curlNetworking

Transfer data from or to a server URL.

View Manual & Try Live
tarArchives

Store and extract file archives in VFS.

View Manual & Try Live
gzipArchives

Compress or expand files in Virtual File System.

View Manual & Try Live
topSystem

Display simulated real-time Linux processes.

View Manual & Try Live
python3System

Interactive Python 3 interpreter REPL.

View Manual & Try Live
aptPackages

Simulated package manager to install utilities.

View Manual & Try Live
whoamiSystem

Print effective user ID name.

View Manual & Try Live
dateSystem

Display current system date and time.

View Manual & Try Live
unameSystem

Print system information and kernel architecture.

View Manual & Try Live
historySystem

Display list of executed terminal commands.

View Manual & Try Live