DVDINESH VERMAinlinux-part-1.hashnode.dev·May 16, 2025 · 2 min readSymbols, Filters, zip - unzip and find command in linuxSymbols : \> (Redirection symbol) : Redirects or overrides the data into a file → #date > file.txt \>> : Redirects but appends the data into a file → #cal >> file.txt 2> : Redirects the errors into file → #ls -l kashmir videos 2> dinesh &> ...00
DVDINESH VERMAinlinux-part-1.hashnode.dev·May 15, 2025 · 3 min readIntroduction to commands and working with files and directoriesSyntax of commands : #command [options] <arguments> Manual pages for commands, files and services. #man cd #man lsblk #man rsyslog.conf #man sshd for seeing only description of a command we use #whatis cd #whatis route (before using this, ...00
DVDINESH VERMAinlinux-part-1.hashnode.dev·May 14, 2025 · 2 min readLinux run levels in init process and File system hierarchyRun levels : init 0 → Shut Down init 1 → Single user mode without GUI & NFS init 2 → Multi user mode without NFS init 3 → Multi user mode with NFS init 4 → Research Purpose init 5 → Multi user mode with GUI (Linux Graphics) init 6 → Reboot N...00
DVDINESH VERMAinlinux-part-1.hashnode.dev·May 13, 2025 · 2 min readLinux History, Features, Kernel and Booting ProcessHistory : In 1991, Linus Torvalds created a unix-like system to run on the Intel 386 processor While still a student at the University of Helsinki, Torvalds started developing Linux to create a system similar to MINIX, a UNIX operating system GNU ...00