Search Results

Search: Posts Made By: ppierald
38,481
Posted By ppierald
SecureCRT from VanDyke. They have a free 30-day...
SecureCRT from VanDyke. They have a free 30-day trial.
It is not a free product though.
7,793
Posted By ppierald
You can also try the 'split' command.
You can also try the 'split' command.
3,342
Posted By ppierald
man 1 chflags I believe that 'schg' is what...
man 1 chflags

I believe that 'schg' is what you may be looking for. Use carefully.
47,642
Posted By ppierald
find . -type f -exec rm {} \; -print
find . -type f -exec rm {} \; -print
10,911
Posted By ppierald
Web request are not "world" restricted, they are...
Web request are not "world" restricted, they are "owner" restricted.
I believe that this is the crux of your question.
10,911
Posted By ppierald
Visitors to your web site sending requests to...
Visitors to your web site sending requests to your web server. This web server has a unix user associated with it. The permissions of this unix user are what governs whether the page can be read or...
10,911
Posted By ppierald
750 says that the owner has read, write, execute ...
750 says that the owner has read, write, execute and the users in the named group have read and execute privs. Everyone else is locked out with the '0'.

Your webserver is running as some...
2,071
Posted By ppierald
also: for i in `echo key1 key2 key3 ...` ...
also:

for i in `echo key1 key2 key3 ...`
do
echo $i
done
2,906
Posted By ppierald
Are you using X?
Are you using X?
2,906
Posted By ppierald
xset b off
xset b off
40,331
Posted By ppierald
unzip -p foo.zip
unzip -p foo.zip
Showing results 1 to 11 of 11

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