View Full Version : Permissions
tellnes
October 29th, 2005, 07:17 AM
Is there a way in ubuntu to do what in windows is called "inherrited perrsmisions"? So i can set perrmissions on a folder, and the subfolder and files will innherit the permissions.
Also, running sudo et, makes et work with sound, i was playing fine for about and hour, then it just went out.
Is there a timeframe on running as sudo?
-tellnes-
paddyg
October 29th, 2005, 07:33 AM
Is there a way in ubuntu to do what in windows is called "inherrited perrsmisions"? So i can set perrmissions on a folder, and the subfolder and files will innherit the permissions.
Also, running sudo et, makes et work with sound, i was playing fine for about and hour, then it just went out.
Is there a timeframe on running as sudo?
-tellnes-
chmod -R 755 /dir
(755 or whatever you'd like)
if you want to see what's happening:
chmod -R -v 755 /dir
for chmod options:
chmod --help
magnusbb
October 29th, 2005, 10:55 AM
Is it possible to do this with Nautilus also?
paddyg
October 29th, 2005, 12:20 PM
Never found that out. i've always used chmod, and it's very reliable (-R -v options). i think nautilus can only handle one file at a time.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.