Logged in = What to do
Who= who logged into the system The users and hosts
Pwd =print woring directory= lists the current working directory
Ls = lists all the directories files and sub directories –f –r and other options to remove the
unwanted expressions that also come in the result
Handling Files
Head [ -10] file1 = Shows the first 10 lines of the file
More file1= Shows more content of the file
Tail file1 = Shows the lasat few lines of the file
Ed file1 = Editor for the file to create/edit
Sed = Stream editor for editing the file
Vi = Editing the file and saving it
Mv file1 to file2 = Move the file into another
Cp file1 file2 = Write contents od file1 into file2
Awk file1 = Search for patterns in the file and process the results
Handling Directories
Chown = Change ownership of the
Chmod = Change file or directory access permissions
Mkdir = Creating new directory
Rmdir = Removing the directory
Handling Processes
Ps = show the active processes involved
Kill #pid = kill the process with specified pid
String Manipulation Commands
Grep ‘search string’ file1 = Search for the occurance of the string in the file
Wc file1 = Find the number of words in the file
Server Connection Commands
telnet [host port ] =Used to communicate with other hosts present in the server.
ftp host = Transfer files using file transfer protocol

More Related Content

RTF
Linux commands
PDF
Unix commands
PPTX
Basic unix
PPTX
Linux commands
PPTX
Linux comands for Hadoop
PDF
Basics of UNIX Commands
PDF
Linux command line
PDF
3.1.a linux commands reference
Linux commands
Unix commands
Basic unix
Linux commands
Linux comands for Hadoop
Basics of UNIX Commands
Linux command line
3.1.a linux commands reference

Viewers also liked (7)

PPTX
Planejamento de comunicação - Benfeitoria
PPSX
Aula 03 comunicação institucional o plano de comunicação integrada
PDF
Projeto de Assessoria de Comunicação - Aula 01
PPT
Estratégia de comunicação
PPT
Projeto de Implantação: Comunicação Interna
PDF
Planejamento de Comunicação em Mídias Sociais
PDF
Plano de Comunicação Institucional
Planejamento de comunicação - Benfeitoria
Aula 03 comunicação institucional o plano de comunicação integrada
Projeto de Assessoria de Comunicação - Aula 01
Estratégia de comunicação
Projeto de Implantação: Comunicação Interna
Planejamento de Comunicação em Mídias Sociais
Plano de Comunicação Institucional
Ad

Similar to Unix made easy (20)

DOCX
Perintah dasar terminal kali linux
PPT
Linux presentation
PPT
3. intro
PDF
Devops for beginners
PPT
cisco
PDF
Information about linux operating system
DOCX
Unix commands
PPT
Linux50commands
DOC
58518522 study-aix
PPT
Introduction to Unix
TXT
An a z index of the bash commands
PPT
HISTORY, TYPES OF EMBEDDED LINUX, COMMANDS,
PPT
PDF
Access Linux File System in RHEL - RHCSA (RH124).pdf
PPTX
Unix Shell Script - 2 Days Session.pptx
PDF
Basic linux commands
PPTX
Linux System commands Essentialsand Basics.pptx
PDF
Quick guide of the most common linux commands
PPTX
Linux week 2
PPTX
Basic Linux Administration - 3.pptxon server
Perintah dasar terminal kali linux
Linux presentation
3. intro
Devops for beginners
cisco
Information about linux operating system
Unix commands
Linux50commands
58518522 study-aix
Introduction to Unix
An a z index of the bash commands
HISTORY, TYPES OF EMBEDDED LINUX, COMMANDS,
Access Linux File System in RHEL - RHCSA (RH124).pdf
Unix Shell Script - 2 Days Session.pptx
Basic linux commands
Linux System commands Essentialsand Basics.pptx
Quick guide of the most common linux commands
Linux week 2
Basic Linux Administration - 3.pptxon server
Ad

More from Sunil Kumar Gunasekaran (20)

DOCX
CQL - Cassandra commands Notes
DOCX
Java J2EE Complete Syllabus Checklist
PDF
Amazon search test case document
DOC
Actual test case document
DOC
Sample Technical Requirement Document (TRD)
DOCX
Sql reference from w3 schools
DOCX
Sql commands worked out in sql plus with screen shots
DOCX
Wells fargo banking system ER Diagram
DOC
Business Requirements Document for Acounts Payable System
DOCX
Automation Testing Syllabus - Checklist
PDF
Test process - Important Concepts
DOCX
Testing http methods using Telnet
PDF
Test Life Cycle - Presentation - Important concepts covered
DOCX
Scrum writeup - Agile
DOCX
Scrum, V Model and RUP Models Overview
DOCX
PERL for QA - Important Commands and applications
DOCX
JAVA Notes - All major concepts covered with examples
DOCX
Java programs - bubble sort, iterator, linked list, hash set, reverse string,...
DOCX
Fitnesse user acceptance test - Presentation
CQL - Cassandra commands Notes
Java J2EE Complete Syllabus Checklist
Amazon search test case document
Actual test case document
Sample Technical Requirement Document (TRD)
Sql reference from w3 schools
Sql commands worked out in sql plus with screen shots
Wells fargo banking system ER Diagram
Business Requirements Document for Acounts Payable System
Automation Testing Syllabus - Checklist
Test process - Important Concepts
Testing http methods using Telnet
Test Life Cycle - Presentation - Important concepts covered
Scrum writeup - Agile
Scrum, V Model and RUP Models Overview
PERL for QA - Important Commands and applications
JAVA Notes - All major concepts covered with examples
Java programs - bubble sort, iterator, linked list, hash set, reverse string,...
Fitnesse user acceptance test - Presentation

Unix made easy

  • 1. Logged in = What to do Who= who logged into the system The users and hosts Pwd =print woring directory= lists the current working directory Ls = lists all the directories files and sub directories –f –r and other options to remove the unwanted expressions that also come in the result Handling Files Head [ -10] file1 = Shows the first 10 lines of the file More file1= Shows more content of the file Tail file1 = Shows the lasat few lines of the file Ed file1 = Editor for the file to create/edit Sed = Stream editor for editing the file Vi = Editing the file and saving it Mv file1 to file2 = Move the file into another Cp file1 file2 = Write contents od file1 into file2 Awk file1 = Search for patterns in the file and process the results Handling Directories Chown = Change ownership of the Chmod = Change file or directory access permissions Mkdir = Creating new directory Rmdir = Removing the directory Handling Processes Ps = show the active processes involved Kill #pid = kill the process with specified pid String Manipulation Commands
  • 2. Grep ‘search string’ file1 = Search for the occurance of the string in the file Wc file1 = Find the number of words in the file Server Connection Commands telnet [host port ] =Used to communicate with other hosts present in the server. ftp host = Transfer files using file transfer protocol