This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newbie confused about chmod


Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$ ls -l Simulation
-rw-r--r-- 1 Andrew Hardy Administrators 238835 Oct 28  2005 Simulation

Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$ chmod -v 666 Simulation
mode of `Simulation' changed to 0666 (rw-rw-rw-)

Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$ ls -l Simulation
-rw-r--r-- 1 Andrew Hardy Administrators 238835 Oct 28  2005 Simulation

Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$ chmod -v 777 Simulation
mode of `Simulation' changed to 0777 (rwxrwxrwx)

Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$ ls -l Simulation
-rw-r--r-- 1 Andrew Hardy Administrators 238835 Oct 28  2005 Simulation

Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples
$
-- 
View this message in context: http://old.nabble.com/Newbie-confused-about-chmod-tp30931008p30932818.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]