Sponsored Content
Full Discussion: Manpower 2.0
Operating Systems OS X (Apple) OS X OpenSource RSS Manpower 2.0 Post 302259372 by Linux Bot on Tuesday 18th of November 2008 12:50:05 AM
Old 11-18-2008
CPU & Memory Manpower 2.0

ImageAbout Manpower
A Mac OS X graphical user interface to the main system of Unix software documentation, the man page. Man pages are concise but thorough descriptions of the functionality and methods of the various Unix command-line programs; there may be hundreds of such programs installed on a Unix or Linux system. Man pages are typically accessed in the Unix terminal by typing the phrase “man program,” with “program” being the specific name of the Unix tool you are trying to learn more about.

While accessing the man page system in this manner is efficient, it has limitations. It is difficult to read documentation in the Unix console; the type is usually very small, and can only be read one screen at a time, making scrolling and skimming through the material a tedious process. Manpower provides a simple, elegant three-pane interface that makes reading man pages as easy as reading e-mail.

Manpower compared to Terminal and other man page viewers:
- Clean, three-pane interface: Reading man pages is as easy as reading e-mail.
- Search, browse, display, and save new man pages in a single window.
- Thorough user documentation via the “Help” menu.

More from Apple...
 
GETUID(2)						     Linux Programmer's Manual							 GETUID(2)

NAME
getuid, geteuid - get user identity SYNOPSIS
#include <unistd.h> #include <sys/types.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTION
getuid() returns the real user ID of the calling process. geteuid() returns the effective user ID of the calling process. When a normal program is executed, the effective and real user ID of the process are set to the ID of the user executing the file. When a set ID program is executed the real user ID is set to the calling user and the effective user ID corresponds to the set ID bit on the file being executed. ERRORS
These functions are always successful. CONFORMING TO
POSIX.1-2001, 4.3BSD. NOTES
History In Unix V6 the getuid() call returned (euid << 8) + uid. Unix V7 introduced separate calls getuid() and geteuid(). SEE ALSO
getresuid(2), setreuid(2), setuid(2), credentials(7) COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 1993-07-23 GETUID(2)
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy