Mar 21, 2007 #1 call Technical User Joined Oct 31, 2000 Messages 127 Location US Can someone give me the write command change for this value. -rw-rw-r-- I know its chmod something then the file name right now the file looks like this -rw-r--r-- i need it to look like this -rw-rw-r-- thanks
Can someone give me the write command change for this value. -rw-rw-r-- I know its chmod something then the file name right now the file looks like this -rw-r--r-- i need it to look like this -rw-rw-r-- thanks
Mar 21, 2007 #2 tempest92 Technical User Joined Sep 16, 2003 Messages 110 Location GB chmod g+w filename Upvote 0 Downvote
Mar 21, 2007 #3 olded Programmer Joined Oct 27, 1998 Messages 1,065 Location US chmod 664 filename Upvote 0 Downvote