Unix Commands

  • July 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Unix Commands as PDF for free.

More details

  • Words: 235
  • Pages: 2
Archives and Storage compress

used to compress files

tar

"tape archive"; create archives, and read/write from tapes and diskettes

File Management cat

"concatenate"; used to display files, or concatenate files

cd

"change directory"

cp

"copy"; used to copy files and directories

file

used to determine a file's "type"

ls

"list"; list files and directories

mkdir "make directory"; used to create new directories more

control the display of files (one screenful at a time)

mv

"move"; used to move files and directories

pwd

"print working directory"

rm

"remove"; used to remove files and directories

wc

"word count"; used to count characters, words, and lines in text files and/or standard input

Printing cancel

used to cancel print requests

lp

"line printer"; used to submit print jobs

lpstat

"line printer statistics"; used to display information about printer queues

Searching find a powerful command used to find files and directories with a wealth of search criteria grep "general regular expression parser"; would be better named "search" or "textsearch"

System Status df

"disk free"; used to show information about free disk space on filesystems

du

"disk usage"; most often used to determine the size of directories

ps

"process statistics"; used to show the processes currently running on the system

who used to show who is logged in

Text Processing grep "general regular expression parser"; would be better named "search" or "textsearch" sort used to sort information provided on standard input

Related Documents

Unix Commands
April 2020 10
Unix Commands
July 2020 7
Unix Commands
November 2019 20
Unix Commands
April 2020 8
Unix Commands
June 2020 4
Unix Commands
May 2020 6