'man' is a command for accessing documentation on Linux and other Unix and Unix-like systems.

learn more… | top users | synonyms

0
votes
2answers
24 views

How can I restore the man page for ls (/usr/share/man/man1/ls.1.gz)?

I was messing around with the man page files whereupon I accidentally deleted ls.1.gz, which describes the man page for ls. Is there somewhere where I can download a copy of this file which I can ...
0
votes
1answer
14 views

non-root man pages with Linux-Ubuntu

I'm working on a Linux-Ubuntu server as non-root user. I created a small application and because I'm not a privileged user I'm going to install it under $HOME/bin directory (this directory is in the ...
0
votes
2answers
54 views

Debian - bash is default shell, but “man sh” gives dash

On Debian stable. Running ps -p $$ shows bash is my current shell, ls -l $(which sh) shows sh is a symlink to bash. So why, when I run man sh, do I get the man page for dash? Is this just a bug in ...
0
votes
0answers
34 views

cannot find man pages in osx (manpath issue)

I have OSX 10.8.3 and my man pages are not showing up. I have had this problem when I was on 10.6, but not I want to fix it. The reason why I cannot find man pages is because it is set to ...
1
vote
3answers
88 views

How do I find info about “sticky bits” from within Linux without having to use Google?

When I type: $ man -k sticky I get: sticky: nothing appropriate Surely there is information within the Linux OS somewhere (without having to go to Google) about sticky bits - what they are, how ...
0
votes
4answers
56 views

man page command: man 3 vs. man

