10-16-2003
OS X uses tcsh by default.
7 More Discussions You Might Find Interesting
1. Answers to Frequently Asked Questions
Hello Everyone,
Can someone please tell me the key difference between the different shells availabe i.e. ksh,bash,(i don't know the others ones. :confused: (5 Replies)
Discussion started by: a25khan
5 Replies
2. BSD
for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide.
... (0 Replies)
Discussion started by: moxxx68
0 Replies
3. Shell Programming and Scripting
Hi. I'm working with two BASH shells in order to perform two tasks. For simplicity, suppose that at Shell #1 I'm executing this program:
sleep 100
whose PID is 263. Meanwhile Shell #2 is waiting for its termination to follow with a second one.
I tried with:
wait 263
# Script for second... (4 Replies)
Discussion started by: hresquivelo
4 Replies
4. Shell Programming and Scripting
Hello all,
I have the following problem. In a Bash shell I run a program (I don't have the source code) which will execute some steps. At every step the program will wait for a user input. So I would like that another script which is running on a different shell will send these input togheter with... (4 Replies)
Discussion started by: alohisius
4 Replies
5. UNIX for Dummies Questions & Answers
Guys
I now have a script that's working in a BASH environment, however one line doesn't appear to be working on an embedded device that has a busybox therefore ASH shell. I've googled but there's very little I can find regarding the ASH shell.
In BASH the following line works...
if ] ;... (6 Replies)
Discussion started by: Bashingaway
6 Replies
6. Shell Programming and Scripting
I am putting this thread to shell-threads, because it is about how to make a function work properly. I need a hint for declaring a function right, it has been more than a year I did not work that straight with bash.
So my aim is to turn off the eth0 (as it would be in linux, and bge0 in bsd ),... (2 Replies)
Discussion started by: 1in10
2 Replies
7. Shell Programming and Scripting
I have few bash shells, which i want to run sequentially,
how to create a shell file, and execute/call one after other shell file. I am very new to shell programming. Bult some and running individually and also with crontab scheduler.
never had a shell calling other shells, kindly would like... (2 Replies)
Discussion started by: cplusplus1
2 Replies
LEARN ABOUT OSX
mount_ntfs
MOUNT_NTFS(8) BSD System Manager's Manual MOUNT_NTFS(8)
NAME
mount_ntfs -- mount an NTFS file system
SYNOPSIS
mount_ntfs [-s] [-o options] special node
DESCRIPTION
The mount_ntfs command attaches the NTFS file system residing on the device special to the global file system namespace at the location indi-
cated by node. This command is normally executed by mount(8) at boot time, but can be used by any user to mount an NTFS file system on any
directory that they own (provided, of course, that they have appropriate access to the device that contains the file system).
The options are as follows:
-s Mount the volume using case sensitive semantics. This means that you can create files that have names that only differ in case such
as for example "foo" and "Foo". Without this option the volume is mounted using case insensitive semantics in which case if you cre-
ate a file with name "foo" you then cannot create a file named "Foo" or rather if you do create a file named "Foo" it would overwrite
the existing file "foo".
-o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options
and their meanings.
SEE ALSO
mount(2), unmount(2), fstab(5), mount(8)
HISTORY
This NTFS implementation first appeared in Mac OS X 10.5.
AUTHORS
This NTFS implementation was written by Anton Altaparmakov <aia21@cantab.net>.
Mac OS X September 12, 2008 Mac OS X