Tagged Questions
8
votes
4answers
180 views
Where to search for more info if I don't have Internet?
For example, I was reading setuid man page today. It says:
If the effective UID of the caller is root, the real UID and saved set-user-ID are also set.
I don't know what set-user-ID is. How can ...
4
votes
3answers
469 views
On Ubuntu Linux, is it normal for mandb to run continuously (apparently in the background)?
I have access to a Ubuntu Linux node at my institution. The nodes are shared among the group, but typically I am the only person who uses this particular node.
I am running a calculation in parallel ...
3
votes
3answers
224 views
Linux's man alternatives
Are there any alternatives to linux's man? I know many users used to man and for them it's useful and best way to find what they want, but i'm looking for something which is focused on examples. Is ...
2
votes
0answers
57 views
Using symbolic links and git to manage build versions
In general I follow the following workflow when I build any program (e.g. emacs, tmux, etc.)
/home/opt/[name of the program]/builds/[version]/
bin
lib
share
For example for a program like tmux I ...
1
vote
2answers
99 views
How do I make the 'man' utility as comprehensive as ss64.com?
The 'man' utility that comes with a Debian distro is not as comprehensive as ss64.com, and in environment like cygwin, it is even more so. Is there a software or a script that will make my 'man' more ...
1
vote
2answers
233 views
How do I find the relevant command for something in linux?
For example, say I'm trying to find the command that displays the routing table (like route) or to run a traceroute, but I don't actually know the commands that accomplish this. My understanding is ...
1
vote
1answer
60 views
What does the number mean in a man page? [duplicate]
Possible Duplicate:
What do the numbers in a man page mean?
If I typeman ls, I seeLS(1) in the top left and top right corners of the manpage.
I also see programs on the internet being ...
-3
votes
1answer
85 views
How to operate USE flags? Is there a master class on Portage or Gentoo?
What man pages I need to read first?
-5
votes
2answers
2k views
The most brutal man page [closed]
What is the most brutal man page that ever exists? Some man pages are hard to read / understand since they aren't well written / complete in term of details but some exist although they are ...