CLIX 1.8.1it2


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS CLIX 1.8.1it2
# 1  
Old 02-03-2009
CPU & Memory CLIX 1.8.1it2

ImageAbout CLIX
Get the power of a command line without ever getting near it. Do all those things your system maintenance utilities try to do - but do them better and do them your own way. No typing - just ‘clix’.

You have to perform maintenance routines. You know that. But make a mistake - especially in one of those glittery AppleScript apps - and what happens? You’ll have no such fear with CLIX. CLIX is safer - and for the skilled professional safer than even Terminal. From almost every security standpoint.

CLIX: the Command Line Interface for OS X. Access to the full power of your operating system. Your computer runs smoother. You learn more, become better and more skilled at running it.

CLIX makes it easier for beginners to get up to speed with their new system. For the professional developer or system administrator it’s an indispensable tool - a work of reference used by universities around the globe, NASA, the US military, and scientific institutions everywhere. Many more features.

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. IP Networking

ClIX unix

I know...CLIX is old. But how do I set up a static ip address subnetmask and default gateway? Any help is appreciated. (0 Replies)
Discussion started by: dlew
0 Replies
Login or Register to Ask a Question
REBOOT(8)						    BSD System Manager's Manual 						 REBOOT(8)

NAME
halt, reboot -- stopping and restarting the system SYNOPSIS
halt [-lnqu] reboot [-lnq] DESCRIPTION
The halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM (and subsequently a SIGKILL) and, respectively, halt or restart the system. The action is logged, including entering a shutdown record into the wtmp(5) file. When the system is halted with the halt command, the system is powered off. The options are as follows: -l The halt or reboot is not recorded in the system log. This option is intended for applications such as shutdown(8), that call reboot or halt and log this themselves. -n The file system cache is not flushed. This option should probably not be used. -q The system is halted or restarted quickly and ungracefully, and only the flushing of the file system cache is performed (if the -n option is not specified). This option should probably not be used. -u The system is halted up until the point of removing system power, but waits before removing power for 5 minutes so that an external UPS (uninterruptible power supply) can forcibly remove power. This simulates a dirty shutdown to permit a later automatic power on. OS X uses this mode automatically with supported UPSs in emergency shutdowns. Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom and cleanly terminating specific programs. SIGTERM TO SIGKILL INTERVAL
The SIGKILL will follow the SIGTERM by an intentionally indeterminate period of time. Programs are expected to take only enough time to flush all dirty data and exit. Developers are encouraged to file a bug with the OS vendor, should they encounter an issue with this func- tionality. SEE ALSO
wtmp(5), shutdown(8), sync(8) HISTORY
A reboot utility appeared in Version 6 AT&T UNIX. BSD
June 9, 1993 BSD