1. The document describes common Linux commands like ls, pwd, mkdir, cd, rmdir, cp, mv, rm, touch, cat, echo, clear.
2. It provides the syntax and examples of using each command, such as ls to list files, pwd to print the current working directory, and mkdir to create directories.
3. The practical sections demonstrate how to use ls with options to sort listings, navigate and list the home directory, move files between directories, sort files by size, and print the current working directory.
This document discusses managing the Linux file system. It describes the Linux file system structure, including the main directories like /bin, /home, /etc. It also covers common file system tasks like navigating directories, managing files and directories by creating, deleting, copying and moving files. Additional topics covered include managing disk partitions by creating partitions with fdisk and formatting partitions with file systems using mkfs, mounting partitions, and checking file systems with fsck.
The document discusses Linux commands for file management and viewing. It describes commands for navigating directories (cd), changing file permissions (chmod), copying files (cp), finding files (find), listing directory contents (ls), creating and removing directories (mkdir, rmdir), moving and renaming files (mv), viewing file contents (cat, head, tail), comparing files (cmp, diff), searching files (grep), and more. It also covers commands for compressing, archiving, and backing up files like tar, gzip, zip, and commands for counting, sorting, and filtering file contents.
The document discusses Linux commands for file management, viewing and shell programming. It describes common commands like ls, cd, cp, mv, rm, mkdir which allow navigating and manipulating files and directories. It also covers commands for viewing file contents like cat, head, tail, grep. Commands for compression like tar, gzip, zip and decompression like gunzip, unzip are mentioned. The document also has a section on shell programming which explains how to write shell scripts using commands and variables. It provides examples of using pipes, redirections and command options.
Introduction to Linux OS, Linux file system hierarchy, Linux commands, Files permissions, Input-Output redirection, Environment variables, Process management, Linux shell scripting.
This document provides an overview of basic Unix commands, including:
- Commands for navigating directories (cd, pwd, ls), creating/removing directories and files (mkdir, rmdir, cp, rm)
- Commands for viewing file contents (cat, more, less) and comparing files (diff)
- Commands for searching files (grep) and counting elements (wc)
- Commands for changing file permissions (chmod) and moving/renaming files (mv)
It also briefly describes shells, files and pathnames in Unix systems. The document is intended as an introduction for new Unix users to understand basic file management and navigation.
The document provides information on various features and commands in the UNIX operating system. It discusses multi-user and multi-tasking capabilities, the building block approach, and the UNIX tool kit. It also describes locating commands, internal and external commands, command structure, general purpose utilities like cal, date, echo, and bc. The document outlines file types, file names, directory commands, file commands, permissions, and vi editor basics.
Unix is a multi-user computer operating system capable of handling activities from multiple users simultaneously. It was originally developed in 1969 at Bell Labs by Ken Thompson and Dennis Ritchie. The Unix operating system acts as an interface between the user and computer, allowing users to run multiple programs simultaneously. It became a leading operating system for commercial enterprises during the 1980s and 1990s.
- Linux originated as a clone of the UNIX operating system. Key developers included Linus Torvalds and developers from the GNU project.
- Linux is open source, multi-user, and can run on a variety of hardware. It includes components like the Linux kernel, shell, terminal emulator, and desktop environments.
- The document provides information on common Linux commands, files, users/groups, permissions, and startup scripts. It describes the Linux file system and compression/archiving utilities.
The Unix operating system acts as an interface between the user and computer. The kernel allocates system resources, coordinates internals, and interacts with hardware. Users communicate with the kernel via a shell program that translates commands for the kernel to understand. In Unix, everything is organized into files that are grouped into directories in a tree structure called the filesystem. Common commands allow users to view files and directories, check system information, manage files and directories, and get manual pages.
SGN Introduction to UNIX Command-line 2015 part 1solgenomics
油
This document provides an introduction to UNIX commands presented at a workshop on March 17, 2015. It covers navigating file systems, wildcards and shortcuts, file permissions, compression and networking commands, text file manipulation, command line pipelines, and an introduction to bash scripts. The document explains that most biological data analysis software uses UNIX command lines, data analysis on servers is faster, and NGS files require command line tools due to their large size.
際際滷s from the Introduction to UNIX Command-Lines class from the BTI Plant Bioinformatics course 2014. This is a course teach by the Sol Genomics Network researchers at the Boyce Thompson Institute.
This document provides an overview of how to use the UNIX operating system. It discusses logging in, the home directory, common commands like ls and cd, copying and deleting files, pipes, input/output redirection, shell variables, job control, and quoting special characters. The document is intended to help new UNIX users get started with basic file management and command line tasks.
This document provides an overview of basic Linux commands for navigation, listing directories, reading and manipulating files. It explains commands like pwd, cd, ls, cat, cp, mv, rm, mkdir to change directories, list files, read files, copy, move and delete files/directories. It also introduces the vi editor for creating new files and mentions some other miscellaneous commands like date, chmod, user management tools.
This document provides summaries of common Linux commands, including ls, mkdir, cd, rmdir, rm, cp, mv, touch, echo, head, tail, less, more, grep, find, man, wc, pipe (|), cat, and mv. It describes the basic syntax and common examples for using each command to list, create, delete, copy, move, view, and filter files and directories from the command line.
Linux is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. The defining component of Linux is the Linux kernel, an operating system kernel first released on 5 October 1991 by Linus Torvalds. The Free Software Foundation uses the name GNU/Linux to describe the operating system, which has led to some controversy.
The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used. Some free and open-source software licenses are based on the principle of copyleft, a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the GNU General Public License (GPL), is a form of copyleft, and is used for the Linux kernel and many of the components from the GNU Project.
Tux the penguin, mascot of Linux
Developer: Community
Written in: Primarily C and assembly
OS family: Unix-like
Working state: Current
Source model: Mainly open source, proprietary software also available
Initial release: 1991; 24 years ago
Marketing target: Personal computers, mobile devices, embedded devices, servers, mainframes, supercomputers
Available in: Multilingual
Platforms: Alpha, ARC, ARM, AVR32, Blackfin, C6x, ETRAX CRIS, FR-V, H8/300, Hexagon, Itanium, M32R, m68k, META, Microblaze, MIPS, MN103, Nios II, OpenRISC, PA-RISC, PowerPC, s390, S+core, SuperH, SPARC, TILE64, Unicore32, x86, Xtensa
Kernel type Monolithic (Linux kernel)
Userland: Various
Default user interface: Many
License: GPL version 2 and other free and open-source licenses, except for the "Linux" trademark.
The document provides descriptions of various Linux commands for basic usage and pentesting. It describes commands for making directories (mkdir), deleting empty directories (rmdir), viewing processes (ps), checking username (whoami), checking disk space (df), displaying date and time (date), checking connectivity (ping), downloading files (wget), looking up domain registration records (whois), navigating directories (cd), listing directory contents (ls), displaying command manuals (man), displaying text files (cat), copying files (cp), moving and renaming files (mv), removing files and directories (rm), creating empty files (touch), searching files (grep), using administrative privileges (sudo), viewing start of files (head), viewing end of files (
This document provides a tutorial on Unix/Linux. It begins with an overview of the Unix system including the kernel, shell, multi-user and multi-process capabilities, and important directory structures. It then covers basic commands, relative and absolute paths, redirecting and piping output, permissions, process management, installing software, text editors, running jobs in the foreground and background, and remote login/file transfer. The goal is to introduce fundamental Unix concepts and commands to new users.
The document provides information about an upcoming UNIX and Shell Scripting workshop, including contact information for the workshop instructor R. Chockalingam, and covers topics that will be discussed such as the architecture and components of the UNIX operating system, basic UNIX commands, text editors, the file system structure, flags and arguments, and more.
The document provides an introduction to Linux file systems and navigation, basic Linux commands, and users and groups. It describes:
1) The Linux file system uses a tree structure with root ("/") at the bottom and directories like /bin, /boot, /etc, /home, /lib, /opt, /proc, /sbin, /tmp, /usr, and /var.
2) Basic Linux commands include ls, cd, mkdir, rmdir, mount, df, ps, kill, touch, cat, head, cp, mv, comm, ln, history, wget, curl, find, which, echo, sort, man, tar, printenv, sleep, vi/vim
Graphs & GraphRAG - Essential Ingredients for GenAINeo4j
油
Knowledge graphs are emerging as useful and often necessary for bringing Enterprise GenAI projects from PoC into production. They make GenAI more dependable, transparent and secure across a wide variety of use cases. They are also helpful in GenAI application development: providing a human-navigable view of relevant knowledge that can be queried and visualised.
This talk will share up-to-date learnings from the evolving field of knowledge graphs; why more & more organisations are using knowledge graphs to achieve GenAI successes; and practical definitions, tools, and tips for getting started.
Introduction to Linux OS, Linux file system hierarchy, Linux commands, Files permissions, Input-Output redirection, Environment variables, Process management, Linux shell scripting.
This document provides an overview of basic Unix commands, including:
- Commands for navigating directories (cd, pwd, ls), creating/removing directories and files (mkdir, rmdir, cp, rm)
- Commands for viewing file contents (cat, more, less) and comparing files (diff)
- Commands for searching files (grep) and counting elements (wc)
- Commands for changing file permissions (chmod) and moving/renaming files (mv)
It also briefly describes shells, files and pathnames in Unix systems. The document is intended as an introduction for new Unix users to understand basic file management and navigation.
The document provides information on various features and commands in the UNIX operating system. It discusses multi-user and multi-tasking capabilities, the building block approach, and the UNIX tool kit. It also describes locating commands, internal and external commands, command structure, general purpose utilities like cal, date, echo, and bc. The document outlines file types, file names, directory commands, file commands, permissions, and vi editor basics.
Unix is a multi-user computer operating system capable of handling activities from multiple users simultaneously. It was originally developed in 1969 at Bell Labs by Ken Thompson and Dennis Ritchie. The Unix operating system acts as an interface between the user and computer, allowing users to run multiple programs simultaneously. It became a leading operating system for commercial enterprises during the 1980s and 1990s.
- Linux originated as a clone of the UNIX operating system. Key developers included Linus Torvalds and developers from the GNU project.
- Linux is open source, multi-user, and can run on a variety of hardware. It includes components like the Linux kernel, shell, terminal emulator, and desktop environments.
- The document provides information on common Linux commands, files, users/groups, permissions, and startup scripts. It describes the Linux file system and compression/archiving utilities.
The Unix operating system acts as an interface between the user and computer. The kernel allocates system resources, coordinates internals, and interacts with hardware. Users communicate with the kernel via a shell program that translates commands for the kernel to understand. In Unix, everything is organized into files that are grouped into directories in a tree structure called the filesystem. Common commands allow users to view files and directories, check system information, manage files and directories, and get manual pages.
SGN Introduction to UNIX Command-line 2015 part 1solgenomics
油
This document provides an introduction to UNIX commands presented at a workshop on March 17, 2015. It covers navigating file systems, wildcards and shortcuts, file permissions, compression and networking commands, text file manipulation, command line pipelines, and an introduction to bash scripts. The document explains that most biological data analysis software uses UNIX command lines, data analysis on servers is faster, and NGS files require command line tools due to their large size.
際際滷s from the Introduction to UNIX Command-Lines class from the BTI Plant Bioinformatics course 2014. This is a course teach by the Sol Genomics Network researchers at the Boyce Thompson Institute.
This document provides an overview of how to use the UNIX operating system. It discusses logging in, the home directory, common commands like ls and cd, copying and deleting files, pipes, input/output redirection, shell variables, job control, and quoting special characters. The document is intended to help new UNIX users get started with basic file management and command line tasks.
This document provides an overview of basic Linux commands for navigation, listing directories, reading and manipulating files. It explains commands like pwd, cd, ls, cat, cp, mv, rm, mkdir to change directories, list files, read files, copy, move and delete files/directories. It also introduces the vi editor for creating new files and mentions some other miscellaneous commands like date, chmod, user management tools.
This document provides summaries of common Linux commands, including ls, mkdir, cd, rmdir, rm, cp, mv, touch, echo, head, tail, less, more, grep, find, man, wc, pipe (|), cat, and mv. It describes the basic syntax and common examples for using each command to list, create, delete, copy, move, view, and filter files and directories from the command line.
Linux is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. The defining component of Linux is the Linux kernel, an operating system kernel first released on 5 October 1991 by Linus Torvalds. The Free Software Foundation uses the name GNU/Linux to describe the operating system, which has led to some controversy.
The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used. Some free and open-source software licenses are based on the principle of copyleft, a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the GNU General Public License (GPL), is a form of copyleft, and is used for the Linux kernel and many of the components from the GNU Project.
Tux the penguin, mascot of Linux
Developer: Community
Written in: Primarily C and assembly
OS family: Unix-like
Working state: Current
Source model: Mainly open source, proprietary software also available
Initial release: 1991; 24 years ago
Marketing target: Personal computers, mobile devices, embedded devices, servers, mainframes, supercomputers
Available in: Multilingual
Platforms: Alpha, ARC, ARM, AVR32, Blackfin, C6x, ETRAX CRIS, FR-V, H8/300, Hexagon, Itanium, M32R, m68k, META, Microblaze, MIPS, MN103, Nios II, OpenRISC, PA-RISC, PowerPC, s390, S+core, SuperH, SPARC, TILE64, Unicore32, x86, Xtensa
Kernel type Monolithic (Linux kernel)
Userland: Various
Default user interface: Many
License: GPL version 2 and other free and open-source licenses, except for the "Linux" trademark.
The document provides descriptions of various Linux commands for basic usage and pentesting. It describes commands for making directories (mkdir), deleting empty directories (rmdir), viewing processes (ps), checking username (whoami), checking disk space (df), displaying date and time (date), checking connectivity (ping), downloading files (wget), looking up domain registration records (whois), navigating directories (cd), listing directory contents (ls), displaying command manuals (man), displaying text files (cat), copying files (cp), moving and renaming files (mv), removing files and directories (rm), creating empty files (touch), searching files (grep), using administrative privileges (sudo), viewing start of files (head), viewing end of files (
This document provides a tutorial on Unix/Linux. It begins with an overview of the Unix system including the kernel, shell, multi-user and multi-process capabilities, and important directory structures. It then covers basic commands, relative and absolute paths, redirecting and piping output, permissions, process management, installing software, text editors, running jobs in the foreground and background, and remote login/file transfer. The goal is to introduce fundamental Unix concepts and commands to new users.
The document provides information about an upcoming UNIX and Shell Scripting workshop, including contact information for the workshop instructor R. Chockalingam, and covers topics that will be discussed such as the architecture and components of the UNIX operating system, basic UNIX commands, text editors, the file system structure, flags and arguments, and more.
The document provides an introduction to Linux file systems and navigation, basic Linux commands, and users and groups. It describes:
1) The Linux file system uses a tree structure with root ("/") at the bottom and directories like /bin, /boot, /etc, /home, /lib, /opt, /proc, /sbin, /tmp, /usr, and /var.
2) Basic Linux commands include ls, cd, mkdir, rmdir, mount, df, ps, kill, touch, cat, head, cp, mv, comm, ln, history, wget, curl, find, which, echo, sort, man, tar, printenv, sleep, vi/vim
Graphs & GraphRAG - Essential Ingredients for GenAINeo4j
油
Knowledge graphs are emerging as useful and often necessary for bringing Enterprise GenAI projects from PoC into production. They make GenAI more dependable, transparent and secure across a wide variety of use cases. They are also helpful in GenAI application development: providing a human-navigable view of relevant knowledge that can be queried and visualised.
This talk will share up-to-date learnings from the evolving field of knowledge graphs; why more & more organisations are using knowledge graphs to achieve GenAI successes; and practical definitions, tools, and tips for getting started.
Making GenAI Work: A structured approach to implementationJeffrey Funk
油
Richard Self and I present a structured approach to implementing generative AI in your organization, a #technology that sparked the addition of more than ten trillion dollars to market capitalisations of Magnificent Seven (Apple, Amazon, Google, Microsoft, Meta, Tesla, and Nvidia) since January 2023.
Companies must experiment with AI to see if particular use cases can work because AI is not like traditional software that does the same thing over and over again. As Princeton Universitys Arvind Narayanan says: Its more like creative, but unreliable, interns that must be managed in order to improve processes.
Dev Dives: Unleash the power of macOS Automation with UiPathUiPathCommunity
油
Join us on March 27 to be among the first to explore UiPath innovative macOS automation capabilities.
This is a must-attend session for developers eager to unlock the full potential of automation.
This webinar will offer insights on:
How to design, debug, and run automations directly on your Mac using UiPath Studio Web and UiPath Assistant for Mac.
Well walk you through local debugging on macOS, working with native UI elements, and integrating with key tools like Excel on Mac.
This is a must-attend session for developers eager to unlock the full potential of automation.
Speakers:
Andrei Oros, Product Management Director @UiPath
SIlviu Tanasie, Senior Product Manager @UiPath
The Future of Materials: Transitioning from Silicon to Alternative Metalsanupriti
油
This presentation delves into the emerging technologies poised to revolutionize the world of computing. From carbon nanotubes and graphene to quantum computing and DNA-based systems, discover the next-generation materials and innovations that could replace or complement traditional silicon chips. Explore the future of computing and the breakthroughs that are shaping a more efficient, faster, and sustainable technological landscape.
Recruiting Tech: A Look at Why AI is Actually OGMatt Charney
油
A lot of recruiting technology vendors out there are talking about how they're offering the first ever (insert AI use case here), but turns out, everything they're selling as innovative or cutting edge has been around since Yahoo! and MySpace were category killers. Here's the receipts.
How Air Coil Inductors Work By Cet TechnologyCET Technology
油
Air coil inductors are coils of conducting wire wound around a non-magnetic core, typically plastic, ceramic, or an air-filled form. These inductors don't rely on a magnetic core made of permeable materials like traditional inductors. The coil consists of a wire wound around a non-magnetic form, where air is the primary medium between the windings.
Testing Tools for Accessibility Enhancement Part II.pptxJulia Undeutsch
油
Automatic Testing Tools will help you get a first understanding of the accessibility of your website or web application. If you are new to accessibility, it will also help you learn more about the topic and the different issues that are occurring on the web when code is not properly written.
Columbia Weather Systems offers professional weather stations in basically three configurations for industry and government agencies worldwide: Fixed-Base or Fixed-Mount Weather Stations, Portable Weather Stations, and Vehicle-Mounted Weather Stations.
Models include all-in-one sensor configurations as well as modular environmental monitoring systems. Real-time displays include hardware console, WeatherMaster Software, and a Weather MicroServer with industrial protocols, web and app monitoring options.
Innovative Weather Monitoring: Trusted by industry and government agencies worldwide. Professional, easy-to-use monitoring options. Customized sensor configurations. One-year warranty with personal technical support. Proven reliability, innovation, and brand recognition for over 45 years.
UiPath Automation Developer Associate Training Series 2025 - Session 8DianaGray10
油
In session 8, the final session of this series, you will learn about the Implementation Methodology Fundamentals and about additional self-paced study courses you will need to complete to finalize the courses and receive your credential.
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldSafe Software
油
Join us for an exclusive webinar featuring special guest speakers from Amazon, Amberside Energy, and Avineon-Tensing as we explore the power of Amazon Bedrock and FME in AI-driven geospatial workflows.
Discover how Avineon-Tensing is using AWS Bedrock to support Amberside Energy in automating image classification and streamlining site reporting. By integrating Bedrocks generative AI capabilities with FME, image processing and categorization become faster and more efficient, ensuring accurate and organized filing of site imagery. Learn how this approach reduces manual effort, standardizes reporting, and leverages AWSs secure AI tooling to optimize their workflows.
If youre looking to enhance geospatial workflows with AI, automate image processing, or simply explore the potential of FME and Bedrock, this webinar is for you!
Benefits of Moving Ellucian Banner to Oracle CloudAstuteBusiness
油
Discover the advantages of migrating Ellucian Banner to Oracle Cloud Infrastructure, including scalability, security, and cost efficiency for educational institutions.
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No KubernetesVictorSzoltysek
油
Java Apps on AWS Without the Headaches: Fast Builds, Cheap Deploys, No Kubernetes
Lets face it: the cloud has gotten out of hand. What used to be simpledeploying your Java apphas become a maze of slow builds, tedious deploys, and eye-watering AWS bills. But heres the thing: it doesnt have to be this way. Every minute you spend waiting on builds or wrestling with unnecessary cloud complexity is a minute youre not building the features your customers actually care about.
In this talk, Ill show you how to go from a shiny new Java app to production in under 10 minuteswith fast builds, cheap deploys, and zero downtime. Well go deep into optimizing builds with Gradle (its time to leave Maven in the dust), parallelization strategies, and smarter caching mechanics that make your CI/CD pipelines fly. From there, well review the dozen+ ways AWS lets you deploy apps and cut through the chaos to find the solutions that work best for lean, fast, cost-effective pipelines. Spoiler: ECS and EKS usually arent the answer. Oh, and Ill even show you how AI tools like AWS Bedrock can help streamline your processes further, so you can automate what should already be automatic.
This talk is for developers fed up with the cost, complexity, and friction of modern cloud setupsor those who long for the simplicity of the Heroku/Beanstalk/PCF days when deploying to the cloud wasnt a headache. Whether youre on AWS, Azure, or GCP, youll learn actionable, cloud-agnostic tips to build faster, deploy cheaper, and refocus on what matters most: delivering value to your users.
Packaging your App for AppExchange Managed Vs Unmanaged.pptxmohayyudin7826
油
Learn how to package your app for Salesforce AppExchange with a deep dive into managed vs. unmanaged packages. Understand the best strategies for ISV success and choosing the right approach for your app development goals.
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]jackalen173
油
Copy This Link and paste in new tab & get Crack File
https://hamzapc.com/ddl
Fast Screen Recorder is an incredibly useful app that will let you record your screen and save a video of everything that happens on it.
Harnessing the Power of AI in Salesforce.pdfrabiabajaj1
油
linux chapter 5.pptx lesson About introduction to linux
2. 1 2
Unit 5: Getting to Know the Command Line
Topics
1. Command Line Skills
2. Getting help commands
3. Working with files and Directories
3. 1 3
1. Command Line Skills
A) Command Line Interface (CLI)
The Command Line Interface (CLI), is a text-based interface to the computer, where
the user types in a command and the computer then executes it. The CLI
environment is provided by an application on the computer known as a terminal.
Accessing a Terminal
There are many ways to access a terminal window. Some systems will boot
directly to a terminal.
there are commonly two ways to access a terminal, a GUI-based terminal and a
virtual terminal( press on Crl+Alt+F1 to return GUI press on Crl+Alt+F7
4. 1 4
B) Prompt
The prompt is designed to tell the user to enter a command.
The structure of the prompt may vary between distributions, but will typically contain information about the
user and the system. Below is a common prompt structure:
sysadmin@localhost:~$
Systadmin : username
Local host: computer name
~ : current directory
$ : user type or Normal user .
C) Shell
A shell is the interpreter that translates commands entered by a user into actions to be performed by the
operating system.
The most commonly used shell for Linux distributions is called the BASH shell.
The BASH shell also has other popular features:
1.Scripting: The ability to place commands in a file and execute the file, resulting in all of the commands being
executed. This feature also has some programming features, such as conditional statements and the ability to
create functions (AKA, subroutines).
2.Aliases: The ability to create short "nicknames" for longer commands.
3.Variables: Variables are used to store information for the BASH shell.
5. 1 5
D) Formatting commands
The typical format for a command is as follows:
command [options] [arguments] example : ls l .d
Working with Options
Options can be used with commands to expand or modify the way a command behaves.
For example, you can use the -l option with the ls command to display more information about
the files that are listed. The ls -l command will list the files contained within the current
directory .
E) Command history
When you execute a command in a terminal, the command is stored in a "history list". To view
the history list of a terminal, use the history command:
sysadmin@localhost:~$ history or history c
F) Introducing BASH shell variables
A BASH shell variable is a feature that allows you or the shell to store data.
To display the value of a variable, you can use the echo command. The echo command is used to
display output in the terminal; in the example below, the command will display the value of the
HISTSIZE variable: sysadmin@localhost:~$ HISTSIZE =500
6. 1 6
2. Getting Help commands
A) man Pages
Provides the a basic description of the purpose of the command, example : man ls
B) info Command/ learning guide and links
provides documentation on operating system commands and features.
example : info cal
C) --help
Provide basic information about command for example : find --help .
D) which Command/display the full path to the command in question:
searches for the location of a command by searching the PATH variable.
For example : which ls
E) type Command
The type command can be used to determine information about various commands.
Example : type which
F) whereis command. /specifically find commands and man pages.
search for the location of a command . Example : whereis date
7. 1 7
3.Working with Files and Directories
A) Introduction
When working in a Linux Operating System, you will need to know how to manipulate
files and directories. Some Linux distributions have GUI-based applications that allow you
to manage files, but it is important to know how to perform these operations via the
command line.
B) Understanding Files and Directories
Files are used to store data such as text, graphics , programs and devices.
Directories "folders") are used to provide a hierarchical organization structure.
This directory structure is called the filesystem by most Linux users.
To view the root filesystem, type ls /:
8. 1 8
C) Directory Path
A path allows you to specify the exact location of a directory. For the sound directory, the path
would be /etc/sound.
There are two types of paths : Absolute path and Relative Path .
Absolute path :
With an absolute path, you always provide directions to a directory starting from the root
directory. For example :cd /home/rooble/Desktop/arday.
Relative Path :
With relative path, provides directions using your current location .
For example : cd arday .
D) Directory and file listing commands
Home Directory
Provides system users and represent it ~ ( tilde ) ex : cd ~
Current Directory
is the directory where you are currently working in a terminal. To determine current directory
use pwd command .
9. 1 9
Changing Directories
If you want to change to a different directory, use the cd (change directory)
command. Cd Desktop .
Listing Files in a Directory
The ls command (ls is short for list) can be used to display the contents of a
directory.
Listing Colors
There are many different types of files in Linux:
Listing Hidden Files
To display all files, including hidden files, use the -a option to the ls command. Ls -a
Type Description
plain file A file that isn't a special file type; also called a normal file
directory A directory file (contains other files)
executable A file that can be run like a program
symbolic link A file that points to another file
10. 1 10
Long Display Listing
There is information about each file example : ls l
Human Readable Sizes
When you display file sizes with the -l option to the ls command, you end up with
file sizes in bytes. For text files, a byte is 1 character. For example : ls -1h
Listing Directories
When the command ls -d is used, it refers to the current directory. ls -d
11. 1 11
E) manipulating Directories
1. Creating directory
syntax : $mkdir dir name example :$kdir science
2. Create multiple directories :
Syntax :$mkdir dir1 dir2 dir3 example :$mkdir math economic
3. Entering the directory
syntax :$cd dirname example :$ cd science
4. Copy directory
Syntax :$ cp-r dir dir2 example :$cp science copy science
5. Renaming directory
Syntax :$mv dir1 dir2 example : $mv science cilmi
6. Deleting directory
syntax: $rmdir dirname- empty directory example :$rmdir science
Syntax : $rm-r dirname is not empty example :$rm-r science
12. 1 12
F) Manipulating files
1.Creating file
Syntax : $cat>filename example : $cat>cashar.txt
Syntax : $touch filename empty file example : $touch cashar2.txt
2. Appending contents to the file
Syntax : $cat>>filename example : $cat>>cashar2.txt
3.Concatenating multiple files :
Syntax : $cat file1 file2 >file3 example : $cat cashar.txt cashar2.txt >cashar3
4.Displaying the file content /open file
Syntax : $cat filename example : $cat cashar.txt
5.Renaming the file
Syntax : $mv filename example : $mv cashar.txt tijaabo.txt
6.Copying the file
Syntax : $cp source destination example : $cp cashar.txt copycashar.txt
13. 1 13
Cont
7. Viewing the file type
Syntax : $ file filename example : $ file cashar.txt
8. Viewing the whole file
Syntax : $cat filename example : $cat cashar.txt or
Syntax : $less filename one page example : $less cashar.txt
9. Viewing parts of a file
A- head command first lines of the file
Syntax : $ head -3 filename example : $ head-3 cashar.txt
B-tail command last lines of the file
Syntax : $ tail -3 filename example : $ last -3 cashar.txt
10. Deleting the file
Syntax : $ rm file example : $ rm cashar.txt
Syntax : $ rm file1 file 2 file example : $ rm cashar.txt cashar2.txt