Categories
-
Recent Posts
Recent Comments
Archives
Monthly Archives: August 2010
Linux command line history with timestamp
History command is a very useful command for the linux administror to list out all the executed commands. It is very useful to find out what commands was executed that broke down the server. By default the command history could … Continue reading
Posted in Linux
Leave a comment
SMPP Error Codes
Error Number Error Name Error Description 0×00000000 ESME_ROK No Error 0×00000001 ESME_RINVMSGLEN Message too long 0×00000002 ESME_RINVCMDLEN Command length is invalid 0×00000003 ESME_RINVCMDID Command ID is invalid or not supported 0×00000004 ESME_RINVBNDSTS Incorrect bind status for given command 0×00000005 ESME_RALYBND … Continue reading
Delete Files With Inode Number
An inode stores basic information about file/directory or other file system object. Now,why we delete file by using inode number? when we can delete files using rm command. This is because sometimes we accidentally creates filename with control characters or … Continue reading
Posted in Linux
Leave a comment