Linux

How To Find All Files Older Than X Days In Linux

How To Find All Files Older Than X Days In Linux? We always create and update many files every day during our day-to-day working environment. Finally, it is always recommended to find and clean up your old files which are no longer necessary after a certain period of time. If you didn’t clean your old […]

No Comments Read More
Linux

How to Add an Existing User to a Group in Linux?

How to Add an Existing User to a Group in Linux? In this tutorial, we will guide you about how to add a user to an existing group in Linux systems. Syntax: For example, to add the user gowri to the dev group, you would run the following command: Example – How to Add an Existing User to a […]

No Comments Read More
How to move first 100 files in Linux
Linux

How to move first 100 files in Linux?

How to move first 100 files in Linux? (from one folder to another) We guide you through the simple solution to copy the first 100 files via terminal. The following commands move the first 100 files found in the current directory to $destdir. Though the actual files depend on the output returned by find. Solution […]

No Comments Read More
Linux

How to enable apache modules? (a2enmod)

How to enable apache modules? this question is very common among system administrators. You can easily enable necessary apache / apache2 modules by using the Linux command “a2enmod”. The Apache HTTP Server is the world’s most widely used web server software. Apache is developed and maintained by an Open community of Apache Software Foundation. Apache is free […]

No Comments Read More
Linux

How To Start / Stop / Restart Apache in Ubuntu/Debian

Apache server is an open-source and cross-platform HTTP server, primarily used to serve both static content and dynamic Web pages on the World Wide Web.   Starting, stopping, and restarting/reloading are the most common tasks while working with an Apache webserver by a developer or system administrator. In this article, I’ll explain how to start, […]

No Comments Read More
Linux

How to Generate random numbers in Linux?

How to generate random numbers in Linux? You can easily generate random numbers with the custom limit range by using shuf command. shuf is a UNIX and Linux command for generating random permutations. The syntax for Generate random numbers in Linux Example The below example will return 7 digits random number. You can change the […]

No Comments Read More
Linux

How to enable and disable apache modules – a2enmod, a2dismod

The Apache HTTP Server is the world’s most widely used web server software. Apache is developed and maintained by an Open community of Apache Software Foundation. Apache is free and open-source software and it is available for a wide variety of operating systems, including Unix, Linux, Microsoft Windows, OS X, OS/2, Solaris, TPF, OpenVMS, NetWare, FreeBSD, and […]

No Comments Read More
Linux

How to get current directory Linux? pwd command

How to get current directory Linux? You can use the PWD command. It will print the full system path of the current working directory. The PWD command is a command-line utility for printing the current working directory. Example for get current directory Linux: In a bash shell script, you can get the current directory linux by using the code below: Linux pwd […]

No Comments Read More
Linux

How to rename files in Linux? (With examples)

In this tutorial, we guide you with the simple commands that you can use in the Linux terminal to rename files in Linux easily. Rename is a term used to describe the process of changing the name of a file/object. For example, you could rename a file called “tech24_file1.txt” to “tech24_responses.txt” so it can be […]

No Comments Read More

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.