SlideShare a Scribd company logo
Lesson 11-Locating, Printing, and Archiving User Files
Overview  Creating a long file. Splitting long files. Locating files with find. Printing a file. Archiving files.
Creating a Long File  The “ls –R ~” command is used to list all the files contained in the user’s home directory. The “cut –c range of characters ~/file name” command is used to read a particular number of characters from each line in a file. The “cat –n file name” command is used to add numbers to the left of all lines in a copy of the file.
Splitting Long Files  The “split” utility is used to read a long file and break up the contents into a series of small files of specified size. Each small file has an extension starting with “aa” and going through the alphabet as far as needed to hold a copy of the whole file.
Splitting Long Files  Splitting Long Files into Pieces
Splitting Long Files  Reassembling the files: The “cat filename*” command is used to read all the small files and output data that matches the original long file. The last part of the file names, such as “aa”, “ab”, etc., is in ASCII order. The ASCII order is used by the shell for the filenames when it replaces the * in the command line.
Locating File with Find  The “find” utility is used to locate a particular file in several directories. The find utility displays the output and any error message that is appropriate. The pathnames of files and information about directories that cannot be examined because of their assigned permissions are also displayed by the find utility.
Locating File with Find  The command to be given is “find ~ -name filename –print”. The “~” specifies the target starting point directory. The “–print” specifies that the full pathname of each occurrence of the file(s) matching the selection criterion should be output to the screen.
Locating File with Find  Locating files by owner. Locating and acting on files by owner. Locating additional options. Acting on all files in a directory tree.
Locating Files by Owner  The “ls –ld /directory name/$USER” command is used to determine if the user has a directory with the same name as the login name in a particular directory. The “find” utility can also be used to identify files owned by a particular user. The output of the find utility can be redirected to a file or a printer.
Locating Files by Owner  Command Line Interpretation find Utility
Locating and Acting on Files by  Owner  The find utility can also be used to remove located files, change file permissions, or employ any shell file-manipulation command. The “-exec” option is used with the utility to execute any command utilizing the file names that are selected.
Locating and Acting on Files by  Owner  Using the find Utility to Locate Files by Owner
Locating Additional Options  Additional Options
Acting on all Files in a Directory  Tree  The find utility can be used as an agent to go through the directory tree recursively and execute another utility on all files. The utility shows a user to search through the specified directory trees, based on a variety of criteria, and perform actions on the located files.
Printing a File  Printing the output of a pipeline. Printing multiple copies. Adding a title line to the banner page. Checking the status of print jobs. Canceling a print request.
Printing the Output of a Pipeline  A pipe can be used to connect the output of a utility as an input to the print utility. The “col –bx” and the “colcrt” utilities are used to remove control characters that are of value to the terminal.
Printing Multiple Copies  Any of the following commands can be used to print multiple copies of a file: lp –n (number of copies to be printed in numeric value) file name. lpr -# (number of copies to be printed in numeric value) file name.
Adding a Title Line to the Banner  Page  A banner page, also called the burst page, contains information about the printer and the user issuing the print request. The “lp –t‘numbers file’ file name” or the “lpr –Pprinter –J’numbers file’ file name” command can be used to add a title and print the file.
Adding a Title Line to the Banner  Page  The “lp –dprinter –ttitle filename” or the “lpr –Pprinter –J’title’ filename” are the two formats of the print commands.
Checking the Status of Print Jobs  All print requests are administered by a spooler. A spooler is a program that receives print requests from multiple users and sends jobs one at a time to the printer. The spooler makes it possible for the system to process simultaneous print job requests for several users. The “lpstat” or the “lpq –Pprinter username” command can be use to examine the queue.
Canceling a Print Request  The “cancel” or the “lprm” command can be used to remove jobs from the queue. On a Linux system, all printing jobs owned by the user are removed from the queue. On a UNIX system, the “–u” option is used to indicate jobs owned by the user.
Archiving Files  Archiving files on floppy disks. Creating archives with tar.
Archiving Files on Floppy Disks  Copying a file to and from a floppy: Mtools is a set of programs that facilitate the copying of files to a floppy drive without going through the process of mounting the drive. The “mcopy” command is used to copy a file to and from a floppy. The command requires two arguments the file name from the current directory, and a:, which is an agreed name for the floppy.
Archiving Files on Floppy Disks  Copying a file to and from a floppy (continued): Multiple files can be copied by using the * sign in place of a particular filename. Attributes such as permissions are not included in the copy. When a file is copied from a floppy, the permissions for the newly copied file may not match its original permissions. When the mcopy command creates a new file on the system, the default permissions for the new file are applied.
Archiving Files on Floppy Disks  Removing files and directories from a floppy: The “mdel” command is used to delete files. The mdel command requires an argument, the name of the file(s) to be deleted. The “mdeltree” command is used to delete directories. This command requires one argument, the name of the directory to be deleted.
Archiving Files on Floppy Disks  Formatting a floppy disk: The “mformat” command is used to format a floppy. The floppy is formatted in the DOS format.
Creating Archives with tar  The “tar” (tape archiving) utility is used extensively for making archive files on most systems. The utility can be used to create a single file, called archive, which contains the files in a directory tree and all information about each file.
Creating Archives with tar  The command used to create a tar archive is “tar –cvf filename.tar”. The command instructs tar to create an archive in verbose mode and use a file to hold the archive. The dot (.) is the source directory, from which all files are archived. The “tar –tf filename” can be used to list the contents of the tar archive.
Creating Archives with tar  Extracting files from an archive: The extension “.tar” is called a “tarball”. A tarball can be moved, mailed, or placed on portable media. The “tar –xvf filename.tar” is used to extract the directory tree from the archive. The command provides instructions to extract the structure from the archive in verbose mode, from a file.
Summary  The split utility is used to break the contents of a long file into a series of small files. The lp and the lpr utilities manage files directed to the printer. The find utility searches through a directory tree for files based on specific criteria, and then takes action on each identified file.
Summary  The mtools utility facilitates the copying of files to and from a floppy drive using a DOS-formatted floppy. The tar utility is used to make an archive of a directory tree or a file. The archive can be stored on permanent media, sent to a remote machine, or just used to move a structure from one location in a system to another.

