OS X Technologies :: Terminal Current Volume Only

Apr 5, 2012

It will look also in other volumes I have. What is the right way to search only the current volume? I came up with this:find /Volumes/Lion/ -name foo which will return a result like /Volumes/Lion//foo.Is this the right way to do this with the result containing double slashes?

View 3 Replies


ADVERTISEMENT

OS X Technologies :: Any Way To Detect Current Volume Level Using Command?

May 7, 2012

I can change the volume level from the command line using this command, For example: osascript -e 'set Volume 3'. Is there a way to detect the current volume level using a similar command and a way to assign it to a variable? And just for good measure, are there similar commands for detecting and setting the current balance?

Info:
iMac, Mac OS X (10.6.7), MySQL 5.1, Perl 5.10, Apache 2.2

View 4 Replies View Related

OS X :: Terminal Command For Current App?

Apr 9, 2009

Is there a command for terminal to get the current application?

View 4 Replies View Related

OS X :: Way To Resize My Current Volume?

Dec 12, 2010

Firs off all, sorry for bad english . Is there how-to or somethink for volume resize? what I need: My mac have 1 volume and there is running mac os x leopard on it. I wanth create more one volume without deleting operating system. is there a way to resize my current volume?

View 1 Replies View Related

OS X Technologies :: Wrong Password In Terminal?

Apr 15, 2012

i typed wrong password in the terminal and now the command line of entering the password is gone, what can i do?

some say on the internet that the system is already damaged.

View 2 Replies View Related

OS X Technologies :: Terminal Opens On Startup

May 24, 2012

Can't get TERMINAL to stop opening on startup. Nothing shows in startupitems for this user.I've closed (unchecked open at re-login) and it keeps coming back.

View 3 Replies View Related

OS X Technologies :: Mac Os X 10.6.8 Update To 10.7.2 With Terminal In Imac?

May 25, 2012

how to upgrade mac os x 10.6.8 update to 10.7.2?

Info:
iMac, Mac OS X (10.6.8)

View 3 Replies View Related

OS X :: No Volume Specified In Terminal

Jan 30, 2009

I tried to install Mac OS X on a thumb drive which is 8 gb. I followed the instructions on this website: [UrL]. When I tried to make it bootable in the terminal, it said No volume specified. What should I do?

View 1 Replies View Related

OS X Technologies :: Unable To Open Terminal Window?

May 9, 2012

I am trying to do research on how to fix my current problem of not being able to open my terminal window.  When attempting to do so I get the following error message: 

You are unauthorized to run this application.

The administrator has set your shell to an illegal value. 

I looked at some previous posts and some people said download iterm2 and put the following command: sudo chsh -s /bin/bash my_username.  After this enter password and it should be fixed.  However when doing that I get the following response: SC is not in the sudoers file.  This incident will be reported. 

Couple of things, firstly SC (which is me) is the administrator to this computer (this is my computer and there are no other users on it). 

Info:
MacBook (13-inch Early 2008), Mac OS X (10.7.3), 2.4 GHz Intel Core 2 Duo

View 10 Replies View Related

OS X Technologies :: View System Processes In Terminal?

Jun 13, 2012

Is there a way to view system processes in terminal in realtime, similar in fashion to how POST processes are displayed? 

Info:
MacBook (13-inch Mid 2010), Mac OS X (10.6.8)

View 2 Replies View Related

OS X Technologies :: Terminal Program Changed Itself To Login From Bash

Jun 8, 2012

my terminal program has changed itself to login but I need it to be bash. How can I change it back to bash?

View 9 Replies View Related

OS X :: Mount Leopard Volume From Terminal?

Feb 14, 2009

I have modified a kext and the OS does not start. Even with Command + S. So I have to restore the original backup.When I insert the Leopard DVD and Start Terminal from Utilities menu, and try to mount the drive, it says: Unknown special file or file system.

View 2 Replies View Related

OS X Technologies :: Scripting From A USB Volume?

Jun 16, 2012

I have created a simple apple script (my vary first one) in which I wanted the script, when run, to open a random image from a folder that had images within it.  I did it using this code: tell application "Finder"  (* get a random image file from a desktop folder *) set randomImage to some file of folder "Pictures"  open randomImage  end tell 

That worked well and good when the folder containing the images was on the desktop.  However, the folder I really want to use is on a USB stick.  How can I tell the script that the folder I want it to run with is on the USB Stick? I know I could easily copy the folder from the stick to the desktop, but I'd rather keep the folder on the stick. 

Info:
Mac OS X (10.7.4), 8GB RAM

View 2 Replies View Related

OS X Technologies :: Command That Works In Terminal Not Running As Launch Agent

Apr 11, 2012

