Search Results

Search: Posts Made By: ipfreak
1,736
Posted By ipfreak
hi don: here it is: chflags(1)...
hi don:

here it is:

chflags(1) (https://www.freebsd.org/cgi/man.cgi?query=chflags&sektion=1)

i want to see what kind of flags those files are set (by default).
1,736
Posted By ipfreak
thanks don: root@giraffe:/etc # uname -a ...
thanks don:

root@giraffe:/etc # uname -a
FreeBSD giraffe 10.1-RELEASE-p35 FreeBSD 10.1-RELEASE-p35 #0: Sat May 28 03:02:45 UTC 2016 ...
1,736
Posted By ipfreak
View file flags
hello:

how could i view the file's flags? "ls -loa" doesn't seem to do the trick:

root@giraffe:/etc # ls -alo
total 820
drwxr-xr-x 23 root wheel - 2048 Oct 23 19:48 .
drwxr-xr-x 19...
1,995
Posted By ipfreak
thanks don: all i want to do is to execute...
thanks don:

all i want to do is to execute follow command every minute:


/usr/local/bin/snmpwalk -v 2c -c public 100.10.10.10


i thought crontab job should do it. actually i removed that...
1,995
Posted By ipfreak
Crontab job is not working
hell all:


i am trying to test a crontab job for snmpwalk but it is not working:


here is crontab:
*/1 * * * * root /root/snmpwalk.sh




for the script, it is very...
13,226
Posted By ipfreak
The number of links, output of ls
hi:

i am trying to understand the concept of the output of ls command, specifically "number of links" for a directory and got utterly confused:

1) when i made first directory in my home...
921
Posted By ipfreak
thanks!
thanks!
921
Posted By ipfreak
thanks. actually the directory of...
thanks. actually the directory of /usr/libexec/scripts doesn't exist and i knew it doesn't exist. but i am wondering why it gave me error when i use "/" at the end.
921
Posted By ipfreak
Question for UNIX directory
hi all:

i am newbie here.

what is the difference between "/something-1/something-2" and "/something-1/something-2/"? they seem to the same but somehow there are something different. i have...
1,997
Posted By ipfreak
thanks. there was a space in front of those hex...
thanks. there was a space in front of those hex codes.

thanks, yoda!
1,997
Posted By ipfreak
dave@owls:~/tmp:$ od -c test_sed 0000000 3 ...
dave@owls:~/tmp:$ od -c test_sed
0000000 3 6 3 8 3 4 5 7 4 e 2 9 2 c 2 0
0000020 \n
0000021

so...
1,997
Posted By ipfreak
thanks, yoda: well, it didn't seem to work...
thanks, yoda:

well, it didn't seem to work for me for some reasons:
dave@owls:~/tmp:$ sed 's/../& /g' test_sed
3 63 83 45 74 e2 92 c2 0
1,997
Posted By ipfreak
sed newbie question
hi all:

i am trying to use sed to separate hex bytes "363834574e292c20" to "36 38 34 57 4e 29 2c 20". i used the following script (googled) and i got "3 63 83 45 74 e2 92 c2 0".

how could i...
Showing results 1 to 13 of 13

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