The excerpts of the ftp session are given below: --snip-- 230 User dailysun logged in. ftp> cd /tmp 250 CWD command successful. ftp> pwd 257 "/tmp" is current directory. ftp> mkdir acra 257 MKD command successful. ftp> chmod 777 acra ?Invalid command ftp> bye 221 Goodbye. --snip--
Here /tmp is a world-writable directory. The machines are running Sun Solaris for Sparc (version 8). Regards, Soumen >On Tuesday 17 September 2002 05:03 pm, webber wrote: >> How can I set directory permissions after creating a directory using >> mkdir <dirname> at the ftp prompt. Both the local/remote m/cs are >> running unix. >> <command_to_make_dir_name_perms_say_777> > >chmod 777 > >> It's not there in man ftp. Just want to be sure... > >Strange. It's there on my ftp man page. > > ------------------------------------------------------- Sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
