Sei sulla pagina 1di 12

Casa Sobre poltica de privacidad Anuncio convertidor para blogger Suscribir

Wordpress Wordpress Blogger Blogger Ubuntu Ubuntu Make money online Ganar dinero en Internet Thesis Theme Tema de tesis Windows Ventanas Video tutorial Video tutorial

8 Basic Ubuntu command tutorial for beginners 8 Basic Ubuntu tutorial de comandos para principiantes
by sachit on February 3, 2011 por sachit el 03 de febrero 2011 in Linux , Ubuntu en Linux , Ubuntu

Share Compartir 0diggsdigg

T oday's Linux system are not like old Unix environment where you have use command line to operate the system. H oy es Linux el sistema no son como los entornos Unix de edad en la que se utilice el comando de lnea para operar el sistema. The GUI(graphical user interface) makes a job lot easier for the beginner Linux user who can just run every application with the movement of mouse. La GUI (interfaz grfica de usuario) tiene mucho trabajo ms fcil para el principiante de usuarios de Linux que slo se pueden ejecutar todas las aplicaciones con el movimiento del ratn. But if you really want to learn Linux perfectly you must learn to use terminal. Pero si realmente quieres aprender Linux perfectamente que usted debe aprender a usar la terminal. Terminal is the command prompt like in the windows machine which can do everything that you can do with graphical user interface. Terminal es el smbolo del sistema como en la ventana de la mquina que se puede hacer todo lo que puedes hacer con una interfaz grfica de usuario. Every things you do in GUI are operated in command which you don't feel and know. Todo lo que haces en la interfaz grfica de usuario se operan en el orden que usted no se siente y sabe. Its hard to remember all command. Es difcil recordar todos los comandos. If you can't remember its fine. Si usted no puede recordar su multa. You can try and gradually you start remembering Therefore first you must understand the concept. Usted puede probar y poco a poco de comenzar recordando lo tanto primero hay que entender el concepto. Linux terminal is the way to interact with the overall Linux system that is underneath the Graphical environment. Linux terminal es la forma de interactuar con el sistema general de Linux que se encuentra debajo del entorno grfico. How to access Terminal Cmo acceder a la Terminal Terminal will be under Applications menu -> Accessories -> Terminal Or you can access it with shortcut key ctrl+alt+T Terminal estar en el men Aplicaciones -> Accesorios -> Terminal O bien, puede acceder a ella con tecla de acceso directo Ctrl + Alt + T To access the Home Folder which you can find under places in the first place in Graphical User Interface: Para acceder a la carpeta principal que se puede encontrar en los lugares en el primer lugar en la interfaz grfica de usuario: Type the ls which will bring up the files or folders in home folder as: Escriba el ls que le mostrar los archivos o carpetas en la carpeta de inicio como:

Here the home folder is accessed through terminal using the command ls which is the same as you open the home folder from Places . Aqu, la carpeta de inicio se accede a travs del terminal usando el comando ls, que es lo mismo que abrir la carpeta de inicio de lugares. You can see the different colour combination. Se puede ver la combinacin de colores diferentes. The blue colour folders represents the directory and the plain white represent a normal file . Las carpetas de color azul representa el directorio y la llanura blanca representa un archivo normal. There also can be another colour defining the respective characteristic of the folder. Tambin puede haber otro color que define las caractersticas respectivas de la carpeta. The first information that you see in the command line is your username which is sachit in my case and @ ubuntu is the name of the computer. La primera informacin que se ve en la lnea de comandos es su nombre de usuario que se sachit en mi caso y @ ubuntu es el nombre del equipo. After that information The ~ sign denotes the home which is same location as you go in the place>>>home. Despus de que la informacin El signo ~ representa la casa, que es mismo lugar que usted vaya en el lugar>>> casa. $sign is a symbol for regular user that means you are login as regular user not the root user. El signo $ es un smbolo de usuario normal que quiere decir que se de inicio de sesin como usuario normal, no el usuario root. The full information is like this in my ubuntu: sachit@ubuntu:~$(which you can see screenshot below) La informacin completa es como esto en mi ubuntu: sachit @ ubuntu: ~ $ (que se puede ver imagen abajo) To copy: Para copiar: Let's learn how to copy though the terminal. Vamos a aprender a copiar cuando la terminal. I am going to make the copy of the file words.txt which I am going to save as wordsnew.txt. Voy a hacer la copia de la words.txt archivo que voy a guardar como palabrasnew.txt.

