Skip to main content

Questions tagged [standard]

The tag has no usage guidance.

0 votes
0 answers
9 views

Documentation standard/nomenclature when to use explicitly the 'show' or 'display' term?

Mostly through man documentation is used either the show and display term when an output is shown/displayed in the terminal. It either with an option or without an option. Just being curious: Question ...
Manuel Jordan's user avatar
1 vote
1 answer
56 views

LC_TIME portability (and other locale settings)

It seems that Linux and FreeBSD (at least) have different notions of how presentation of time is implemented in different locales (LC_TIME), notably but not entirely in how the hour of day is ...
Juan's user avatar
  • 884
0 votes
1 answer
69 views

Why did Red Hat relocate Apache to /usr/sbin

I run Apache http servers on Red Hat and Oracle Linux machines. The account requires that only packages from the Red Hat or Oracle repositories be used. That’s fine , they work and are reasonably ...
JakeS's user avatar
  • 11
-1 votes
1 answer
60 views

Are any modifications to the FHS being worked on (by the Linux Foundation)?

https://unix.stackexchange.com/a/227625/386242 explains the myriad benefits of a simpler and more consistent filesystem hierarchy, but also that without any cross-OS standardization, such efforts are ...
RokeJulianLockhart's user avatar
0 votes
1 answer
56 views

What does "site-wide" mean?

I'm reading man hier, which says: /etc Contains configuration files which are local to the machine. Some larger software packages, like X11, can have their own subdirectories below /etc. Site-...
robertspierre's user avatar
7 votes
1 answer
2k views

How should I interpret the fact that a Unicode code point is shown in two completely different ways in two different terminal emulators?

This is kind of a spin off from an older question I asked. Here's the screenshot from that question: In the bottom left is URxvt, and you can see a lighting bolt-like icon at the beginning of the ...
Enlico's user avatar
  • 1,677
0 votes
1 answer
65 views

What is the standard for "traditional Unix file system permissions"?

I am writing about Unix file permissions - i.e. user/group/world, read(4)/write(2)/execute(1), chmod(), etc. I would like to point the reader to a standard (e.g. Markdown have the CommonMark standard, ...
d4nyll's user avatar
  • 185
8 votes
2 answers
265 views

Is /root a hard requirement for a modern Linux system? What about POSIX? UNIX?

I moved /root to /home/root and changed the appropriate entry in /etc/passwd in my Linux system quite some time ago and everything's worked until recently when I discovered that at least the firejail ...
Artem S. Tashkinov's user avatar
0 votes
1 answer
66 views

How to interpret "functions ... may also be defined as macros"?

For the sake of public record, I'm asking here at SE rather than on the standardization mailing list, so that it'd be more accessible to people. With practically every headers that specify functions (...
DannyNiu's user avatar
  • 620
0 votes
1 answer
92 views

How to use one table (ods) file as a base for another table file?

I have an accounting ledger table (.ods) file which should be the base for other table files. This table file should be the base for other table files such as: 2023.ods 2024.ods 2025.ods These are ...
searcher's user avatar
3 votes
0 answers
5k views

When to clean up /var/tmp?

/var/tmp is not defined in POSIX, but is defined in FHS: 5.15. /var/tmp : Temporary files preserved between system reboots 5.15.1. Purpose The /var/tmp directory is made available for programs that ...
Jonas Stein's user avatar
  • 4,138
6 votes
0 answers
2k views

Why is unistd.h named the way it is?

Similar in spirit to this question about the etymology of linux commands, I'm curious about the origin of the name of unistd.h. Does anyone know for certain what unistd.h stands for? If unistd.h was ...
Lukas Velikov's user avatar
0 votes
1 answer
66 views

Single Unix Specification version 4 (Issue 7) moved bunch of Real-Time APIs to Base, What Next?

While reading the standard, I noticed that bunch of APIs were, Introduced in Issue 5 for alignment with POSIX realtime APIs, Marked for option group membership in Issue 6, and Moved to Base in ...
DannyNiu's user avatar
  • 620
2 votes
3 answers
2k views

Cat alternatives for writing terminal input to file?

When I want to quickly write something to a file that either get's pasted or manually input from the terminal, a quick cat > something.txt and Ctrl+D to close, is a nice shortcut. However of course ...
UserZer0's user avatar
  • 135
2 votes
2 answers
617 views

Are there "non-standard" streams in Linux/Unix?

The so-called "standard streams" in Linux are stdin, stdout, and stderr. They must be called "standard" for a reason. Are there non-standard streams? Are those non-standard streams ...
user56834's user avatar
  • 135

15 30 50 per page
1
2 3 4 5
7