• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/47

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

47 Cards in this Set

  • Front
  • Back
cd
Change Directory
pwd
Display Current Directory Location

ls

List contents of directory

man

displays manual pages for a command
mkdir

Create a directory

mkdir -p

Creates a new directory including any missing parent directories in specified path
rm

Remove

rmdir
Removes a directory

cp

copy

mv

move

mv

rename

cat

view full file (not a page at a time)
more

view file one page at a time

grep

search for string of characters

file

display file type

find
search for a file

ps -ef

display all processes running

kill

end a process (need process #)

pkill

end a process by name

vim

text editing tool

gedit

GUI-based editing tool

tar

backup/archive

parted

tool used to view partition table, can be used to partition a drive but it is difficult to use

fdisk

tool used to view partition table, can be used to EASILY partition a drive

mkfs

assign a file system to a newly created partition

mount



used for TEMPORARY mounting

rpm -qa

Display installed packages
rpm -e

Uninstall package
rpm -ivf

Install package
useradd
Adds a user
userdel

Deletes a user
usermod

Modifies a user

groupadd
Add a group

groupmod

Modifies a group

groupdel

Deletes a group

su

Switch user

su -

Switch user and assume shell

passwd

assign/change a password
whoami
Query system to display current user

who am i
Query system to display who you are logged in as

/bin/sh

Bourne shell

/bin/bash


Bourne again shell


/bin/csh

C shell

/bin/ksh

Korn shell
ls -la

Long form listing of current dir including hidden files

setfacl

Edit permissions/ACL

getfacl

Display permissions