Mac OS X - Tiger - Meet the world’s most advanced operating system.

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Mac OS X - Tiger - Meet the world’s most advanced operating system.
# 1  
Old 04-26-2005
Mac OS X - Tiger - Meet the world’s most advanced operating system.

Tiger Unleased

Quote:
Meet the world's most advanced operating system. Again. Instantly find what you're looking for. Get information in an instant with a single click. Mac OS X Tiger delivers 200+ new features which make it easier than ever to find, access and enjoy everything on your computer.
Advanced UNIX-Based Technology

Quote:
From a rock-solid, developer-friendly UNIX foundation to grid computing, powerful technologies drive Mac OS X Tiger to its leadership role as the world's most advanced operating system.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Programming

The World's Most Advanced Lexicon-Data-Structure

Hello, Over the past few years, I've conducted some rather thorough R&D in the field of lexicon-data-structure optimization. A Trie is a good place to start, followed by a traditional DAWG. Smaller means faster, but a traditional DAWG encoding operates as a Boolean-graph, unable to index... (1 Reply)
Discussion started by: HeavyJ
1 Replies

2. OS X (Apple)

Help installing a Unix operating system on a mac

Hey, I am basically a newb when it comes to anything other than gaming on computers. I am working on changing that and as a first step am installing and learning a UNIX system on my mac. Here is the thing. I already partitioned the hard drive using boot camp to install windows, which I... (6 Replies)
Discussion started by: Socrates1212
6 Replies

3. OS X (Apple)

Mac OS X Tiger Password Storage

Are Mac OS X 10.4.11 Tiger passwords only stored in /var/db/shadow/hash? Or is it also used in NetInfo? The reason I am asking is because I wonder if I edit the file in /var/db/shadow/hash and replace the hash inside with my own, will it change the password? Thanks. (0 Replies)
Discussion started by: Ricardo-san
0 Replies

4. UNIX for Dummies Questions & Answers

Installing gdm on mac os x tiger

I was installing gdm on the terminal application and my ISP disconnected. When I reconnected and tried to continue the installation, I got the following message: Waiting for lock on... (0 Replies)
Discussion started by: adrianzen
0 Replies

5. OS X (Apple)

UNIX executables on Mac OS X Tiger

Question: Can I run a UNIX executable on Mac OS X Tiger? If so, how is it done? Background: I FTP'd my schools UNIX server some C++ code and header files. Then I used Telnet to get g++ to compile them. I then FTP'd the UNIX executable back to my PowerBook G4. I've already... (4 Replies)
Discussion started by: thorninc
4 Replies
Login or Register to Ask a Question
xgridctl(8)						    BSD System Manager's Manual 					       xgridctl(8)

NAME
xgridctl -- Xgrid Daemon Control Interface SYNOPSIS
xgridctl [target] action OPTIONS
The optional target is one of the following: controller perform the action for the xgricontrollerd daemon agent perform the action for the xgridagentd daemon The action is one of the following: status print status for the chosen daemon, or print status for all daemons if no target is specified start enable and start the chosen daemon, or start all enabled daemons if no target is specified stop disable and stop the chosen daemon, or stop all daemons if no target is specified restart stop and then enable and start the chosen daemon, or stop all daemons and then start all enabled daemons if no target is speci- fied RETURN VALUES
0 completed succesfully 1 an error occurred FILES
/usr/libexec/xgrid/xgridagentd agent daemon /usr/libexec/xgrid/xgridcontrollerd controller daemon /System/Library/LaunchDaemons/com.apple.xgridagentd.plist agent launchd control file /System/Library/LaunchDaemons/com.apple.xgridcontrollerd.plist controller launchd control file EXAMPLES
Print status of agent and controller: $ xgridctl status Start the controller and set it to run at startup: $ xgridctl controller start Stop the agent and set it to not run at startup: $ xgridctl agent stop SEE ALSO
xgrid(1) launchd(8) HISTORY
This program was first introduced in Mac OS X 10.4 "Tiger". It was inspired by apachectl(8). The "on" and "off" actions were deprecated in Mac OS X 10.5 "Leopard". BUGS
Bug reports can be sent to bugreport.apple.com Mac OS X April 2, 2009 Mac OS X