Linux Topics
How To Set Read/Write Permissions On A NTFS Partition In Linux?
This post was last updated on September 1st, 2020 at 03:36 pmA hard disk can have various partitions on it. Partition refers to the logical divisions of a physical disk
Top Command Usage With Example In Linux/Unix
This post was last updated on August 1st, 2020 at 08:47 pmThe top is one of the most frequently used command in Unix like operating systems for the administrative tasks.
Understanding The Output Of Top Command In Linux Or Unix
This post was last updated on August 1st, 2020 at 08:48 pmThe top is one of the most frequently used command in Unix like operating systems for the administrative tasks.
How To Check The Running Time Of A Process In Linux/Unix ?
This post was last updated on August 1st, 2020 at 10:13 amIn Unix like operating systems, a process is a program in execution. The running time of a process means
How To Install And Work With Nano Text Editor In Linux?
This post was last updated on August 1st, 2020 at 10:12 amNano is a simple and user-friendly text editor mostly used on Unix like operating systems. It emulates the Pico
How To Install And Configure Fish Shell In Ubuntu 20.04 LTS?
This post was last updated on August 1st, 2020 at 10:33 amIn Unix-like operating systems such as Linux, a shell is a program that interprets the command, executes, takes input(s),
How To Check Status Of Active Processes Using PS Command In Linux/Unix?
This post was last updated on August 1st, 2020 at 12:07 pmIn a Unix-like operating system, a process is a program in execution. Linux or Unix is a multitasking operating
Different Types Of Processes In Linux Or Unix?
This post was last updated on August 1st, 2020 at 12:09 pmIn a Unix-like operating system, a process is a program in execution. Kernel identifies a process with a unique
How To Mount And Unmount File Systems From The Linux Terminal?
This post was last updated on August 1st, 2020 at 12:13 pmIn Linux or Unix, mount command is used to mount(attach) a filesystem or storage device to a specific directory
How To Change User’s Password Through Terminal In Linux/Unix?
This post was last updated on August 1st, 2020 at 12:14 pmLinux or Unix is the multi-user operating system that means more than one user can use system resources simultaneously.