Mudancas Recentes - Buscar:

Principal

 Objetivos  
 Ementa  
 Livros 

OAC

LOAC

Professores:

  JOSEANA
  ELMAR

CONTATO

CRÉDITOS

editar



OAC /

Linux

copiado de http://www.dummies.com/how-to/content/linux-for-dummies-cheat-sheet.html

Common Linux Commands

Open-source Linux is a popular alternative to Microsoft Windows, and if you choose to use this low-cost or free operating system, you need to know some basic Linux commands to make your system smoothly. The most common Linux commands are shown in this table.

CommandDescription
cat [filename]Display file’s contents to the standard output device (usually your monitor).
cd /directorypathChange to directory.
cp [options] source destinationCopy files and directories.
date [options]Display or set the system date and time.
grep [options] pattern [filesname]Search files or output for a particular pattern.
ls [options]List directory contents.
man [command]Display the help information for the specified command.
mkdir [options] directoryCreate a new directory.
mv [options] source destinationRename or move file(s) or directories.
more [filename]Display file’s contents page by page to the standard output device (usually your monitor).
passwd [name [password]]Change the password
rm [options] directoryRemove (delete) file(s) and/or directories.
rmdir [options] directoryDelete empty directories.
© 2008 Profs. Elmar Melcher e Joseana Fechine. Monitores: Sergio Espinola e Fabricio Lelis - DSC/UFCG
Modificada em December 12, 2013, at 06:07 PM