hello everybody
i have one quetion :( about how i can share my file in windows to use it in linux
explane
i have to opreating system
windows xp and linux fedore core and unix ( sun solaris 10 )
and i want to open me file that is storege in windows <<< want to open it in unix or... (4 Replies)
Hi,
Here's my newbie question!
I've two servers with Oracle on. I've created an oralce export (10 GB) on server 1.
Server 2 does not have enough space to copy the export and import it. I'd like to import the export from server 1 to server 2 remotely.
If this was windows I'd create a... (2 Replies)
Hi All,
I am basically new to this forum as well as AIX. To share some huge files between 2 servers I thought of creating a shared Directory in my AIX machine to access it in Solaris. I am very new to this AIX. Help me out how can u share a directory in AIX to access (mount) it on Solaris.
Hope... (2 Replies)
Hello Unix Gurus Who I Hope Reads This,
I have quasi-inherited control over a Linux cluster at a university research lab. The post-doc that set it up is gone, and the person in charge of administering the cluster doesn't know a ton about Linux. Amongst other things, I want to use the cluster... (0 Replies)
Hi,
I have two server , one linux and one unix .
I want to compare two different directry in them .
What command or tool I can use instead of search the dir one by one ???
thank (3 Replies)
I have a requirement to copy the changed file on CIFS share mounted on Red Hat Linux to a remote FTP/SFTP server.
I tried inotify-tools, but this didn't track the modified files.
Has anyone tried incron or any other suggestion? (1 Reply)
Discussion started by: SupeAlok
1 Replies
LEARN ABOUT DEBIAN
autofs
AUTOFS(8) System Manager's Manual AUTOFS(8)NAME
/etc/init.d/autofs - Control Script for automounter
SYNOPSIS
/etc/init.d/autofs start|stop|restart|reload|status
DESCRIPTION
autofs control the operation of the automount(8) daemons running on the Linux system. Usually autofs is invoked at system boot time with
the start parameter and at shutdown time with the stop parameter. The autofs script can also manually be invoked by the system administra-
tor to shut down, restart or reload the automounters.
OPERATION
autofs will consult a configuration file /etc/auto.master (see auto.master(5)) by default to find mount points on the system. For each of
those mount points automount(8) will mount and start a thread, with the appropriate parameters, to manage the mount point.
/etc/init.d/autofs reload will check the current auto.master map against running daemons. It will kill those daemons whose entries have
changed and then start daemons for new or changed entries.
If a map is modified then the change will become effective immediately. If the auto.master map is modified then the autofs script must be
rerun to activate the changes.
/etc/init.d/autofs status will display the status of, automount(8), running or not.
SEE ALSO automount(8), autofs(5), auto.master(5). autofs_ldap_auth.conf(5)AUTHOR
This manual page was written by Christoph Lameter <chris@waterf.org>, for the Debian GNU/Linux system. Edited by H. Peter Anvin
<hpa@transmeta.com>.
9 Sep 1997 AUTOFS(8)