Recent content by nitinriaan

  1. N

    Creating user defined commands in Linux.

    Steps for creating user-defined commands:- 1. Enter the command “sudo -i” //which will log in to root 2. Enter the password: now it will be logged n to the root 3. Change the directory to bin type “cd bin” 4. Using the nano command create a file that should be the name of the user-defined...
  2. N

    Changing date format in Ulogd2.

    To format the date command’s output, you can use control characters preceded by a + sign. Format controls begin with the % symbol and are substituted by their current values. Here, the %Y character is replaced with the current year, %m with month, and %d with the day of the month. You can try...
Top