autoupdate command in Linux with examples (original) (raw)
- Linux-Unix
- Interview Questions
- Shell Scripting
- Kali
- Ubuntu
- Red Hat
- CentOS
- Docker
- Kubernetes
- Python
- R
- Java
Last Updated : 4 Apr, 2019
autoupdate command is used to update configure.in file in our Linux system to a newer Autoconf. Basically, it will update each TEMPLATE-FILE if given or 'configure.ac' file or 'configure.in' file to the syntax of the current version of Autoconf. The original files are backed up.Syntax:
autoupdate [OPTION] ... [TEMPLATE-FILE...]
Operation Modes:
Explore
Basics
- Introduction to Linux4 min read
- Linux Distributions6 min read
- Architecture of Linux5 min read
- Installing Linux Using a Virtual Machine6 min read
- Basic Linux Commands4 min read
- Linux Commands8 min read
Permissions & Ownership
- User Management in Linux7 min read
- Group Management in Linux5 min read
- Linux Permissions6 min read
- File Permission and Ownership Commands in Linux2 min read
- chmod Command in Linux4 min read
- chown Command in Linux6 min read
Process & Networking
- ps Command in Linux7 min read
- top Command in Linux8 min read
- kill Command in Linux5 min read
- ifconfig Command in Linux7 min read
- ip Command in Linux4 min read
- Ping Command in Linux4 min read
- Netstat command in Linux4 min read
Services & System Management
- Boot Process with Systemd in Linux4 min read
- Systemd and its Components in Linux2 min read
- Controling systemd Services on Remote Linux Server2 min read
- Managing System Services in Linux - systemctl Command3 min read
- scp Command for Secure File and Folder Transfer6 min read
Shell Scripting & Bash Scripting
- Introduction to Linux Shell and Shell Scripting7 min read
- Understanding Terminal, Console, Shell and Kernel4 min read
- Writing and executing shell scripts2 min read
- Shell Scripting - Shell Variables in Linux4 min read
- Bash Scripting Fundamentals8 min read
- Bash Scripting - Working of Bash Scripting4 min read
- Bash Script - Define Bash Variables and its types8 min read
- Bash Script - Difference between Bash Script and Shell Script4 min read
- Bash Scripting - Functions4 min read
Courses