You are not logged in.

#1 2009-02-17 12:02:18

youngtill1die
Member
Registered: 2009-02-13
Posts: 4

use chmod -r 755 /

use chmod -r 755 / hmm
how to change all to default?

Offline

#2 2009-02-17 12:16:12

jordz
Member
Registered: 2006-02-01
Posts: 250

Re: use chmod -r 755 /

I think the only way is to reinstall all the packages you have installed.
With something like pacman -S $(pacman -Qq), but i think you will loose all your dependencies, I'm not sure. So every packages is installed explicitely?

I think reading the pacman man page will help: http://www.archlinux.org/pacman/pacman.8.html

Offline

#3 2009-02-17 12:42:28

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: use chmod -r 755 /

jordz wrote:

With something like pacman -S $(pacman -Qq), but i think you will loose all your dependencies, I'm not sure. So every packages is installed explicitely?

I don't think so, all it does is to update all packages. So imho this might be the way to correct this, yes.

Offline

#4 2009-02-17 12:59:14

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: use chmod -r 755 /

jordz wrote:

something like pacman -S $(pacman -Qq)

manually installed packages should probably be filtered:

# pacman -S $(pacman -Qq | grep -v "$(pacman -Qqm)")

Offline

Board footer

Powered by FluxBB