Results 1 to 3 of 3

Thread: Useful Ubuntu Terminal commands

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2011
    Posts
    7

    Default some more

    * file - typechecking of one or more files
    * sleep - wait x seconds until continue with the next command
    * pidof - get pid in an useful format
    * ps - the ultimate system monitor for command line - also good for scripts
    * cat - print out a file in the command line
    * crontab - time-driven events
    * man - open the manual of programms - the most important command

    also take a look in coreutils

  2. #2
    Join Date
    Sep 2011
    Posts
    2

    Default

    thanks its cool

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •