Skip to main content

Questions tagged [macos]

macOS (previously "Mac OS X" and "OS X") is the Unix developed and distributed by Apple Inc. since 2001.

7 votes
3 answers
634 views

I am trying to unzip a set of files (3 files). These files contain a lot of random files, duplicate files etc. To do this, I am first unziping the list of the names of files into a text file, then ...
CarriMegrabyan's user avatar
0 votes
0 answers
40 views

I'm a student learning UNIX permissions and scripting on macOS. I created a short script that makes a file and applies chmod 640. However, a user in the same group cannot read the file. Here is the ...
Mamoona's user avatar
0 votes
1 answer
39 views

My .ksh scripts in my mac usually run successfully, and until yesterday were initiating an ssh connection with the following command successfully: ssh -o StrictHostKeychecking=no -o ...
CoolChap007's user avatar
0 votes
0 answers
24 views

error info: Several virtual machines are installed in VMware Fusion, including Windows 10, CentOS, Ubuntu, etc., and all of them report this error when running. Configuration details are as follows: ...
researcher's user avatar
7 votes
1 answer
281 views

There seems to be limited/inconsistent support for unusual but legal characters in zsh (and sh, bash) shell variable names on mac. Is there any way to fix this for full or better support? Perhaps this ...
owengall's user avatar
  • 173
-5 votes
1 answer
57 views

I'm trying to delete "Install macOS Mojave.app" from my Mac using the terminal command sudo rm -r or rm -rf, but it reports root error/illegal option/directory permission restricted, etc. ...
Alberto Pietrogrande's user avatar
1 vote
1 answer
122 views

This question was previously asked here: https://stackoverflow.com/questions/74808784/after-switching-default-shell-command-file-just-opens-terminal However, I have found no reason for the behavior, ...
Simone Manganelli's user avatar
0 votes
0 answers
50 views

I have been having issue trying to download a virtual box onto my apple desktop that's running on Catalina (mac/intel processor). I have tried about 4 separate times and keep running into issues. ...
GoldenRouter's user avatar
0 votes
0 answers
92 views

I've got MacBook from work and try to make it work similar to Linux. This is my config for history in bash: # When the shell exits, append to the history file instead of overwriting it export ...
jcubic's user avatar
  • 10.5k
4 votes
1 answer
401 views

The following: expr "/foo" : "/" Results in a syntax error. I don't understand why? These variations do not cause a syntax error: expr "/foo" : "/*" expr "...
engber's user avatar
  • 51
0 votes
2 answers
123 views

I have a running process on localhost on port 5000. I have tried kill - 9 <PID> which it works for that PID but it starts a new process with a new PID instead. What's the issue here? I'll put ...
Ajit Sharma's user avatar
1 vote
0 answers
54 views

I'm trying to use Linux bash config on a mac. I don't use zsh only bash on my mac. I have problem with this variable: # After each command, append to the history file and reread it PROMPT_COMMAND=&...
jcubic's user avatar
  • 10.5k
0 votes
0 answers
64 views

I'm trying to ssh to a remote server. But after the ssh is successful the connection freezes within 2-3 minutes and eventually drops. On checking packet trace i observed my mac is randomly sending a ...
Abhinav Goyal's user avatar
2 votes
1 answer
258 views

I'm on macOS and I set English as the locale except for LC_TIME: ~ $ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-...
ynn's user avatar
  • 1,008
1 vote
0 answers
43 views

I’m trying to route all my PS4 traffic through a VPS-hosted VPN (using WireGuard), with the MacBook acting as the gateway. ✅ The Setup So Far VPS (Ubuntu): Set up successfully using Algo VPN. ...
T R's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
195