476 reputation
15
bio website about.me/rafaelcaldeirasilva
location Braga, Portugal
age 22
visits member for 4 months
seen May 16 at 9:35
stats profile views 16

I'm a pathfinder!


May
13
comment “w | tail” chops text at right margin (78 characters)
w -V prints the version
May
13
comment “w | tail” chops text at right margin (78 characters)
I'm using bash 4.2.0(1), w version procps 3.2.7 in a CentOS 5.3. The COLUMNS var doesn't make any different
May
11
comment What live distribution is well-suited for presentations?
I could not remember well (because I usually install everying in dual boot), but according to this site: yes, it is a live DVD.
May
10
comment Checking if passwordless ssh authentication is possible without permission for sshd_config
Did you tried with -vvv? it is better to update this kind of information in the question, so it is easier to read and easier to find
May
8
answered What live distribution is well-suited for presentations?
May
8
comment Can I redirect output to a log file and background a process at the same time?
I just quote the manpage. Since nohup will execute the command in the background anyway, seems redundant to execute nohup itself in the background
May
7
revised How can I prevent 'grep' from showing up in ps results?
added 4 characters in body
May
7
comment pkill can't kill processes with parent process id 1
it works in every single case that I tested, the only restriction is when the process is not from the user, then sudo is necessary
May
6
comment How to list all daemon users?
If I got you right it is possible to have users that are not listed in the /etc/passwd if the /etc/nsswitch.conf file is configured to get the passwd information in more places that files? In my file I have this valid options nisplus or nis+, nis or yp, dns, files, db, compat, hesiod and the special [NOTFOUND=return]
May
6
accepted How to list all daemon users?
May
6
revised Can I bridge “backwards” from an ssh connection to my local emacs-server?
added 359 characters in body
May
6
answered Can I bridge “backwards” from an ssh connection to my local emacs-server?
May
6
comment How to copy datasets automaticaly
if you want to copy files the answer is cp, but as mattdm said you have to explain your problem so we present a consistent solution.
May
6
comment How to list all daemon users?
@downvoters what is wrong?
May
6
answered How to constraint time a program runs in Linux?
May
6
answered pkill can't kill processes with parent process id 1
May
6
answered Is there a way to 'authorize' a command typed in by a user?
May
6
answered How to trace process scheduling of certain process?
May
6
comment Expect can not expect the output
use private keys instead of passwords, it is really bad practice to store a password in a file
May
6
comment How to list all daemon users?
@Gilles I heard that it is possible to camouflage a user account as a service account, I'm trying to list accounts like these