Command Input

Popular Commands:

ls - List directory contents
pwd - Print working directory
cd - Change directory
mkdir - Create directory
rm - Remove files or directories
cp - Copy files or directories
mv - Move or rename files
grep - Search for patterns
chmod - Change file permissions
ps - View running processes

Terminal Output

bash -- Linux Practice Playground
user@playground:~$ ls -la
total 24 drwxr-xr-x 3 user user 4096 Jun 1 10:00 . drwxr-xr-x 5 root root 4096 Jun 1 09:30 .. -rw-r--r-- 1 user user 220 Jun 1 09:30 .bash_logout -rw-r--r-- 1 user user 3771 Jun 1 09:30 .bashrc -rw-r--r-- 1 user user 807 Jun 1 09:30 .profile drwxr-xr-x 2 user user 4096 Jun 1 10:00 Documents
user@playground:~$ pwd
/home/user
user@playground:~$ echo "Hello, Linux!"
Hello, Linux!
user@playground:~$ date
Thu Jun 1 10:05:23 UTC 2023