Search Results

Search: Posts Made By: twinturbos52
Forum: Red Hat 12-08-2010
9,416
Posted By twinturbos52
rhel6 and missing semanage binary
For the life of me, I cannot find semanage binary using a default install. I have the following packages installed. Any help is appreciated.

libsemanage-2.0.43-4.el6.i686...
12,068
Posted By twinturbos52
Thank you all for replying, especially bakunin...
Thank you all for replying, especially bakunin for the thorough explanation.
12,068
Posted By twinturbos52
Same result. No luck. I've tried this as well ...
Same result. No luck. I've tried this as well

cd UserDir=$(echo ~$1)
cd UserDir=`echo ~$1`
cd UserDir="~$(echo $1)"
12,068
Posted By twinturbos52
Changing directories using variables.
I can't seem to solve this problem. :mad::mad: Please assist. Thanks!

#!/bin/bash

UserDir="$(echo ~$1)"

echo "Changing directory with variables"
cd "$UserDir"
echo "Changing directory...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy