Posts Tagged ‘shell’

Useful shell commands: last

Today I will start a new series for linux/*nix newbies called Useful shell commands. Every now and then I will write about one of the powerful commands you’ll find on your shell. I will start the series with a command called last.

# last

Calling last on your commandline gives you a list of logins. You …


How to find out user id on linux system

For a mount command I needed to find out what user id my user account had. There are several ways to find out. As root you could look into the passwd file (most likely /etc/passwd) or on OpenSuSE use the Yast user module. But I was looking for a way to find out my …


Free e-book shellprogramming

I had to write a shell program. And I was looking for a how-to / manual covering my favorites shell command set. I found a nice e-book on Wikibooks: Linux-Kompendium: Shellprogrammierung which helped me a lot. Hence the link for other people.