Questions tagged [documentation]
Manuals or other information for system users detailing software features and functionality.
250 questions
0
votes
2
answers
72
views
Tools for coloured information from command line
I want to provide information to users.
For example, it would be helpful to provide curated lists of recommended
programs tailored to users’ needs-such as a Disk Usage Analyzer for those
managing ...
-3
votes
1
answer
156
views
bash -n is a not documented in manpages or info documents [closed]
Even though bash -n is a valid and widely used option, some manpages don't clearly document it in the bash options section, even though it is implemented. It's also not in the GNU Bash Reference ...
0
votes
1
answer
87
views
Relationship between CLONE_NEWUSER, `/bin/unshare` and `unshare(2)` as it relates to User Namespace
I am trying to comprehend some man7.org documentation
about the User Namespace and the /bin/unshare command.
I started by reading this page:
https://man7.org/linux/man-pages/man7/user_namespaces.7....
0
votes
1
answer
86
views
Where is documentation for `/boot/config-<kernel_version>`?
I am working on understanding of how cgroups memory resource controller is enabled on Ubuntu 20.04. I have several Ubuntu machines that make up a Slurm 23.02.7 cluster. In cgroup.conf, SchedMD ...
1
vote
0
answers
170
views
Documentation for /tmp's default permissions
Is there any documentation for the default permissions of the /tmp folder on *nix, in particular Linux?
(Or perhaps /tmp doesn't have specified default permissions?)
Background:
I'm trying to ensure ...
0
votes
1
answer
2k
views
How to update GRUB after updating system, on Fedora, with NVMe SSD
The Fedora documentation on updating to a new Fedora release recommends that, after we update, we should update the GRUB bootloader. They provide the following suggested advice on how to update:
$ ...
0
votes
1
answer
102
views
What do (G) and (S) mean in samba's parameter configuration?
In the official documentation of Samba, the smb.conf(5) page has an "Explanation Of Each Parameter" section.
For some parameters, two possible values (either (G) or (S)) are shown at the end ...
0
votes
1
answer
54
views
rsync: need help resolving a "nomenclature" question
I've used rsync for a while, and it's always performed very well. However, trying to rsync my macOS (source, APFS file system) with my Synology NAS (dest, btrfs filesystem) seems to always present &...
0
votes
1
answer
115
views
ansible-doc getting started?
Is there a vimtutor eqvivalent to ansible?
I know I can read up on the syntax of a particular module using ansible-doc <module> - but what if I can't recall the module name?
If I find myself ...
1
vote
3
answers
380
views
Getting 'emacs-common-non-dfsg' from Debian bookworm-backports
This in reference to this question. Many thanks to user Marcus Müller for providing the silver bullet for getting Emacs 29 from Debian backports. I've done this already, and profited.
However, one ...
1
vote
1
answer
43
views
Does Debian ship the documentation for btrfs?
While researching the answer for this question, I noticed there is a documentation page for man 5 btrfs that I see online. But I don't see that on Debian 12. Did this get shipped at all? How can I ...
-2
votes
1
answer
974
views
Get help for zsh builtin command (--help' does not work) [closed]
Why, unlike Bash, almost all Zsh executable's option of '--help' cannot work, what'd be its counterpart to help user doing on it ?
1
vote
1
answer
40
views
Standard utilities notation for SYNOPSIS sections
I want to construct a program utility synopsis for optional comma separated keywords.
utility [KEYWORD[,KEYWORD]...]
I worder where I should put the repeating pattern ....
I want to allow the ...
1
vote
1
answer
2k
views
Character Classes in GNU grep manual
Trying to understand why does the grep manual state the character classes with one square bracket.
https://www.gnu.org/software/grep/manual/html_node/Character-Classes-and-Bracket-Expressions.html
For ...
1
vote
1
answer
3k
views
(Linux Mint) Does selecting "Encrypt Home Folder" after you chose Full Disk Encryption only encrypt the home folder?
I am not new to Linux but I am new to Linux Mint since I switched from Ubuntu due to reasons out of scope of this question (snapd, update borked my computer)
I selected for FDE (Full Disk Encryption) ...
1
vote
1
answer
3k
views
systemd - does the `DynamicUser` option work with user units and if so, how?
For systemd's system units (the units you operate with systemctl --system (default)), it's possible to specify DynamicUser=yes to make systemd dynamically allocate a user and group for the service to ...
3
votes
1
answer
69
views
Debian or other convention for installing info files in multiple languages
I am working on the installation for Maxima, a computer algebra system. The reference manual is written as a collection of Texinfo files. The primary documentation is English, but there are several ...
1
vote
1
answer
94
views
How to get help on vim's `complete` variable, not vim's `complete' function?
In vim, there is both a function and a variable called complete.
If you do help complete, you get the function's help.
How do you get the help for the variable?
2
votes
1
answer
610
views
List of all file command outputs?
The file -b <path> command seems useful for scripting (filtering file types, not necessarily by extension). But for that you have to know the actual string output for your target filetype(s)
If ...
1
vote
1
answer
983
views
Linux - Where to place manuals and docs for user binaries?
For applications installed via system package manager, binaries, man pages, and docs go in /usr/bin/, /usr/share/man/man<n>/, and /usr/share/doc/<app-name>/ respectively. For example:
...
3
votes
1
answer
2k
views
Installing man pages for section 9 (kernel routines)
I use kernel.org docs to read about kernel functions. Now I am trying to make possible reading manuals for kernel-mode functions, such as printk with man 9 printk. The section 9 is used for this ...
1
vote
2
answers
1k
views
Offline Documentation of kernel.org
i wanted to find a website to download linux kernel documents offline in eother pdf or html or any kind but i dont know where to find and where to download
any help would be appreciated
the link i ...
0
votes
0
answers
69
views
How to find descriptions for exit codes in Linux? [duplicate]
I'm looking for textual explanation of Linux exit codes (like 124 for timeout, 130 for SIGINT received, etc).
I thought errno from moreutils does this but it seems it is for looking for error numbers? ...
2
votes
1
answer
496
views
What are the expansions of TUN and TAP acronyms?
Many VPN software use the TUN or TAP kernel driver to create a virtual network interface (mainly for Linux and FreeBSD systems). I know how they work and the differences, this is purely a ...
1
vote
1
answer
454
views
Error installing VirtualBox on Kali Linux following the Kali doc
https://stackexchange.com/users/9328287/telcom I found a very useful and meaningful answer of yours about this error:
E: The repository 'http://download.virtualbox.org/virtualbox/debian n/a ...