More Related Content

What's hot (19)

PDF
Unix command line concepts
Artem Nagornyi
 
PPT
intro unix/linux 03
duquoi
 
PPT
Linux ppt
Sanmuga Nathan
 
PDF
VTU 3RD SEM UNIX AND SHELL PROGRAMMING SOLVED PAPERS
vtunotesbysree
 
PPT
Karkha unix shell scritping
chockit88
 
PDF
Command
somoloye
 
PDF
Unix commands in etl testing
Garuda Trainings
 
DOCX
Files nts
kalyani66
 
PDF
Windows command prompt a to z
Subuh Kurniawan
 
TXT
An a z index of the bash commands
Ben Pope
 
PPT
Lession1 Linux Preview
leminhvuong
 
DOC
Unix Basics For Testers
nitin lakhanpal
 
PDF
Tool Development 08 - Windows Command Prompt
Nick Pruehs
 
PPT
101 2.3 manage shared libraries
Acácio Oliveira
 
PDF
Course 102: Lecture 12: Basic Text Handling
Ahmed El-Arabawy
 
PDF
Basic unix commands_1
thakor bharati
 
PDF
Course 102: Lecture 3: Basic Concepts And Commands
Ahmed El-Arabawy
 
ODP
Linux Introduction (Commands)
anandvaidya
 
Unix command line concepts
Artem Nagornyi
 
intro unix/linux 03
duquoi
 
Linux ppt
Sanmuga Nathan
 
VTU 3RD SEM UNIX AND SHELL PROGRAMMING SOLVED PAPERS
vtunotesbysree
 
Karkha unix shell scritping
chockit88
 
Command
somoloye
 
Unix commands in etl testing
Garuda Trainings
 
Files nts
kalyani66
 
Windows command prompt a to z
Subuh Kurniawan
 
An a z index of the bash commands
Ben Pope
 
Lession1 Linux Preview
leminhvuong
 
Unix Basics For Testers
nitin lakhanpal
 
Tool Development 08 - Windows Command Prompt
Nick Pruehs
 
101 2.3 manage shared libraries
Acácio Oliveira
 
Course 102: Lecture 12: Basic Text Handling
Ahmed El-Arabawy
 
Basic unix commands_1
thakor bharati
 
Course 102: Lecture 3: Basic Concepts And Commands
Ahmed El-Arabawy
 
Linux Introduction (Commands)
anandvaidya
 

Similar to intro unix/linux 11 (20)

DOCX
Directories description
Dr.M.Karthika parthasarathy
 
PDF
MCLS 45 Lab Manual
Lokesh Singrol
 
PDF
Linux Cheat Sheet.pdf
roschahacker
 
PPT
Linux presentation
Nikhil Jain
 
PPT
commands and_ in _shell presentation.ppt
Serah48
 
PDF
Linux file commands and shell scripts
PrashantTechment
 
PPTX
Linux 4 you
Shashwat Shriparv
 
PPT
linux-lecture4.ppt
LuigysToro
 
PPT
8.1.intro unix
southees
 
PPT
Linux commands and file structure
Sreenatha Reddy K R
 
PPTX
Linux System commands Essentialsand Basics.pptx
mba1130feb2024
 
PPT
Unix/Linux Basic Commands and Shell Script
sbmguys
 
PPTX
Rishav Mishra final presentation on UNIX Final.pptx
rishavmishra041
 