I'm wondering what's the difference between "man 3 command" vs "man command"? I read in wiki (http://en.wikipedia.org/wiki/Man_page) that man 3 is used in Linux in section 3 of the man pages. And ...
0
votes
0answers
20 views

Different behaviour of man and apropos

I have a hierarchy of man pages that looks like man_root man1SO man1SOUbuntu driver.1SOUbuntu man1SOWindows driver.1SOWindows So, If I look driver like this man -s 1SO I ...
2
votes
1answer
30 views

Pointing man pages to different location

In my environment, I am installing a different vendor SSH server other than openSSH tended to meet our environment needs. When I issue a man ssh command, for example, I want it to point to the new ...
0
votes
1answer
16 views

Fedora 17 LXDE missing man 2 and man 3 C functions

everyone. I am using Fedora 17, and I need to refer to some C functions, but man 2 malloc or man 3 malloc ( malloc for example ) are not working. Also man (function) is not working too. Any clues? I ...
1
vote
1answer
25 views

Some man pages not found

I'm running Ubuntu 12.04. I had Fedora a couple of years back and I saw the man pages for the following there: unistd.h, sys/types.h, standard typedefs (suffixed by "_t") etc. I tried this: ...
0
votes
1answer
53 views

Installed Git via homebrew on OSX , man file problems, other potential problems?

I installed Git via homebrew, on OSX 10.8, with an already existing version of Git. The new version wouldn't show up, so I renamed the old git files (git, gitk etc...)in /usr/bin , to *-old. Now the ...
41
votes
2answers
1k views

Sometimes you are feeling down, you want to 'man up' — how can I add this manual entry in unix?

Cris-Mac-Book-2:src cris$ man up No manual entry for up How can I remedy this situation? I want to add an 'invented' manual entry for a non-existant command up so I can type man up when required. ...
0
votes
0answers
31 views

MANPATH_MAP's being recognized but not used?

Short version When you run man -dsome_command and the MANPATH environment variable is set, it outputs lines reading: found manpath map /something/bin --> /something/share/man But does not find ...
2
votes
2answers
108 views

How do I execute a Linux command whilst using the less command or within the man pages?

I generally pipe the command ls with less and would like to execute a command while it is paging e.g. I come across a file that I would like to delete so I would like to execute the command rm ...
1
vote
1answer
65 views

Why does “ulimit -t 5” have no effect on “less” or “man”, but work on “yes”?

If I run $ ulimit -t 5 $ yes then yes gets killed after 5 seconds, but man and less/more don't. Why are those two immune to ulimit?
0
votes
2answers
58 views

what is (3pm), when I run apropos Unicode in see entries like this Unicode::CharName (3pm)

apropos unicode Pango::ScriptIter (3pm) - used to break a string of Unicode into runs by text Unicode::CharName (3pm) - Look up Unicode character names Unicode::Map (3pm) - (unknown subject) ...
-1
votes
2answers
32 views

Cant find the term firewire in a man page - ubuntu

I went into a man page by typing man man and then typing /firewire but I keep getting a message that says 'pattern not found'. I have tried every possible solution If the way I'm doing things is ...
0
votes
1answer
49 views

linux man command in different languages

I want view man pages in Russian. Is it possible to do this? If yes, what do I need to do? Can I install it just using apt-get? I tried to google, but didn't find an answer. I'm using Ubuntu 12.04.1. ...
1
vote
3answers
98 views

Open man-page with less [duplicate]

Possible Duplicate: How to let man utility to use less to display manual rather than more? How can i open up the Man-page for a command with the less-editor? Alternatively, how can i find ...
1
vote
1answer
48 views

local man page

I'm reading a book on administration and I'm wandering whether my answers are correct related to the man command. I'm running Ubuntu. Qstn1: How would you read sync’s local man page that was kept ...
8
votes
2answers
254 views

bash: colorized man page

Where do I have to take a look at in the system to colorize the man pages? The man pages are viewed with less, so I tried adding the following lines to my .bashrc to change the colors: (Which works ...
1
vote
4answers
97 views

How can I view all “man” entries in Unix?

I was trying to learn more about grep (as my coworkers suggested) since I rarely used it and needed to refresh my Unix knowledge. However, when I typed man grep, the following message was displayed: ...
11
votes
5answers
305 views

How to jump to a particular flag in a Unix manpage?

When reading a Unix manpage in the terminal, how can I jump easily to the description of a particular flag? For instance, I need to know the meaning of the -o flag for mount. I run man mount and want ...
2
votes
1answer
108 views

What does the -R flag do for chflags?

I'm not clear on exactly what the -R flag does for chflags. I was wondering if someone might be able to help me. The man page says this: Recurse: Change the file flags of file hierarchies rooted ...
0
votes
1answer
54 views

Difference between 'apropos *' and 'apropos .'

OpenSUSE 12.01, KDE, kernel 3.1.9-1.4-default Trying to get all man pages. Basically the answer is apropos . or man -k .. Why does apropos \* only returns about 300 man pages while apropos . returns ...
0
votes
1answer
60 views

How do I cycle through from top to bottom when passing a pattern in command: in Linux?

I came across the post at Linux 'man' command: How do I search for a word/phrase and cycle through? which explains the ability to cycle to the next pattern but how do I get it cycle through ...
1
vote
0answers
26 views

How can I use man to lookup cocoa functions like FSEventsCopyUUIDForDevice in os x?

I can use man to look up tranditional posix APIs, but NOT when I try to look up os x APIs like FSEventsCopyUUIDForDevice etc. What am I missing?
1
vote
1answer
84 views

man pages don't line wrap correctly

Sometimes running man outputs badly line-wrapped text. If I run man, quit, then resize the terminal window and run man again, it formats it according to the new window width. But if I run man, resize ...
0
votes
2answers
280 views

man gcc not working

I was trying to read about how to make gcc compile C code to plain assembly for a bootloader, but when I tried to read the man pages there were none! $ man gcc No manual entry for gcc See 'man 7 ...
1
vote
1answer
195 views

Colored man pages but git --help is not in ZSH

I have colored man pages according to: alias man="TERMINFO=~/.terminfo/ LESS=C TERM=mostlike PAGER=less man" so man less looks like but git blame --help is uncolored
0
votes
0answers
59 views

man page show nothing but END, but it works after su

try the 'man man' command, show nothing but END symbol change to su account try the 'man man' command again, it works as usual I have no idea about this problem, any helps? thank you very much.
0
votes
1answer
117 views

Enable wheel in mintty for cygwin comands: less and man

I'm using mintty and cygwin. How to can I enable the mouse wheel inside less and man?
1
vote
1answer
676 views

How to display man page with a specific path?

There are some binaries and corresponding man pages on the IBM AIX system I am working with (/some/path/bin and /some/path/man), but neither bin nor man directory are in my $PATH or $MANPATH . I would ...
2
votes
1answer
295 views

man: command not found in zsh (Mac OS 10.58)

I changed to zsh from the default (by changing the "Shells open with" preference in Terminal to "command (complete path)" set to /bin/zsh While most things seem to work, I tried to see the man page ...
1
vote
2answers
359 views

Man command not installed (fedora)

For some strange reason, when I got my installation of fedora, man command was missing. I have already install development tools packages - but still no luck. I checked all the usual suspects: PATH, ...
6
votes
5answers
774 views

How do you switch between Linux manual pages?

I'm new with Linux and have noticed that there are numbers beside certain commands I look up. For example I want to look up accept() in the aspect of network programming, but man accept shows this ...
2
votes
0answers
58 views

Man and LANG issue

My LANG=ru_RU.cp1251 so if man page was translated I get garbage in output. Problem lies out of 'cp1251' because /usr/share/man/ru store man pages in different encoding: ...
1
vote
0answers
87 views

Man command freezes computer for ~30 seconds

Every time I run man to access a manual page my entire computer freezes for about 30 seconds. My MANPATH is ...
5
votes
2answers
1k views

Where are man pages stored in Ubuntu?

I hope my question isn't too trivial, but I've never actually needed to know this before. In which directory can I find the files of the man pages, i.e. the read-only text file opened when you type ...
3
votes
1answer
221 views

OS X Lion man pages missing flags

I upgraded to Mac OS X 10.7 on Saturday, and have been restoring some of my applications that I build from source, when I noticed that the man pages are failing to render the command line flags ...
0
votes
1answer
57 views

How to display every man page available on a unix system

How can I display every man page available on a unix system? I want to list them all in an easy manner without manually digging up all the search paths, etc.
5
votes
2answers
1k views

Linux 'man' command: How do I search for a word/phrase and cycle through?

When looking for a certain word or phrase in the man page of linux command, one can type '/' followed by the word/phrase to search for it. What I'd like to be able to do is to search for the next ...
0
votes
2answers
209 views

`man bash | grep ulimit` returns nothing

I know that the builtin command ulimit is listed in the bash man page. Grepping for it doesn't return anything though. Why? grep and man both work fine, man bash | grep strings returns several ...
0
votes
2answers
102 views

Debian - I have removed some of my man page files

I deleted the /usr/share/man/man1 directory and wondered if there was a quick way to recover the manuals for the installed packages.
0
votes
2answers
519 views

man pages for git Bash on windows 7

I am using Git bash on Windows 7. It provides me with a way to use most of the commands that I used to use on the bash shell on my Ubuntu machine. But the man and the info commands do not work. Is ...
3
votes
1answer
301 views

How does man work in linux?

When we man std::vector,how/where does it search for corresponding documents internally?
1
vote
1answer
840 views

How can I install C++ man pages manually?

Sadly, yum install libstdc++-docs doesn't work for me: No package libstdc++-docs available. So, I can only install it myself. I've found the C++ man pages here, how can I install it? I guess ...
3
votes
1answer
243 views

Linux: disable man from showing mans in non-English languages

On my Linux there are some outdated translated mans installed. I want to prohibit man utility from showing them. I want to do this permanently, while saving a current locale. What environment ...
5
votes
2answers
240 views

Searching for a specific option in a man page

I often find myself man'ing a command just to learn about one specific option. Most of the time I can search to the option just fine, unless it's something like ffmpeg or gcc where I have to step ...
3
votes
3answers
222 views

how to make man page not disappear on exit

...probably a silly question but I could not beat google into telling me the answer so posting here: I got 2 machines - Slackware 13 and Fedora 11. On the slack machine, when I use man I can scroll ...

1 2