What are the files with the “.O” extension in `/etc/cups/ppd` used for?
I would like to know what the duplicate files in /etc/cups/ppd
with .O suffixed mean and what they are used for (opposed to the ones without suffix). For example:
$ ls /etc/cups/ppd
-rw-r--r--. 1 root lp 9912 Jan 5 12:56 prt1.ppd
-rw-r--r--. 1 root lp 9878 Jan 5 12:51 prt1.ppd.O
-rw-r--r--. 1 root lp 1311 Jan 6 15:21 prt2.ppd
-rw-r--r--. 1 root lp 1311 Jan 6 15:24 prt2.ppd.O
drivers printing cups-lpd
add a comment |
I would like to know what the duplicate files in /etc/cups/ppd
with .O suffixed mean and what they are used for (opposed to the ones without suffix). For example:
$ ls /etc/cups/ppd
-rw-r--r--. 1 root lp 9912 Jan 5 12:56 prt1.ppd
-rw-r--r--. 1 root lp 9878 Jan 5 12:51 prt1.ppd.O
-rw-r--r--. 1 root lp 1311 Jan 6 15:21 prt2.ppd
-rw-r--r--. 1 root lp 1311 Jan 6 15:24 prt2.ppd.O
drivers printing cups-lpd
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
1
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.
– guiverc
Oct 26 '18 at 8:25
add a comment |
I would like to know what the duplicate files in /etc/cups/ppd
with .O suffixed mean and what they are used for (opposed to the ones without suffix). For example:
$ ls /etc/cups/ppd
-rw-r--r--. 1 root lp 9912 Jan 5 12:56 prt1.ppd
-rw-r--r--. 1 root lp 9878 Jan 5 12:51 prt1.ppd.O
-rw-r--r--. 1 root lp 1311 Jan 6 15:21 prt2.ppd
-rw-r--r--. 1 root lp 1311 Jan 6 15:24 prt2.ppd.O
drivers printing cups-lpd
I would like to know what the duplicate files in /etc/cups/ppd
with .O suffixed mean and what they are used for (opposed to the ones without suffix). For example:
$ ls /etc/cups/ppd
-rw-r--r--. 1 root lp 9912 Jan 5 12:56 prt1.ppd
-rw-r--r--. 1 root lp 9878 Jan 5 12:51 prt1.ppd.O
-rw-r--r--. 1 root lp 1311 Jan 6 15:21 prt2.ppd
-rw-r--r--. 1 root lp 1311 Jan 6 15:24 prt2.ppd.O
drivers printing cups-lpd
drivers printing cups-lpd
edited Oct 26 '18 at 11:18
Jarl
asked Oct 26 '18 at 6:41
JarlJarl
1377
1377
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
1
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.
– guiverc
Oct 26 '18 at 8:25
add a comment |
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
1
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.
– guiverc
Oct 26 '18 at 8:25
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
1
1
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.
file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.– guiverc
Oct 26 '18 at 8:25
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.
file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.– guiverc
Oct 26 '18 at 8:25
add a comment |
1 Answer
1
active
oldest
votes
The .O
files are created by the CUPS system whenever the printer configuration is changed, e.g., if /etc/cups/printers.conf
is modified, the previous version is automatically saved as /etc/cups/printers.conf.O
. This makes it easy to revert to a previously working configuration.
According to this U&L answer the
.O
stands foroldfile
as indicated incups/scheduler/file.c
:
oldfile[1024]; /* filename.O */
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087337%2fwhat-are-the-files-with-the-o-extension-in-etc-cups-ppd-used-for%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The .O
files are created by the CUPS system whenever the printer configuration is changed, e.g., if /etc/cups/printers.conf
is modified, the previous version is automatically saved as /etc/cups/printers.conf.O
. This makes it easy to revert to a previously working configuration.
According to this U&L answer the
.O
stands foroldfile
as indicated incups/scheduler/file.c
:
oldfile[1024]; /* filename.O */
add a comment |
The .O
files are created by the CUPS system whenever the printer configuration is changed, e.g., if /etc/cups/printers.conf
is modified, the previous version is automatically saved as /etc/cups/printers.conf.O
. This makes it easy to revert to a previously working configuration.
According to this U&L answer the
.O
stands foroldfile
as indicated incups/scheduler/file.c
:
oldfile[1024]; /* filename.O */
add a comment |
The .O
files are created by the CUPS system whenever the printer configuration is changed, e.g., if /etc/cups/printers.conf
is modified, the previous version is automatically saved as /etc/cups/printers.conf.O
. This makes it easy to revert to a previously working configuration.
According to this U&L answer the
.O
stands foroldfile
as indicated incups/scheduler/file.c
:
oldfile[1024]; /* filename.O */
The .O
files are created by the CUPS system whenever the printer configuration is changed, e.g., if /etc/cups/printers.conf
is modified, the previous version is automatically saved as /etc/cups/printers.conf.O
. This makes it easy to revert to a previously working configuration.
According to this U&L answer the
.O
stands foroldfile
as indicated incups/scheduler/file.c
:
oldfile[1024]; /* filename.O */
answered Jan 3 at 12:58
Anthony GeogheganAnthony Geoghegan
1,046916
1,046916
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087337%2fwhat-are-the-files-with-the-o-extension-in-etc-cups-ppd-used-for%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There is a similar question on Red Hat: access.redhat.com/solutions/2123691
– Jarl
Oct 26 '18 at 6:42
1
... and on U&L: Why are there .O files in /etc/cups?
– steeldriver
Oct 26 '18 at 7:43
Ask your system? Ubuntu and any GNU/Linux or unix system use the contents of files (not part of the name [extension]) to dictate what type of file it is.
file prt1.ppd.O
should tell you what they contain. The actual '.o' means nothing except it's part of the filename.– guiverc
Oct 26 '18 at 8:25