| bio | website | |
|---|---|---|
| location | ||
| age | 43 | |
| visits | member for | 2 years, 1 month |
| seen | Feb 20 at 19:27 | |
| stats | profile views | 0 |
|
Feb 14 |
comment |
SUID permissions - Which is correct? Right but if you are worried about setuid/setgid programs having too many permissions, selinux manages it and only gives it the perms it needs, even with setuid on. |
|
Feb 14 |
answered | SUID permissions - Which is correct? |
|
Feb 6 |
comment |
How can I verify that a PGP key is imported into RPM? Better way through some code I found: KEYFILE=/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release; KEYID=$(echo $(gpg --throw-keyids < $KEYFILE)|cut -c11-18|tr [A-Z] [a-z]); rpm -q gpg-pubkey-$KEYID |
|
Feb 4 |
comment |
If Statement with 2 Variables - Bash Could even use the -a syntax if [ $VARA -eq 0 -a $VARB -eq 0 ]; then.... -a is and and -o is or. |
|
Jan 3 |
awarded | Supporter |
|
Jan 3 |
comment |
How to vgscan in RHEL 5.8 rescue mode? You can also just type in lvm to get into an interactive lvm prompt, and then work with the lvm commands. |