PPT
linux-lecture4.pptuyhbjhbiibihbiuhbbihbi
YajnadattaPattanayak
 
DOCX
Assignment OS LAB 2022
INFOTAINMENTCHANNEL1
 
PPTX
Unix Linux Commands Presentation 2013
Wave Digitech
 
PPT
2ab. UNIX files.ppt JSS science and technology university
tempemailtemp19
 
PPTX
Unix / Linux Operating System introduction.
poongothai11
 
PPTX
various shell commands in unix operating system.pptx
ssuserc26f8f
 
PPTX
18 LINUX OS.pptx Linux command is basic isma
perweeng31
 
Directories description
Dr.M.Karthika parthasarathy
 
MCLS 45 Lab Manual
Lokesh Singrol
 
Linux Cheat Sheet.pdf
roschahacker
 
Linux presentation
Nikhil Jain
 
commands and_ in _shell presentation.ppt
Serah48
 
Linux file commands and shell scripts
PrashantTechment
 
Linux 4 you
Shashwat Shriparv
 
linux-lecture4.ppt
LuigysToro
 
8.1.intro unix
southees
 
Linux commands and file structure
Sreenatha Reddy K R
 
Linux System commands Essentialsand Basics.pptx
mba1130feb2024
 
Unix/Linux Basic Commands and Shell Script
sbmguys
 
Rishav Mishra final presentation on UNIX Final.pptx
rishavmishra041
 
linux-lecture4.pptuyhbjhbiibihbiuhbbihbi
YajnadattaPattanayak
 
Assignment OS LAB 2022
INFOTAINMENTCHANNEL1
 
Unix Linux Commands Presentation 2013
Wave Digitech
 
2ab. UNIX files.ppt JSS science and technology university
tempemailtemp19
 
Unix / Linux Operating System introduction.
poongothai11
 
various shell commands in unix operating system.pptx
ssuserc26f8f
 
18 LINUX OS.pptx Linux command is basic isma
perweeng31
 
Ad

More from duquoi (9)

PDF
Troubleshooting CD Burning
duquoi
 
PDF
Advanced Bash Scripting Guide 2002
duquoi
 
PDF
Astrolog: Switches
duquoi
 
PDF
Cinelerra Video Editing Manual
duquoi
 
PDF
Iptables
duquoi
 
PDF
Ffmpeg
duquoi
 
ODP
rosegarden
duquoi
 
PPT
intro unix/linux 12
duquoi
 
PPT
intro unix/linux 01
duquoi
 
Troubleshooting CD Burning
duquoi
 
Advanced Bash Scripting Guide 2002
duquoi
 
Astrolog: Switches
duquoi
 
Cinelerra Video Editing Manual
duquoi
 
Iptables
duquoi
 
Ffmpeg
duquoi
 
rosegarden
duquoi
 
intro unix/linux 12
duquoi
 
intro unix/linux 01
duquoi
 
Ad

Recently uploaded (20)

PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Python basic programing language for automation
DanialHabibi2
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 

intro unix/linux 11

  • 1. Lesson 11-Locating, Printing, and Archiving User Files
  • 2. Overview Creating a long file. Splitting long files. Locating files with find. Printing a file. Archiving files.
  • 3. Creating a Long File The “ls –R ~” command is used to list all the files contained in the user’s home directory. The “cut –c range of characters ~/file name” command is used to read a particular number of characters from each line in a file. The “cat –n file name” command is used to add numbers to the left of all lines in a copy of the file.
  • 4. Splitting Long Files The “split” utility is used to read a long file and break up the contents into a series of small files of specified size. Each small file has an extension starting with “aa” and going through the alphabet as far as needed to hold a copy of the whole file.
  • 5. Splitting Long Files Splitting Long Files into Pieces
  • 6. Splitting Long Files Reassembling the files: The “cat filename*” command is used to read all the small files and output data that matches the original long file. The last part of the file names, such as “aa”, “ab”, etc., is in ASCII order. The ASCII order is used by the shell for the filenames when it replaces the * in the command line.
  • 7. Locating File with Find The “find” utility is used to locate a particular file in several directories. The find utility displays the output and any error message that is appropriate. The pathnames of files and information about directories that cannot be examined because of their assigned permissions are also displayed by the find utility.
  • 8. Locating File with Find The command to be given is “find ~ -name filename –print”. The “~” specifies the target starting point directory. The “–print” specifies that the full pathname of each occurrence of the file(s) matching the selection criterion should be output to the screen.
  • 9. Locating File with Find Locating files by owner. Locating and acting on files by owner. Locating additional options. Acting on all files in a directory tree.
  • 10. Locating Files by Owner The “ls –ld /directory name/$USER” command is used to determine if the user has a directory with the same name as the login name in a particular directory. The “find” utility can also be used to identify files owned by a particular user. The output of the find utility can be redirected to a file or a printer.
  • 11. Locating Files by Owner Command Line Interpretation find Utility
  • 12. Locating and Acting on Files by Owner The find utility can also be used to remove located files, change file permissions, or employ any shell file-manipulation command. The “-exec” option is used with the utility to execute any command utilizing the file names that are selected.
  • 13. Locating and Acting on Files by Owner Using the find Utility to Locate Files by Owner
  • 14. Locating Additional Options Additional Options
  • 15. Acting on all Files in a Directory Tree The find utility can be used as an agent to go through the directory tree recursively and execute another utility on all files. The utility shows a user to search through the specified directory trees, based on a variety of criteria, and perform actions on the located files.
  • 16. Printing a File Printing the output of a pipeline. Printing multiple copies. Adding a title line to the banner page. Checking the status of print jobs. Canceling a print request.
  • 17. Printing the Output of a Pipeline A pipe can be used to connect the output of a utility as an input to the print utility. The “col –bx” and the “colcrt” utilities are used to remove control characters that are of value to the terminal.
  • 18. Printing Multiple Copies Any of the following commands can be used to print multiple copies of a file: lp –n (number of copies to be printed in numeric value) file name. lpr -# (number of copies to be printed in numeric value) file name.
  • 19. Adding a Title Line to the Banner Page A banner page, also called the burst page, contains information about the printer and the user issuing the print request. The “lp –t‘numbers file’ file name” or the “lpr –Pprinter –J’numbers file’ file name” command can be used to add a title and print the file.
  • 20. Adding a Title Line to the Banner Page The “lp –dprinter –ttitle filename” or the “lpr –Pprinter –J’title’ filename” are the two formats of the print commands.
  • 21. Checking the Status of Print Jobs All print requests are administered by a spooler. A spooler is a program that receives print requests from multiple users and sends jobs one at a time to the printer. The spooler makes it possible for the system to process simultaneous print job requests for several users. The “lpstat” or the “lpq –Pprinter username” command can be use to examine the queue.
  • 22. Canceling a Print Request The “cancel” or the “lprm” command can be used to remove jobs from the queue. On a Linux system, all printing jobs owned by the user are removed from the queue. On a UNIX system, the “–u” option is used to indicate jobs owned by the user.
  • 23. Archiving Files Archiving files on floppy disks. Creating archives with tar.
  • 24. Archiving Files on Floppy Disks Copying a file to and from a floppy: Mtools is a set of programs that facilitate the copying of files to a floppy drive without going through the process of mounting the drive. The “mcopy” command is used to copy a file to and from a floppy. The command requires two arguments the file name from the current directory, and a:, which is an agreed name for the floppy.
  • 25. Archiving Files on Floppy Disks Copying a file to and from a floppy (continued): Multiple files can be copied by using the * sign in place of a particular filename. Attributes such as permissions are not included in the copy. When a file is copied from a floppy, the permissions for the newly copied file may not match its original permissions. When the mcopy command creates a new file on the system, the default permissions for the new file are applied.
  • 26. Archiving Files on Floppy Disks Removing files and directories from a floppy: The “mdel” command is used to delete files. The mdel command requires an argument, the name of the file(s) to be deleted. The “mdeltree” command is used to delete directories. This command requires one argument, the name of the directory to be deleted.
  • 27. Archiving Files on Floppy Disks Formatting a floppy disk: The “mformat” command is used to format a floppy. The floppy is formatted in the DOS format.
  • 28. Creating Archives with tar The “tar” (tape archiving) utility is used extensively for making archive files on most systems. The utility can be used to create a single file, called archive, which contains the files in a directory tree and all information about each file.
  • 29. Creating Archives with tar The command used to create a tar archive is “tar –cvf filename.tar”. The command instructs tar to create an archive in verbose mode and use a file to hold the archive. The dot (.) is the source directory, from which all files are archived. The “tar –tf filename” can be used to list the contents of the tar archive.
  • 30. Creating Archives with tar Extracting files from an archive: The extension “.tar” is called a “tarball”. A tarball can be moved, mailed, or placed on portable media. The “tar –xvf filename.tar” is used to extract the directory tree from the archive. The command provides instructions to extract the structure from the archive in verbose mode, from a file.
  • 31. Summary The split utility is used to break the contents of a long file into a series of small files. The lp and the lpr utilities manage files directed to the printer. The find utility searches through a directory tree for files based on specific criteria, and then takes action on each identified file.
  • 32. Summary The mtools utility facilitates the copying of files to and from a floppy drive using a DOS-formatted floppy. The tar utility is used to make an archive of a directory tree or a file. The archive can be stored on permanent media, sent to a remote machine, or just used to move a structure from one location in a system to another.