| |
|
#1
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| The first command to learn is ls which is used to list the directory content. In the shell, type
to list the content of the root directory. ------------ To list the content of a certain directory, put the directory as an argument to the command 'ls'. Type
It will lead to show the contents of directory known at X11R6 available in folder usr ------------ The root directory contains all directories and files. Every Linux user account has its own home directory in the /home directory and the user's login name is used as a subdirectory in /home. Type
------------ Use the 'touch' command to create any new file eg: tmpfile.. type:
'pwd' means print working directory. it is used to show current working directory. Type
'cd' means changing directory. 'cd /' means changing directory to the root directory. Type
------------ Type
The command copies the file 'tmpfile' (you have been already created using touch command ) to another file called 'tmpfile1'. ------------ Type
This line of command creates a directory called tmpdir. ------------ Type
'mv' stands for move. This command moves the file tmpfile to the directory tmpdir. The '/' sign is optional which means tmpdir is a directory. ------------ When you input
So, 'tmpdir/' is relative to your current working directory. You may also list the content of the directory with its absolute path, i.e. ls /home/bdg/tmpdir/ ------------ In different types of shells, '~' refers to the user's home directory. ------------ In this case,
------------ Type
The parameter 'l' means long listing. ------------ Use
You may use 'l' and 'a' together. Enter
------------ Type
Run
------------ To move files, run
In the content list, the source file has been 'moved' to a new destination file. This action is equivalent to a rename. ------------ Run
------------ Run
The file will disappeared. ------------ Run
The directory tmpdir2 has disappered ------------ Run
You are not allowed to perform this function if the directory tmpdir is not empty. Run
------------ Go the the /bin directory. This directory contains many of the Linux commands we frequently use. For example,
------------ In your user home directory, create a directory called tmpdir1. Create an empty file in the tmpdir1 directory. View the content of that directory to make sure the file has been created. Run
This command links tmpdir1 to a new directory called tmpdir2. List the contents of the directory and you will see the two subdirectories. List the contents of the directory called tmpdir1and you will see the content of the directory. List the content of directory tmpdir2and you will see the content of the directory. You see that the content of tmpdir2 is the same as tmpdir1. This is because tmpdir2 is a link to tmpdir1. Go to tmpdir2 Create a new file in tmpdir2 List the content to make sure the file has been created. List the content of tmpdir1. "../tmpdir1" means going down for one level. (/home/bdg/) means going up for one level to tmpdir1 You will find that the file has also been created in the tmpdir1 directory. Linking is very useful in Linux operations. Later, you will find it especially helpful during software setup. Go to the /home directory. Create an empty file called tmpfile1. You will find that you are not permitted to create this file.
__________________ (¯`v´¯) `*.¸.*` ¸.*´¸.*´¨) ¸.*´¨) (¸.*´ (¸.Bzu Forum Don't cry because it's over, smile because it happened ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| Tags |
| commands, console, linux, mode, terminal, working |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Introduction to Linux Slides. | Muhammad Atique | Network Operating Systems Fundamentals ? I | 0 | 02-03-2011 06:09 PM |
| Linux administration course | Waqas Ahmed | User links/Others sites links | 2 | 08-04-2010 11:04 PM |
| Chmod permission to files in linux ; Linux Terminal Commands; | .BZU. | System Admin | 0 | 08-04-2010 10:47 PM |
| Download Full Linux Tutorial for Beginners, A to Z (Mastering Linux) Rapidshare. mediafire | .BZU. | Linux World | 0 | 06-04-2010 05:55 PM |
| Linux beauty | irfishahpk | Linux World | 0 | 18-08-2009 12:12 AM |