• 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/22

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;

22 Cards in this Set

  • Front
  • Back
list files in directory
ls
copy files
cp
rename files
mv
move files
mv
delete files
rm
link files
ln
change directory
cd
print current directory name
pwd
create directory
mkdir
delete directory
rmdir
view files
cat
count words/bytes/lines
wc
count words/bytes/lines
wc
measure disk usage
du
identify file typees
file
display file attributes
stat
change file timestamps
touch
change file owner
chown
change file permissions
chmod
change file group
chgrp
change advanced file attributes
chattr
list advanced file attributes
lsattr