Tagged Questions
1
vote
1answer
53 views
how to execute mkdir in /home/ directory
I want to create a directory 'administrator' in my /home/ directory but it won't allow me as it alway returns the error Operation not supported. Any ideas?
Roberts-MacBook-Pro:home robert$ pwd
/home
...
2
votes
1answer
101 views
moving the downloads folder inside another folder (10.8.2)
i was hoping to utilize this trick
How to move the Downloads folder (in Mountain Lion) to another disc
to move my Downloads folder inside a directory called "disktop zi5" which is inside the directory ...
2
votes
3answers
325 views
How can I use Terminal to copy all files of a certain type from a failing hard drive?
I need to use terminal to copy my Pictures folder from a failing harddrive onto another drive, but I can't actually change into the folder and use just cp *.jpg ~/Documents. Is there a way to do this ...
0
votes
2answers
116 views
Permanently show hidden directories
I am trying to repair a friend's USB drive that got a virus. All directories became .lnk and the original ones were hidden. I don't know how to permanently show the folders.
I've used sudo chflags ...
3
votes
2answers
2k views
Using Terminal, how can I find which directory is my USB drive mounted in?
I am using Terminal and have looked through directories.
I just can't find where my USB drive its directory is.
Which directory is my USB drive mounted in?
11
votes
2answers
453 views
cd to a directory by typing its name?
For example if a directory 'blob' exists and I just type 'blob[return]' then the system cds into the blob directory for me.
In Linux (Ubuntu) I can add shopt -s autocd to my .bashrc file, but on OS X ...