10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
i want to give users the ability to create write and read files in other user directory , but not to have option to delete the file after created ( sticky bit not going to work here ... ) for example :
i have user : manager with directory repository
i have user : worker1 that need to write... (4 Replies)
Discussion started by: umen
4 Replies
2. Red Hat
I am attempting to get a baseline of deployed RHEL 6.5 servers and need to produce a full filesystem permission settings list.....but I forgot the bloody command and am racking my brain and now have a migraine.
I just need a simple list starting at "/" right down the tree, listing the folder,... (3 Replies)
Discussion started by: strykergli250hp
3 Replies
3. AIX
Hello Guru's
We are trying to save some data for 10 -15 yrs. so we created a NFS share file system and mounted on AIX 5.3 servers, keeping in mind that we might need to replace the expired disk/bad disk every 2 yrs or 4 yrs.
Now we are trying to solve. How to protect it from getting deleted... (6 Replies)
Discussion started by: Beginner123
6 Replies
4. SCO
hi
Knows someone what kind of file system uses SCO Unix 5.0.6?
Which linux or unix LIVE CD can read and write into file system from SCO Unix?
I've tried to boot SCO using Knoppix 6.2.1 LIVE CD, but cannot mount.
# mount -t sysv /dev/sda1 /mnt
mount: wrong fs type, bad option, bad superblock... (2 Replies)
Discussion started by: ccc
2 Replies
5. UNIX for Dummies Questions & Answers
Hello All,
I am application admin. I need to clear all the temporary files cleared by the applications. I need help/suggestion that is there any way to create a file system such that every Dir created in by any user will have 775 permissions. So, that i can simply clear the temporary file which... (6 Replies)
Discussion started by: firestar
6 Replies
6. SCO
After System power get failed
File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies
7. AIX
Hello,
Can someone please point to an easy document or steps how to export AIX file system /whatever to Windows O/S
Basically Windows should see this filesystem / directory and should be able to write in this filesystem / directory
Thanks (2 Replies)
Discussion started by: filosophizer
2 Replies
8. Filesystems, Disks and Memory
Hi...
Is it possible to re-export a exported NFS file system? If no, Why?
Let me know, if any further details are required about the question.
Thanks in advance
Adams:) (5 Replies)
Discussion started by: Adams Nave
5 Replies
9. HP-UX
Hello,
If I have an export like:
/usr/temp -rw=ram:alligator
means that /usr/temp has "rw" permissions to ram and alligator machines and has "ro" to everyone else? (1 Reply)
Discussion started by: psimoes79
1 Replies
10. Shell Programming and Scripting
Hi everyone,
I was told, i my job, to do a script that creates the backup of all the files that are important to us.
So i created the script, put it in the crontab and it works great.
Now what i want is to write to a file what directories have being copied with date and time.
How can i... (3 Replies)
Discussion started by: jorge.ferreira
3 Replies
AMIN(1) General Commands Manual AMIN(1)
NAME
amin - notify writers that you are busy
SYNOPSIS
amin [-ynesp] command [args...]
DESCRIPTION
Amin is used when you don't want to be written while running a command. It runs the command given normally. If your message permissions
(see mesg(1)) are off, it does nothing much else. If your messages are on, people writing you with write(1) will be warned that you are
running that command and will be given the opportunity to change their minds about writing you.
The -n option may be used to turn your messages entirely off for the duration of the execution of command. People writing you will get
"Permission denied". The -y option turns your message permissions on for the duration of the execution of the command. The -e may be used
after either -n or -y to indicate that the logins listed in the .yeswrite or the .nowrite files respectively are exceptions to the message
permissions set. The default is -s which leaves your message permissions in their original state. In any case, after the command is com-
plete, your permissions will be restored to the original state.
The -p flag causes all telegrams sent to you while the command is running to be saved. They are displayed as soon as the command is com-
plete. If used with the -n flag, writes are refused, but telegrams are still saved.
If you have designated yourself as a helper, you will still be marked on the finger(1) output as a helper while you are running amin but
people doing ``write help'' will not be connected to you, even if you have the helper flag set to ``Y''.
AUTHOR
Jan Wolter
FILES
/etc/wrttmp to find message permissions
/etc/utmp to find user
SEE ALSO
mesg(1), finger(1), write(1), huh(1).
7th Edition July 1, 1991 AMIN(1)