Why is my ChromeDriver not working in Selenium?

I’m trying to open ChromeDriver in selenium, but it;s not working ? Can anyone help me out

Running Chrome as root user (administrator) on Linux is a common cause of Chrome crashing on startup. While supplying the ‘—no-sandbox’ flag when creating your WebDriver session can work around this issue, this configuration is unsupported and strongly discouraged. Please set up your environment such that Chrome runs as a regular user.

File a new issue with instructions on how to duplicate the problem if none of these methods work. If your problem only happens in a specific, unusual testing setting, the ChromeDriver developers may decide not to investigate or fix it.