Difference between pages "Hidden files" and "Set up a local printer using cups"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
 
Line 1: Line 1:
Hidden files under Linux are files that start with a dot. They are not included when using the * operator in [[bash]]:
+
Here are some printers and how to set them up:
# ls
+
* [[Brother DCP-J140W]]
.hidden  a.out  datei  main.cpp
+
* [[HP OfficeJet 6700]]
# ls *
 
a.out  datei  main.cpp
 
 
 
Here is one example what this means for you:
 
 
 
Take care if you want to [[backup]] your home directory! Taking a backup with the [[command]]
 
[[tar]] cvzf backup.tar.gz *
 
will NOT save your dot files, better use
 
tar cvzf backup.tar.gz .
 

Revision as of 06:31, 5 August 2015

Here are some printers and how to set them up: