FILE CMD

Beschreibung

INFORMATIQUE Karteikarten am FILE CMD, erstellt von Fen Pin am 25/07/2017.
Fen Pin
Karteikarten von Fen Pin, aktualisiert more than 1 year ago
Fen Pin
Erstellt von Fen Pin vor fast 7 Jahre
4
0

Zusammenfassung der Ressource

Frage Antworten
ls directory listing
ls -al formatted listinf with hidden files
cd dir change directory to dir
cd change to home
pwd show current
mkdir dir create a directory
rm file delete file
rm - r dir delete directory dir
rm -r file force remove file
rm -rf dir remove directory dir
cp file1 file2 copy file 1 to file 2
mv file1 to file2 rename file1 to file2
ln -s file link create symbolic link 'link' to file
touch file create/update file
cat > file place std input into file
more file outpur the contents of the file
less file output the content of the file
head file output first 10 line of the file
tail file output last 10 lines of file
tail -f file output contents of file as it grows
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Manipulate Files
Fen Pin
IB Topic 2 Lesson Terminal Velocity
Jeffrey Piggott
Quantum Mechanics
Christopher Boga
Linux Programming Interface: Chapter 1
Jon Schipp
Chinua Achebe's "How the Tortoise Cracked his Shell"
Carolyne Hess
Freezer connected
thibault raffier
3. Сокеты Беркли. Мультиплексирование.
Sergei Fomin
Command-Line Interface
Skeletor
BASH
Fen Pin
Terminal Commands
Cameron James
5. Процессы. Каналы. Сигналы.
Sergei Fomin