Hello Mac and Apple friends.
Where can I find the complete manual for the Z Shell which seems to be a an upgrade shell of Bash.
Is there a built-in manula inside the shell itself that I can type in macOS's Terminal? If so, what is the command?
I've used
to force mount an external USB flashdrive but it may not be HFS, it could be exFat or Fat32 or NTFS, I can't rememeber.
The flashdrive is only detected by System Information as disk2 but it won't show in Diskutil list, nor in the Disk Utility app. I need to force it in the usb Volume that I made.
Thank you.
Where can I find the complete manual for the Z Shell which seems to be a an upgrade shell of Bash.
Is there a built-in manula inside the shell itself that I can type in macOS's Terminal? If so, what is the command?
I've used
Code:
sudo mount -t hfs /dev/disk2 /Volumes/usb
The flashdrive is only detected by System Information as disk2 but it won't show in Diskutil list, nor in the Disk Utility app. I need to force it in the usb Volume that I made.
Thank you.
Last edited by a moderator: