![]() |
Created by Carlo Marmo
almost 10 years ago
|
|
Question | Answer |
ls | list |
cd | change directory |
cd .. | change back directory |
mkdir Example | create new directory named "Example" |
clear | cleans view (gives to you a new frame without erasing anything) |
printf | print something |
mv Example.txt directoryexample | Move the file named "Example.txt" to the directory named "directoryexample" |
cp oldname.c newname.c | copy the content of oldname.c in a newfile named newname.c |
rm example | remove examplefile |
rm -f | remove without asking for confirm: "f" is for "force it" |
rm -r | remove everything in the directory and the directory itself |
rm -rf | rm -r but force it |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.