UNIX community...help your Mac brother!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers UNIX community...help your Mac brother!
# 8  
Old 11-27-2002
To boot into single-user mode on a Mac with OSX, hold down Command-S while it's starting. It'll drop you into single-user, read-only. Following the directions it prints out - I believe you can run:
"/sbin/fsck -y / && /sbin/mount -wu /"
at the console...

I haven't been able to get X working from the console, but Aqua is much better anyways...

And most of the time, I'd rather work from Terminal.app anyways... It's interesting how Macs store their applications... they're not executable files at all, they're directories!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

How Much Vacation Do You Take? | UNIX.com Community | Annual Vacation (YouTube)

Here is another simple YT video co-produced with our video partner. How Much Vacation Do You Take? | UNIX.com Community | Annual Vacation https://youtu.be/MSy553qS654 Background sound track is called "Caribbean Paradise" Sounds like something wisecracker would have played in one... (0 Replies)
Discussion started by: Neo
0 Replies

2. AIX

Big Brother

Have anyone heard of "Big Brother"? This is a tool to monitor system with GUI screen and ease system administration work. It can show you whether the system have CPU more than threshold by showing a green light or red light.. You can set any checking so that it will assist to monitor and show you... (8 Replies)
Discussion started by: kwliew999
8 Replies

3. AIX

big brother monitoring tool - make failed

Hi, Does anyone has installed bb on a unix system ? I am trying to install bb on aix 5.3 but I have the following message: If someone can help me probably there is a tool that I need to install ? I don't have C compiler I install gcc instead and gcc++ etc ... bb:/home/bb/bb1.9g-btf/src/ $ make... (0 Replies)
Discussion started by: touny
0 Replies
Login or Register to Ask a Question
HP-SEARCH-MAC(1)					User Contributed Perl Documentation					  HP-SEARCH-MAC(1)

NAME
hp-search-mac -- HP switch search tool. DESCRIPTION
HP-search-MAC is an util that can query HP switches for their connection table. It then allow you to search for a MAC address and tell you where it is physically connected (best match first). . The functionality is similar to traceroute but on Ethernet level and only for HP switches. USAGE
hp-search-mac [options] [MAC] [...] OPTIONS
hp-search-mac [options] mac [ [options] mac ] [...] options: --dl n Set debug level to n. --help Print this help. --hostname host[=>community] | -h host[=>community] Set a switch name to search. You can also set this in /etc/hp-search-mac.conf or ~/.hp-search-mac.conf. The hash to set is \%switches. Mac: You can use some different formats: ff:ff:ff:ff:ff:ff (hex) ff-ff-ff-ff-ff-ff (hex) 0.123.0.12.0.12.0 (dec) CONFIGURATION: \%switches: This is a normal perl hash of the form \%switches = ("host" => "community", ...); AUTHOR
Ola Lundqvist <ola@inguza.com> SEE ALSO
snmp-walk(1) snmp-get(1) hp-search-mac Mon Apr 7 21:21:44 CEST 2008 HP-SEARCH-MAC(1)