Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
files
... of conflicts when updating configuration files: freebsd-update install Reboot the system: shutdown -r now Once again I offer: freebsd-update install shutdown -r now  ...
... the configuration: now we have the standard port and transparent proxy; accepting requests http, https ftp, icq. next create and fill the content of all files listed in this config, then making the user ...
...  Options Description vi file1 file2 file3<CR> Enter the three files (file1 file2 and file3) in the buffer of vi for editing :w<CR> Save the current file and start :n<CR> ...
4. wc
Command wc Displays the number of bytes, words and lines found in the file. Syntax wc [options] [files] Options -c displays only the number of bytes. -w only shows the number of words. -l ...
Command touch Changes the timestamp of file. Syntax touch [options] files Options -c prescribes not to touch the file if it does not exist. -d time, using the specified time. -r file uses a timestamp ...
Command tar Creates archive files or extract files from archives. Syntax tar [options] file_or_directory Options -c creates a new archive. -d compares the files from the archive files from the ...
... removes empty directories. If the directory is not empty, you must remove all files along with the directory using the command rm -r.  ...
8. rm
Command rm Removes one or more files. Syntax rm [options] files Options -f deletes files without asking. -i asks for confirmation before deleting files. -r recursively deletes files in all subdirectories ...
9. mv
Command mv Renames files and directories or move them from one directory to another. Syntax mv [options] source destination Options -b creates backup copies of files that are moved or renamed. ...
10. more
Command more Performs view text files. Syntax more [options] file_names Options +N (where N - number) displays the file, starting at the specified line number. +/pattern begins with a display ...
11. ls
Command ls Prints the contents of the directory. Syntax ls [options] [directory-names] Options -a displays all files, including those with names starting with a dot (.). -b displays unprintable ...
12. ln
Command ln Sets hard or symbolic links (aliases) for files and directories. Syntax ln [options] existing_file new_name Options -b backs up files before deleting them. -d creates a hard link to ...
... like # auth required pam_succeed_if.so user != root quiet Save and exit the editor. Do the same with files in /etc/pam.d/ starting with "pam_" configuration file Save and close all ...
14. less
Command less less command displays text files (with the possibility of searching through back). Syntax less [options] file_name Options -? displays a list of commands that can use less. -p displays ...
15. info
Command info info command displays online help for any command Linux. Syntax info [options] command Options -d add the directory to the list of directories in which files are being explored.  ...
16. gzip
Command gzip gzip command compress one or more files. Syntax gzip [options] files Options -c displays the output file to standard output and keeps the original file. -d decompresses the file (same ...
Command gunzip gunzip command uncompress zip-files. Syntax gunzip [options] files Options See options for gzip. Description Team gunzip decompresses the compressed files (with extension .gz ...
18. grep
Command grep grep command provides search in one or more files, lines that match the regular expression (search patterns). Syntax grep [options] pattern files Options -N (where N-number) displays ...
19. find
Command find find command displays a list of files that match a given set of criteria. Syntax find [path] [options] Options -depth first processing the current directory, then its subdirectories. ...
20. file
Command file file command displays the type of data file based on rules defined in the file /usr/lib/magic (known as the magicfile). Syntax file [options] files Options -c displays formatted in ...
<< Start < Prev 1 2 Next > End >>
Page 1 of 2

Useful Links

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)