Trying to run the following command as a Launch Agent (OS X 10.7): /usr/bin/find /Users/username/Documents/Dropbox/Public -type f -mtime +2 -print0 | xargs -0 rm -r 

Created a plist file (reproduced below) and saved to ~/Library/Launch Agents, but the command isn't executed either at the specified time or when the agent is loaded via launchctl.  If I change the command to a simple Applescript test: osascript -e 'tell Application "Finder" to display dialog "hello"' 

It runs correctly as a launch agent when loaded and as the specified time Which means there's something wrong with the first command (find). But the command runs as written when executed manually in the terminal.  

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

[Code].....

View 4 Replies View Related

OS X Technologies :: Ftp Upload Via Terminal - 553 Rename/move Failure: No Such File Or Directory

Apr 24, 2012

Cannot seem to upload to a ftp server (permissions are correct on the home folder of the user!)But I get this result:

ftp> put /Users/[userfolder]/Documents/untitled.rtf
local: /Users/[userfolder]/Documents/untitled.rtf remote: /Users/[userfolder]/Documents/untitled.rtf
227 Entering Passive Mode (99,254,236,63,209,169)
553-Can't open that file: No such file or directory
553 Rename/move failure: No such file or directory  

View 1 Replies View Related

OS X Technologies :: Get A List Of All Inode Numbers On A Volume?

Mar 22, 2012

Is there any way to get a list of all inode numbers on a volume?  I have a "find -x /Volumes/thedisk/* -exec stat {} ;" going but requires lots of CPU time.  Seems like I should be able to look directly at the file allocation table...oh wait, that is DOS. This is on an HFS disk: /dev/disk0s2 on / (hfs, local, journaled) 

Info:
MacBook Pro, Mac OS X (10.6.8)

View 4 Replies View Related

OS X Technologies :: Volume Randomly Stopped Working On IMac

May 17, 2012

My volume randomly stopped working.

Info:
iMac (27-inch Late 2009), Mac OS X (10.7.4)

View 2 Replies View Related

OS X :: Disk Utility, Finder, Or Terminal Is Reporting Wrong Volume Size?

Aug 26, 2009

I partitioned my disk using Terminal's diskutil. I decided i didnt need the partition anymore, so i deleted it (using Disk Utility.app) and added the free space to my mac partition. Basically, Finder and Terminal dont show the free space added back, and Disk Utility shows the space added back to the disk. I tried restarting, repairing disk (which coincidentally had an unrelated problem), repairing permissions, but the problem is still happening

View 3 Replies View Related

OS X Technologies :: Use Applescript To Access The Volume Setting "input Level" In System Preferences?

Apr 14, 2012

I want to make a script that adjusts the output volume of my mac based on the volume that the mic hears. I am not very good with applescript, but I do know how to control the volume. I was wondering if there was a command that retrieved the input level from the mic as it is show in the sound preferences in the system preferences window.

Info:
MacBook Pro, Mac OS X (10.6.8)

View 3 Replies View Related

IMac :: Whose Current Generation Has The Longest CURRENT Uptime?

Mar 16, 2010

Figured it would be a little lighter to have a thread that shows that Apple's computer CAN and DO work occasionally....Here's my uptime on my i7! It wants me to reboot for Safari update, but I refuse. As of 8:42am PST, March 16, 2010:I guess currently I have the longest uptime of anyone in this thread!

View 12 Replies View Related

Applications :: Unable To Use Terminal / Terminal Stucks At Blank Login Window

Oct 20, 2009

Anybody see this before? I opened up Terminal.app and the window is completely blank. There is nothing in it whatsoever. Looks as if bash never started. The title bar simply says "Terminal — login — 80x24". I can type whatever I want in the Terminal window like it's a text document and nothing happens. If I restart the computer, this seems to fix the problem, but it seems to only be a temporary fix as the issue happens again soon after.

View 1 Replies View Related

OS X :: Unable To Type Password In Terminal / Terminal Not Reacting To My Typing

Jan 26, 2010

I'm trying to do something in terminal, and it asks for my password. I press a letter on my keyboard, and nothing appears. I am in the right window and everything, terminal just doesn't react to my typing. However, when I click enter, it says 'Sorry,try again'. So it does react to the enter key.

View 3 Replies View Related

OS X Server :: Processes Started In Terminal End When Terminal Closed?

Jan 29, 2008

I'm running Symantec Backup Agent on our mac osx server. I start the agent in the terminal (./agent.be). It returns a notification that it started the service, however, it doesn't return to the prompt. Closing the terminal gives a warning that the process will be closed if the terminal is closed. Closing it does kill the process. Ctrl+c to return to the prompt also kills the process. So it's as if once the process is started in the terminal, nothing can be altered.

I am not much of a mac guy so please forgive me if this is a stupid question.

