FILE CMD

Descrição

INFORMATIQUE FlashCards sobre FILE CMD, criado por Fen Pin em 25-07-2017.
Fen Pin
FlashCards por Fen Pin, atualizado more than 1 year ago
Fen Pin
Criado por Fen Pin quase 7 anos atrás
4
0

Resumo de Recurso

Questão Responda
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

Semelhante

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