As, you can see in the picture above the backup of the text file words.txt is created in the Home Folder using the command cp. Como se puede ver en la imagen superior la copia de seguridad de la words.txt archivo de texto se crea en la carpeta de inicio con el comando cp. To Rename: Para cambiar el nombre: To rename, it's like same as copying the files. Para cambiar el nombre, que es lo mismo que copiar los archivos. I am going to rename the file words-new.txt as rename.txt. Voy a cambiar el nombre del archivo de palabras-como new.txt rename.txt.

As, you can see in the picture the files words-new.txt is renamed as rename.txt using the command mv. Como se puede ver en la imagen de los archivos de palabras-new.txt cambia su nombre por rename.txt utilizando el comando mv. Creating a new folder: Crear una nueva carpeta: Let me create a folder name: ubuntu_rules which I am going to do as: Vamos a crear una carpeta de nombre: ubuntu_rules que voy a hacer como:

Folder:ubuntu_rules is create using the command mkdir. Carpeta: ubuntu_rules es crear con el comando mkdir. Moving the files: Mover los archivos: Now, I want to move all the text files in the Home Folder that I created to a newly created folder ubuntu_rules. Ahora, quiero mover todos los archivos de texto en la carpeta principal que he creado a un ubuntu_rules carpeta recin creada.

Here the * stands for all which means I am moving the all text files into the folder Aqu el "*" representa todo lo que significa que me estoy moviendo los archivos de texto a todos en la carpeta To view the text file: Para ver el archivo de texto: Go the the specific folder where the text files are located using the command cd and type less filename.txt . Vaya a la carpeta especfica en los archivos de texto se encuentran utilizando el comando cd y el tipo menos filename.txt. I am going to open the text file rename.txt. Voy a abrir el archivo de texto rename.txt. As, I enter this command text file rename is executed as: Como, entro en este texto del comando cambiar el nombre de archivo es ejecutado como:

You can also use the tab completion which means if there is a file name text and you want to access it then, type the word te and press tab which will build rest of the command. Tambin puede usar el tabulador para completar lo que significa que si hay un nombre de archivo de texto y desea acceder a ella a continuacin, escriba la palabra te ficha y presione, que se basar el resto del comando. This much on this tutorial. Esta medida de este tutorial. I will be bringing up how to launch the applications, view the system logs and others much more linux commands in the upcoming tutorials. Me va a traer a la manera de iniciar las aplicaciones, ver los registros del sistema y otros mucho ms comandos de Linux en los tutoriales prximo. ubuntu_folder which is nicely done. ubuntu_folder que est muy bien hecho. Changing the directory: Cambiar el directorio: Now, I want to make sure that the all text files are copied properly in the folder ubuntu_rules. Ahora, quiere asegurarse de que todos los archivos de texto se copian correctamente en el ubuntu_rules carpeta. For this, you have to get into the ubuntu_rules directory and see the files in it. Para ello, tienes que entrar en el directorio ubuntu_rules y ver los archivos que contiene.

To get back into the Home Folder you can either type cd ~ or cd .. Para volver a la carpeta de inicio puede escribir cd ~ o cd .. To view the text file: Para ver el archivo de texto: Go the the specific folder where the text files are located using the command cd and type less filename.txt . Vaya a la carpeta especfica en los archivos de texto se encuentran utilizando el comando cd y el tipo menos filename.txt. I am going to open the text file rename.txt. Voy a abrir el archivo de texto rename.txt. As, I enter this command text file rename is executed as: Como, entro en este texto del comando cambiar el nombre de archivo es ejecutado como:

You can also use the tab completion which means if there is a file name text and you want to access it then, type the word te and press tab which will build rest of the command. Tambin puede usar el tabulador para

