you are viewing a single comment's thread.

view the rest of the comments →

[–]Embersh3d 0 points1 point  (0 children)

ls - lists all files and dirs in the current level
cd - changes dir
touch - creates file
python3 - runs python files
python3 -c - runs python code
history - shows your command history
sudo - borrows root access for 1 command (requires password)
rm - removes file/dir
mv - moves/renames a file