Gadget Ferrari, Z3X BOX Samsung Tool PRO, Nexbox, Octoplus Octopus Samsung Factory Reset, Ultimate Multi Tool, Android Jelly Bean, Specifications, Images and Price, Mobile Phone Tools

Introduction To Basic Terminal Commands For Linux - Part 1

Introduction To Basic Terminal Commands For Linux - Part 1 - we should care about the technology that continues to grow, because all the technology is usually created to simplify our lives, every time there is a new technology that is embedded into the gadgets of various brands, on blogs Gadget Ferrari we will review the latest and old gadgets that start from the spec and the price ... well now we will discuss first about Introduction To Basic Terminal Commands For Linux - Part 1 please refer to the information we will convey as we always try to display complete information.

Articles : Introduction To Basic Terminal Commands For Linux - Part 1
full Link : Introduction To Basic Terminal Commands For Linux - Part 1
Article CMD, Article LINUX,

You can also see our article on:


Introduction To Basic Terminal Commands For Linux - Part 1

linux terminal
In this tutorial you will learn to use linux terminal. You will learn to navigate on the http://ferraricars77.blogspot.com /search/label/CMD" target="_blank">terminal, learn to create and remove file and much more. Most of this commands also works on Mac Os X and powershell on windows.

What Is Terminal ?

Basically you are reading this tutorial because you are new to linux or want to learn using terminal to navigate. Before you get started you must have linux installed or running virtually on your computer. I would recommend downloading fedora or ubuntu (If you have trouble installing ubuntu leave a comment below and i will post a tutorial).

Commands To Remember

This are some of commands you must remember which will help you to use terminal more easily.
ls - it will list all files and folder in your current directory
ls -l it will give detailt listing of all files and folders
ls -a it will list all files and folder in your current directory including hidden files (files and folders that begin with period)
pwd will print your working directory or simply your current directory

Navigating In Terminal

Here i may refer folder as directory so dont get confused. This is the term we use in linux for folders.

cd - cd stands for change directory. we use cd follow by path address to navigate ro that folder.
Eg: cd Desktop will make desktop as my current directory.
cd / will make root as you current directory
cd ~ will make home as your current directory
Typing cd alone is same as cd ~ and it will make home as your current directory
cd .. will make parent directory i.e directory above your current directory
cd ../../ will take you two folder up

Creating Files And Folder

mkdir - we use mkdir follow by path or folder name to create a directory
Eg mkdir car will create directory car in your current directory
to create folder recursively i.e folder inside folder inside folder we use -p flag
Eg mkdir -p vehicles/car/truck will create directory vehicles in your current directory which have car inside it and car has directory truck in it.

touch - we use touch follow by file name to create empty file.

Removing Files And Folders

rmdir - we use rmdir follow by path to to remove any directory. This will not work if folder you are trying to remove has something in it.
rm -r  to remove file recursively which can not be removed by rmdir
rm - We use this command to remove files

Feedback

I guess thats enough for today. I know this is little confusing but practice and you will be a terminal pro.  Leave a comment below if you have any trouble. You may also like to read below articles.



so many information about Introduction To Basic Terminal Commands For Linux - Part 1

hopefully the infromation we provide with the title Introduction To Basic Terminal Commands For Linux - Part 1 can give you the reperency to find the gadget that suits your life.

you just read the article with the title Introduction To Basic Terminal Commands For Linux - Part 1 if you intend to bookmark or share it for more useful for others please use link https://ferraricars77.blogspot.com/2013/06/introduction-to-basic-terminal-commands.html and if you want to get more information please visit other page.

Tag : , ,
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : Introduction To Basic Terminal Commands For Linux - Part 1

  • Nokia, the OS companyNokia bought Trolltech for about $150 million, and there's all sorts of speculation online about what it means. Before I get to that, let me quickly summarize what Trol ...
  • VTC Computer Software Training - Ubuntu Linux            This is complete video tutorial series to learn Ubuntu linux. Start using linux with ubuntu and this videos. This videos contai ...
  • Can we turn on Linux PC remotely? How ?Working on Linux based PC is fun when you’re on http://ferraricars77.blogspot.com /">http://ferraricars77.blogspot.com /search/label/Networking" target="_blank">networ ...
  • Nerd Guide: What is Network Monitoring?As Network admin, managing network activity is critical task, there are lots of advantage of network monitoring, which helps in determining performance as well as in det ...
  • Do you need to reboot Linux Server after Kernel Update?If you are working on Linux Server or Even any server, it should have almost 100% uptime, do you really need to reboot your Linux Server after you just updated the Kerne ...

0 comments:

Posting Komentar