completar lo que significa que si hay un nombre de archivo de texto y desea acceder a ella a continuacin, escriba la palabra te ficha y presione, que se basar el resto del comando. This much on this tutorial. Esta medida de este tutorial. I will be bringing up how to launch the applications, view the system logs and others much more linux commands in the upcoming tutorials. Me va a traer a la manera de iniciar las aplicaciones, ver los registros del sistema y otros mucho ms comandos de Linux en los tutoriales prximo. Also, check out: How to install and uninstall applications from Terminal in Ubuntu. Adems, vea: Cmo instalar y desinstalar aplicaciones del terminal en Ubuntu. Related Posts : Artculos relacionados:

10 Best audio player for linux Ubuntu 10 Mejor reproductor de audio para Linux Ubuntu

How to uninstall Ubuntu dual booted with Wind... Cmo desinstalar Ubuntu doble arranque con Wind ...

How to run pidgin from terminal in Ubuntu Cmo ejecutar pidgin de la terminal en Ubuntu

Shut down or reboot your computer in Ubuntu L... Apagar o reiniciar el equipo en Ubuntu L. ..

Tagged as: Basic command , beginner guide , beginners , command , how to , linux command , tutorial , ubuntu , ubuntu command Etiquetados como: comandos bsicos , principiante gua , principiantes , comando , cmo , comandos de Linux , tutorial , Ubuntu , ubuntu comando Do you like this story? Te gusta esta historia?

Article by Sachit Adhikari Artculo escrito por Sachit Adhikari


Sachit has written 14 awesome articles. Sachit ha escrito 14 artculos impresionante. If you like this post you can follow us on Twitter Si te gusta este post se puede seguir con nosotros en de Twitter Subscribe to Feshtutorial feed via RSS or EMAIL to receive instant updates. Suscribirte al feed de Feshtutorial a travs de RSS o EMAIL para recibir actualizaciones instantneas. { 1 comment read it below or add one } {1 comentario ... leerlo a continuacin o aadir uno }

siva July 14, 2011 at 9:15 am siva 14 de julio 2011 a las 9:15 am really very helpful for you tutorials i am begging for ubuntu i am loving it so now i change all my computing to ubuntu.. realmente muy til para usted tutoriales estoy pidiendo ubuntu ... soy amante de ella ... as que ahora puedo cambiar todos mis computacin para ubuntu ... .. its little bit to hard but always i will try to learn please help me.. su granito de arena poco duro, pero siempre voy a tratar de aprender por favor me ayude ... .. thanks gracias regarding con respecto a siva siva Reply Respuesta Cancel reply Cancelar respuesta Leave a Comment Deja tu comentario

Name * Nombre *

E-mail * E-mail * Website Sitio web

Presentar

Notify me of followup comments via e-mail. Notifiqueme de los comentarios va email. You can also subscribe without commenting. Tambin puede suscribirse sin hacer comentarios. { 1 trackback } {1} trackback

Shared on FAQPAL.com Compartida en FAQPAL.com

Receives Free tutorial and updates Recibe tutorial gratuito y actualizaciones

Suscribir

Subscribe to RSS Feed Suscrbete al feed RSS Become fan on Facebook Convertido en fan en Facebook Subscribe to youtube Channel Suscribirse a canal de youtube Follow us on Twitter Sguenos en Twitter

search here bsqueda aqu

Freshtutorial on Facebook Freshtutorial en Facebook

Recent Post Los ltimos puestos


o o o o o

10 Best audio player for linux Ubuntu 10 Mejor reproductor de audio para Linux Ubuntu How to uninstall Ubuntu dual booted with Windows Cmo desinstalar Ubuntu arranque dual con Windows How to run pidgin from terminal in Ubuntu Cmo ejecutar pidgin de la terminal en Ubuntu Shut down or reboot your computer in Ubuntu Linux from terminal Apagar o reiniciar el ordenador en Ubuntu Linux desde el terminal Guayadeque:Awesome music player for Ubuntu Guayadeque: Impresionante reproductor de msica para Ubuntu Make money online from blogging-Beginners guide Hacer dinero en lnea de los blogs-Gua para principiantes How to install window exe file on Ubuntu 10.04 Cmo instalar el archivo exe ventana en Ubuntu 10.04 How to use Dynamic content featured gallery in thesis theme Cmo utilizar el contenido dinmico ofrecido galera en el tema de la tesis 25+ professional magazine style blogger templates 25 + profesionales revista de estilo de plantillas de blogger How to install xampp in ubuntu Cmo instalar xampp en ubuntu Install Firefox 5 beta in Ubuntu Instalar Firefox beta 5 en Ubuntu Best Linux Torrent Client Application (video review) Mejor Torrent Linux aplicacin cliente (revisin de vdeo) Guayadeque:Awesome music player for Ubuntu Guayadeque: Impresionante reproductor de msica para Ubuntu How to upload blogger template Cmo subir la plantilla blogger Lubuntu 10.04 Beta 3 Available For Download Lubuntu 10.04 Beta 3 disponible para descarga

Popular post Mensaje populares


o o o o o

Random Post Nota al azar


o o o o o

Categories Categoras

Translate Traducir
Translate to: Se traducen en:

Translate

return to original
Powered by Google Translate . Desarrollado por Google Translate .

WordPress Admin WordPress admin reverse phone lookup Tattoo Designs SEO telfono de bsqueda inversa del tatuaje Diseos SEO
Blog Categories Categoras del blog

Information Covered on the Blog La informacin cubierta en el blog


Uncategorized Uncategorized Wordpress Wordpress Search Engine Search Engine google google Make money online Ganar dinero en Internet Linux Linux blogging blogs Blogger Blogger Social Network Red Social Freebies Regalos laptop porttil Webmaster Webmaster Web hosting Alojamiento web SEO SEO Iphone Iphone Facebook Facebook Adobe Adobe Windows Ventanas Thesis theme Tesis tema Internet Internet Ubuntu Ubuntu Firefox Firefox Android Androide Wordpress seo Wordpress SEO Wordpress Plugin Wordpress Plugin Windows 7 Windows 7 Ubuntu 11.04 Ubuntu 11.04 Web Browser Web Browser

Archives Archivo
o o o o o o o

July 2011 07 2011 June 2011 06 2011 May 2011 05 2011 April 2011 04 2011 February 2011 02 2011 January 2011 01 2011 December 2010 12 2010

o o o o o o o

November 2010 Noviembre 2010 June 2010 06 2010 May 2010 05 2010 April 2010 04 2010 March 2010 03 2010 February 2010 02 2010 January 2010 01 2010

Tag Cloud Nube de etiquetas

application battery beginner guide blog Blogger blogging blogspot command cpanel create Domain Name download Facebook free free hosting google how to increase traffic install justhost Linux Make money online network attack player released same time
add screencasting
Search Engine

seo setup social bookmarking template terminal thesis theme tutorial twitter

ubuntu ubuntu10.04 Ubuntu 10.04 video webhosting windows Wordpress


la aplicacin de la batera para principiantes gua de blog Blogger blogs blogspot comando cpanel crear nombres de dominio de descarga de Facebook sin alojamiento gratuito google cmo incrementar el trfico de instalar JustHost Linux hacer dinero en
wordpress 3.0

aadir

lnea de ataque de la red

jugador liberado

mismo tiempo

screencasting

motores de bsqueda

seo

configuracin ubuntu10.04

social bookmarking plantilla

terminal de tesis tema

tutorial Twitter

ubuntu

Ubuntu 10.04 vdeo webhosting Windows Wordpress WordPress 3.0

Recent Commentators Los comentaristas recientes


o o o o o o o

siva siva Tijs Tijs Naren Samant Naren Samant rakesh Rakesh Chicho Chicho Ron Ron JamericanSpice JamericanSpice

Copyright2010 freshtutorial All right reserved. Copyright 2010 freshtutorial Todos los derechos reservados. The content of this website cannot be reproduced without permission of the Author. Privacy Policy | Sitemap El contenido de este sitio web no pueden ser reproducidas sin permiso del autor. Poltica de privacidad | Mapa del Sitio

Get smart with the Thesis WordPress Theme from DIYthemes. Obtener inteligente con la Tesis WordPress Tema de DIYthemes.
Texto original en ingls:

T oday's Linux system are not like old Unix environment where you have use command line to operate the system.
Proponer una traduccin mejor

Potrebbero piacerti anche