Comparing two directories (diff)
By jeltsch on Sat, 05/26/2007 - 14:08diff -r path1 path2
diff -r path1 path2
The Linux installation is as follows:
/dev/hdb1 100 MB /boot
/dev/hdb2 8 MB /home
/dev/hdb3 8 MB /
/dev/hdb4 Extended partition
/dev/hdb5 1 GB Linux swap
/dev/hdb6 100 GB NTFS
When two users on Linux need to share files, accession rights can be quite a problem. By default only the one who creates the file can read and modify it, even if it is saved in a directory that is accessible by the other. It appears to me still impossible to solve this problem completely as Linux cannot "inherit" privileges to newly creates/saved files based on their parent directories privileges (BTW: how has Mac OS X solved this problem?)
The following instructions create a shared directory, but require additional tweaks.
As root