Deprecated: Optional parameter $depth declared before required parameter $output is implicitly treated as a required parameter in /home3/techiclb/public_html/stage.techiearchive.com/wp-content/themes/oceanwp/inc/walker/menu-walker.php on line 360

Warning: Cannot modify header information - headers already sent by (output started at /home3/techiclb/public_html/stage.techiearchive.com/wp-content/themes/oceanwp/inc/walker/menu-walker.php:360) in /home3/techiclb/public_html/stage.techiearchive.com/wp-includes/feed-rss2.php on line 8
red hat linux command list Archives - Stage Techie Archive blog https://stage.techiearchive.com/tag/red-hat-linux-command-list/ Mon, 19 Sep 2016 19:44:00 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 linux command | linux command cheat sheet https://stage.techiearchive.com/linux-command-linux-command-cheat-sheet/ Mon, 19 Sep 2016 19:44:00 +0000 https://stage.techiearchive.com/?p=21 File Management ls – List files and folders cd – Change directory pwd – Present working directory mkdir – Make a new empty directory rmdir – Remove an empty directory cp – Copy files or directory rm – Remove files or directory mv – Move files or directory / Rename files or directory find – […]

The post linux command | linux command cheat sheet appeared first on Stage Techie Archive blog.

]]>
File Management

  • ls – List files and folders
  • cd – Change directory
  • pwd – Present working directory
  • mkdir – Make a new empty directory
  • rmdir – Remove an empty directory
  • cp – Copy files or directory
  • rm – Remove files or directory
  • mv – Move files or directory / Rename files or directory
  • find – Find files or folders bases on name, data, size, owner or other parameters
  • touch – make a new blank files
Permissions
  • chown – Change ownership of files / directories
  • chgrp – Change group ownership of files / directories
  • chmod – Change permission of files / directories
  • groups – Reports the groups you belong to
  • id – Reports your username, user-id, group(s) and groupid(s)
Resource Monitoring
  • w – See who logged in on your system and what they are doing.
  • who – See who logged in on which shell and time.
  • uname – display the system information like(machine name, version, hostname).
  • hostname – display your system hostname.
  • top – See the top resource hungry processes.
  • ps – Process schedule / status.
  • df – See how much disk space is free.
  • du – Report numbers and size of files on disk.
Printing
  • lpr – send text or post script files to the printer.
  • lpq – view the print queue.
  • lprm – Remove your print jobs.
Job Control
  • whereis – Display full path and installation path of commands.
  • which – Display the full path of commands.
  • ctrl+z – Suspend the current job
  • bg – Put a suspended job in the background.
  • fg – Bring a suspended job into the foreground.
  • kill – Kill a process
Filtering/Searching
  • grep – Search for sub strings in a file or pipeline.
  • awk – Pattern searching in a folder or within a file.
  • sed – Sed is a Stream Editor used for modifying the files in unix (or linux). Whenever you want to make changes to the file automatically.
  • sort – Sort lines alphabetically or numerically.
  • wc – Count lines, word and characters.
  • cat – Catalog a file.
  • more – Teminal bases text viewing program.

The post linux command | linux command cheat sheet appeared first on Stage Techie Archive blog.

]]>