Hello,
I have a script that creates HTML pages and associated files on the fly using user input. I would like to also create a directory for those files to go into. I already use Open(file...) an...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10049078.html
Zones:
PerlDate Answered: 04/22/1998 Grade: A Views: 0
In a directory listing, what does the 's' stand for on a filename or directory and how does it affect access of the file or directory?
http://www.experts-exchange.com/OS/Unix/Q_10150395.html
Zones:
UnixDate Answered: 04/19/1999 Grade: A Views: 0
Can one set the default file access permissions for files transferred with Microsoft's FTP command prompt program?
I need to send multiple files which need to have execute permissions but all I get...
http://www.experts-exchange.com/OS/Unix/Q_10154869.html
Zones:
UnixDate Answered: 07/13/1999 Grade: C Views: 0
i know that chmod a+w *.* will let everyone read all files in the current dir
but can i let just root and a user (paul) access these files with read access and all other people cant see them
th...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10241541.html
i try chmod -R a+w *.* .* *
to allow all users to wirte to all dirs below the current one
but it says that it cant access *.*
i just want it to enable access to all users to be able to create
...
http://www.experts-exchange.com/OS/Unix/Q_10310692.html
Zones:
UnixDate Answered: 06/08/2000 Grade: B Views: 0
Setting permissions through directories..
i.e.
How can I change the permissions for
subdir1 & 2 and the 4 files at once?
(all to 777)
maindir/subdir1/file1
maindir/subdir1/file2
maindi...
http://www.experts-exchange.com/OS/Linux/Q_10326750.html
Zones:
LinuxDate Answered: 06/09/2000 Grade: B Views: 0
what are them?
chmod 4775 afile
what is "4" for?
and other values/ and examples??
http://www.experts-exchange.com/OS/Linux/Q_11555258.html
Zones:
LinuxDate Answered: 10/24/2000 Grade: A Views: 0
when i use "chmod" command,usually i just use 3 numbers
such as "755,640 etc.",but i saw some usages of it are like this "0755,4640...", i don't know what's the first number used for? (a boot to...
http://www.experts-exchange.com/Networking/Linux_Networking/Q_20149471.html
Zones:
Linux NetDate Answered: 07/15/2001 Grade: A Views: 0
How to chmod mode of file so that it is -r-s--x--x ?
thank you.
Stanley
http://www.experts-exchange.com/OS/Linux/Q_20648761.html
Zones:
LinuxDate Answered: 06/19/2003 Grade: A Views: 0
this is a bit of a tricky situation, so lemme explain first:
compaq desktop, openBSD 3.5
samba (newest version as of 2 weeks ago)
vsftpd (nothing less, again, latest version)
samba configur...
http://www.experts-exchange.com/Security/Unix_Security/Q_21173161.html