| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Useful Unix Commands

This version was saved 17 years, 8 months ago View current version     Page history
Saved by PBworks
on August 9, 2006 at 9:54:42 am
 

cd = change directory

pushd = flip between two different directories

cp = copy

mv = move

rm = remove and erase

ls = list what is in the directory

ls -l = list what is in directory with more detail

pwd = find out where you were

mkdir = make new directory

chown = change owner

chown -R = change owner of everything in specified directory

su = switch user

chgrp = change group ownership

chgrp -R = change group ownership of everything in specified directory

diff = compare two files

Ctrl + Z = suspends program

fg = reactivates program/brings suspended back into foreground

Comments (0)

You don't have permission to comment on this page.