John Jason Jordan wrote:
> So I am planning to do:
>
> # cd /home/jjj/
> # chmod 644 *
>
> I think that will make every file and folder in /home/jjj/ -rw-rw----. 
>   
Actually, chmod 644 * will change the perms for all the files in 
/home/jjj to:
-rw-r--r--
> First, will that command accomplish what I want? 
>   
No
> Second, there are a handful of files that are executable; will that
> command make those files no longer executable? 
>   
Yes!
> Third, does what I intend to do make sense for a standalone desktop
> computer in a house occupied by only one person? 
I guess, in as much as it does what you want to do...
But why not just create a group, put both users in that group, and then 
set the file perms for the group level.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to