Member-only story
CyberSecurity Linux Command
Jun 13, 2021
- nohup – Run Commands in the Background.
- screen – hold a session open on a remote server. (also a full-screen window manager)
- tmux – a terminal multiplexer.
- passwd – change a user’s password.
- mount/unmount – provides access to an entire filesystem in one directory.
- systemctl – Managing Services (Daemons).
- clear – clears the screen of the terminal.
- env -Run a command in a modified environment.
- chroot – run command or interactive shell with a special root directory.
- useradd – create a new user or update default new user information.