Linux Commands
Linux commands, taken form the "Linux Quick Reference" card from O'Reilly's "Bash Cookbook"
| created: | 4 months ago by mlinsey | tags: | linux unix computers oreilly bash command line |
|
|
Review All
|
|
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 |





Review All