How to Edit a File in Linux/Ubuntu with sudo?
File handling operations like text selection, cut, copy, paste, find, and replace, etc., can be performed on files in Linux/Ubuntu OS by using a text editor like Nano, Vim, etc.
Read More99 articles found
Linux Commands
File handling operations like text selection, cut, copy, paste, find, and replace, etc., can be performed on files in Linux/Ubuntu OS by using a text editor like Nano, Vim, etc.
Read More
Linux Commands
Directories and sub-directories are created in Linux/Ubuntu systems either by command line using the “mkdir” command or by using Ubuntu Desktop File Manager.
Read More
Linux Commands
Single and multiple folders can be copied in the command line using the “cp” and “rsync” commands, while in GUI, files can be copied using “Copy” and “Paste”.
Read More
Linux Commands
Files can be renamed in bulk in the terminal by using Rename, QMV, and MMV utilities while Graphically by Thunar File Manager and Ubuntu’s Default File Manager.
Read More
Linux Commands
To create a tar file in Linux/Ubuntu, various compressed archives are created by using the Tar command line tool, such as tar.gz, tar.xz, and tar.bz2, etc.
Read More
Linux Commands
Ubuntu is popular for having multiple users as it mainly is a Multi-user Operating System. Creating new users is essential for administrators as instead of one user having…
Read More
Linux Commands
The chmod command is used with permission operators and user types to specify certain user permissions for a file and can also be used to restrict access.
Read More
Linux Commands
The “sh” command and the “./” shortcut method both are useful ways to execute the “.sh” Script Files in Ubuntu with “sh” also displaying the script input lines.
Read More
Linux Commands
To Run an application in Ubuntu, either use the Terminal and run the Application Name as a command or navigate to the application through the GUI in Ubuntu.
Read More
Linux Commands
Kill a Process using the “kill” Command or the “killall” Command. Terminate a single process using “kill” command or terminate all using the “killall” command.
Read More