Hi,
I've set up some lines of commands in my bashrc -
alias ls="ls --color"
alias cdrom="mount -t iso9660 /dev/cdrom /mnt/cdrom"
alias nocd="umount /mnt/cdrom"
alias fd="mount /dev/fd0 /mnt/floppy"
alias nofd="umount /mnt/floppy"
...
...
(anyone who likes this short cut can do the same under
bashrc(if u'r using RH coz Caldera is uing Profile - bare in mind)
My problem is, it works find to Root(myself) but not to my
users. What should i do to let my other users to do the mounting as
well as the root does ?
It is a single user machine though, me n perhaps my
housemates.
Best Regards,
Sim Grant(Gummy Bear)