Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

UNIX Commands Quick Reference, Study notes of Computer Science

A quick reference for various unix commands, their descriptions, and examples. It covers essential commands such as nispasswd, date, who, talk, cal, cat, more, mv, rm, cp, lpr, lpq, lprm, diff, ls, mkdir, cd, rmdir, rm, chmod, and quota. Each command is explained with its function and provided with examples.

Typology: Study notes

Pre 2010

Uploaded on 07/31/2009

koofers-user-alm
koofers-user-alm 🇺🇸

10 documents

1 / 2

Toggle sidebar

Related documents


Partial preview of the text

Download UNIX Commands Quick Reference and more Study notes Computer Science in PDF only on Docsity! UNIX Commands Quick Reference -1- Command Description Examples nispasswd change your password date displays date and time who displays current users logged on talk talk/chat with another logged talk jones on user mesg n disable incoming messages cal displays monthly calendar cal 2000 cal 2 2000 cat display the contents of a file cat prog1.cc more display the contents of a file with pauses more prog1.cc mv rename file mv prog1.cc prog1new.cc rm delete file rm prog*.cc will prompt for confirmation no prompt rm -f prog*.cc cp copy the contents of a file cp prog1.cc prog1old.cc prompt on overwrite cp -i prog1.cc prog1old.cc cat concatenate two or more files cat file1 file2 > file3 lpr print file lpr -Ppost10 prog1.cc lpq check print queque lpq -Ppost10 lprm remove print job from queue lprm -Ppost10 768
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved