Basic Linux Commands
List and Show hidden File and Hidden Directory using ls Command on Linux Fedora
Step by Step List and Show hidden File and Hidden Directory using ls Command on Fedora System
The ls command can be use to show and list all file and directory including hidden file and hidden directory inside Linux system... The command example below use the ls command to show all files and directory including the hidden file and hidden directory on Linux fedora system. Please note that on Linux/Unix system, hidden files is mark by the dot in front of its file name and hidden directory is mark by the dot in front of its directory name.
Example: Show hidden file using ls command:
- Login or register to post comments
- Read more
- 3340 reads
- Email this page
Cancel Shutdown on Fedora Linux using shutdown Command
Step by Step Cancel Shutdown on Fedora Linux using shutdown Command
The command example below show step by step to use shutdown command to cancel shutdown in progress on Fedora Linux system. You may need to log on as root user to cancel shutdown on certain Fedora system... In order to show the example of cancel shutdown process that in progress on Fedora system, we start the command example by running shutdown command.
Running Shutdown Process on Background
- Login or register to post comments
- Read more
- 4208 reads
- Email this page
View and Display Linux Fedora Directory Tree using tree Command
View Fedora Linux Directory Tree Using tree command
The directory in Linux Fedora can be view by tree like format using the tree command. The example below show the use of tree command to display Linux Fedora directory in tree like format, the example below also show the use of tree command to display directory inode number and files inode number on Linux Fedora system.
tree command example:
- Login or register to post comments
- Read more
- 6023 reads
- Email this page
Upadate DataBase for locate Command using updatedb Command
Update database for locate command with updatedb command
The updatedb command is use to update the database entry that use by locate command to search faster for files or folder in Linux system. The database usually automatically updated daily by cron. The example below show the use of updatedb command manually.
Example:
Type in the updatedb command on the terminal and then hit the Enter key.. wait for few second..
- Login or register to post comments
- Read more
- 5366 reads
- Email this page
Check Linux System Information and Linux Version Using uname Command
Using uname Command to check Linux Version and System Information.
The uname command can be use to print / display the Linux system information, the uname command also can be use to get the current version of your Linux operating system. The basic Linux command article below use the uname command to get Linux version or to check kernel version name and other system information on Linux Fedora operating system.
Get and display all system information on Linux machine:
- Login or register to post comments
- Read more
- 16766 reads
- Email this page
Create file and display file contents in Linux using cat command.
Create file and display file contents in Linux using cat command.
- 4 comments
- Read more
- 35732 reads
- Email this page
Display calendar with cal command.
Display calendar with cal command.
- Login or register to post comments
- Read more
- 7332 reads
- Email this page
Using Linux alias command to create an substituted for Linux command.
Using Linux alias command to create an substituted for Linux command.
Using Linux alias command to allow a string of Linux command ( long line of command ) to be substituted for a simple word command on fedora core system.
- Login or register to post comments
- Read more
- 6229 reads
- Email this page
Browse from one directory to another directory with change directory cd command.
Browse from one directory to another directory with change directory cd command.
Browsing from one directory to another directory with cd command. The example below show the basic step on using the cd command to navigates / browsing through directory on the Linux system.
- Login or register to post comments
- Read more
- 14050 reads
- Email this page
Copy contents of directory include hidden files and hidden directory using cp command.
Copy all contents inside Linux directory include the hidden files and hidden directory using cp command.
The cp command also can be use to copy all files and folder include all the hidden files and hidden directory, this is useful if we want to copy all the directory contents, as example that we want to copy the user home directory for backup.
Step:
• Set shopt dotglobe option to enable.
• Copy hidden files and folder.
- Login or register to post comments
- Read more
- 17467 reads
- Email this page