Anyone have any advice on how to handle this so the process is ALWAYS running?

View 2 Replies View Related

OS X :: Unable To Install Terminal App - Run Terminal As Admin?

Aug 19, 2010

I'm on a standard user account and I would really like to install icalbuddy which is a terminal app. When I install apps normally I simply have to provide a admin name and pw, but this doesn't work when it is a terminal app because it requires that the 'su' command be run.

So I thought that I could run terminal as admin through 'su - admin' and then install. But of course the admin account doesn't have access to the user folder where the installer is located. I just can't win.

View 3 Replies View Related

Applications :: Control ITunes Volume (not System Volume) From Apple Aluminum Keyboard?

Oct 20, 2009

I have a Mac Pro and not too long ago I swapped from a fat, heavy and filthy white Apple Keyboard to a new skinny silver one. I like it, and also love that the F7-9 Skip Back-Pause/Play-Skip Forward keys work for iTunes, even when another app is active (what's the word I'm looking for - in focus or whatever). But I use Optical output, so the volume keys (F10-12) don't do anything. I know that, when iTunes is the active app, I can command-+/- to change the volume, but I'd love to be able to map the F10-12 keys to do that - without having to have iTunes active (playing, but not the active window).

View 1 Replies View Related

OS X :: Volume Opens The Window For Expose And Does Not Control Volume Monitor Brightness?

Mar 9, 2010

Recently, my newer (last year) iMac probably running 10.5 started speaking and wont shut up... there is no obvious way to turn it off. I usually figure problems out myself but there are no system preferences that effect it. I even changed the voice in preferences as a test and it is still the same guy reading everything clicked in all applications except when I am in system preferences so far. Usually when I run into a dead end like this there is some mystery key command that works... anyone know?I also noticed that some of the top line (f) keys are not doing what they are supposed to any longer as well... volume up opens the window for expose & spaces it looks like and does not control the volume monitor brightness controls are not working either... I went to the key and mouse preferences and set the key strokes to default and still the same.

View 6 Replies View Related

OS X :: New HD Not Showing Up In Disk Utility - This Volume Is The Startup Volume And Cannot Be Erased

Aug 10, 2009

I have my imac apart right now and replaced the internal HD as it was not working. I assume the problem is the new one is not formatted with OSX, so from the INSTALL CD I opened the disk utility and see only one drive called "MEDIA".? Or is that just part of the install dvd that looks like a HD? In the system it shows as not formatted, 0 bytes. When selected in Partition it says :

"This voume is the startup volume and cannot be erased. Size 7.1 GB The disk is not writable and cannot be partitioned"

So i guess thats not my new HD I am seeing? Other than that there is only the two OSX install CD icons.

View 2 Replies View Related

OS X :: Linking Keyboard Volume Control To App Volume Controls?

Dec 14, 2008

I was wondering if anyone knows how to do this- it is a pita to adjust separate volume controls on everything. If I adjust the volume on the keyboard, the volume slider in itunes doe snot move. If I set the volume on itunes with a mouse, then come home and use the volume controls on my keyboard, I have to also manually adjust the slider in itunes. Anyway to link the two?

View 3 Replies View Related

OS X Mavericks :: Restore Volume Of Third Partition To Macintosh HD Volume

Aug 23, 2014

I recently decided to increase the volume of my bootcamp disk, which I had done in the past using a method which ultimately made the disk unrecognizable. This time around I used Winclone to create an image of my bootcamp disk. I was not sure exactly how Winclone worked and to be safe I decided to keep the Bootcamp disk I had, and I created a third partition of a larger volume to which I restored the bootcamp image. Everything worked fine obviously, and the image was restored correctly to the new larger volume. The dilemma is I had two bootcamp disks, so I erased the smaller volume because I no longer needed it. Currently I am trying to restore this empty space within the main disk to the Macintosh HD. Disk util looks like:

I know I can just create a backup of the macintosh HD, another image of the bootcamp disk, and format the disk and start over, but I am hoping there is an easier way to go about this; considering there has been a method engineered such that I can just drag that corner of the mac HD and voila I have instantly more storage after applying, it seems viable that there is something that can be done rather than formatting my disk, unless the necessity for that of course was overlooked.  

Info:
MacBook Pro (13-inch Mid 2012), OS X Mavericks (10.9.4)

View 4 Replies View Related

Windows On Mac :: Cannot Adjust Volume Using The Volume Button

Jun 29, 2009

Before I get flamed and etc... I have google and done some research about this issue but cannot find much about it.

I am not sure if this is a very common issue or topic but how do you adjust or modify your apple keyboard so that you can adjust screen brightness or volume? I am currently running Windows XP SP3, on a 2.4Ghz Unibody Macbook.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved