strace

All posts tagged strace

After trying to do login, i got the error about some permission denied running bash.

Making a long story short, this error comes due to some file permission problems. You can read the hole story in http://linuxgazette.net/issue52/okopnik.html

Now the solution:

# strace -s 10000 -vfo login.username login username

where username is the user login that fails.